Class MetaDataAutoStarter

    • Field Detail

      • metaDataFiles

        protected java.lang.String metaDataFiles
        Names of the metadata files to start with (comma-separated).
      • classes

        protected java.util.Collection<StoreData> classes
    • Constructor Detail

      • MetaDataAutoStarter

        public MetaDataAutoStarter​(StoreManager storeMgr,
                                   ClassLoaderResolver clr)
        Constructor, taking the names of the metadata to use.
        Parameters:
        storeMgr - The StoreManager managing the store that we are auto-starting.
        clr - The ClassLoaderResolver
    • Method Detail

      • addClass

        public void addClass​(StoreData data)
        Method to add a class to the starter.
        Parameters:
        data - The store data to add
      • deleteClass

        public void deleteClass​(java.lang.String className)
        Method to remove a class from the starter.
        Parameters:
        className - The name of the class to remove.
      • deleteAllClasses

        public void deleteAllClasses()
        Method to remove all classes from the starter.
      • getStorageDescription

        public java.lang.String getStorageDescription()
        Method to give a descriptive name for the starter process.
        Returns:
        Description of the starter process.