Uses of Class
org.bedework.util.config.ConfigBase
-
-
Uses of ConfigBase in org.bedework.util.config
Classes in org.bedework.util.config with type parameters of type ConfigBase Modifier and Type Class Description classConfigBase<T extends ConfigBase>This class is used as a basis for configuration of system modules.classHibernateConfigBase<T extends ConfigBase>Used by configuration classes that want to save a set of hibernate properties.Subclasses of ConfigBase in org.bedework.util.config Modifier and Type Class Description classHibernateConfigBase<T extends ConfigBase>Used by configuration classes that want to save a set of hibernate properties.Methods in org.bedework.util.config that return ConfigBase Modifier and Type Method Description ConfigBaseConfigBase. fromXml(InputStream is)XML root element must have type attributeConfigBaseConfigBase. fromXml(InputStream is, Class cl)XML root element must have type attribute if cl is nullConfigBaseConfigBase. fromXml(Element rootEl, Class cl)XML root element must have type attributeConfigBase<?>ConfigurationFileStore. getConfig(String name)ConfigBase<?>ConfigurationFileStore. getConfig(String name, Class<?> cl)ConfigBase<?>ConfigurationStore. getConfig(String name)Stored config must indicate class of object as an attributeConfigBase<?>ConfigurationStore. getConfig(String name, Class<?> cl)Methods in org.bedework.util.config with parameters of type ConfigBase Modifier and Type Method Description intConfigBase. compareTo(ConfigBase that)voidConfigurationFileStore. saveConfiguration(ConfigBase<?> config)voidConfigurationStore. saveConfiguration(ConfigBase<?> config)
-