Class MetaDataRepositoryValue

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class MetaDataRepositoryValue
    extends PluginValue
    A PluginValue that interacts with the CacheMarshaller to cache the metadata repository between executions.
    Since:
    1.1.0
    • Constructor Detail

      • MetaDataRepositoryValue

        public MetaDataRepositoryValue()
    • Method Detail

      • instantiate

        public java.lang.Object instantiate​(java.lang.Class type,
                                            Configuration c,
                                            boolean fatal)
        Description copied from class: PluginValue
        Instantiate the plugin as an instance of the given class.
        Overrides:
        instantiate in class PluginValue