Class AbstractLibrary


  • public abstract class AbstractLibrary
    extends Object
    • Field Detail

      • logger

        protected final Logger logger
    • Constructor Detail

      • AbstractLibrary

        public AbstractLibrary​(String path,
                               String libraryName)
      • AbstractLibrary

        public AbstractLibrary​(String path,
                               String libraryName,
                               Logger logger)
    • Method Detail

      • updateLibrary

        public void updateLibrary()
        Load the decorations-library if necessary.
      • getLibraryPath

        public String getLibraryPath()
      • getPath

        protected String getPath()
      • getLibraryName

        public String getLibraryName()
      • canLoad

        protected abstract boolean canLoad()
      • isLoaded

        public boolean isLoaded()
      • info

        protected void info​(String message)
      • warning

        protected void warning​(String message)