Class Library

java.lang.Object
com.codinglitch.lexiconfig.Library
Direct Known Subclasses:
LexiconfigLibrary

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:
  • Field Details

  • Constructor Details

    • Library

      public Library()
  • Method Details