Class Library

java.lang.Object
com.codinglitch.lexiconfig.Library

public abstract class Library extends Object
This is the library class where all lexicons should be stored and shelved. Create a new class extending this one, override shelveLexicons, and add the LexiconLibrary annotation.
See Also:
  • Constructor Details

    • Library

      public Library()
  • Method Details

    • shelveLexicons

      public abstract void shelveLexicons()