Uses of Class
lazyj.ExtProperties
-
Uses of ExtProperties in lazyj
Subclasses of ExtProperties in lazyjMethods in lazyj with parameters of type ExtPropertiesModifier and TypeMethodDescriptionvoid
FallbackProperties.addProvider
(ExtProperties config) Append a provider to the fallback list (having thus the lowest priority)void
FallbackProperties.addProvider
(ExtProperties config, boolean first) Add another provider to the fallback list, either as the first element (with the highest priority) or as the last one (lowest priority).void
FallbackProperties.removeProvider
(ExtProperties config) Remove a provider from the fallback listConstructors in lazyj with parameters of type ExtPropertiesModifierConstructorDescriptionDBFunctions
(ExtProperties configProperties) Create a connection to the database using the parameters in this properties file.DBFunctions
(ExtProperties configProperties, String sQuery) Create a connection to the database using the parameters in this properties file, then execute the given query.DBProperties
(DBFunctions connection, String tableName, String keyColumnName, String valueColumnName, ExtProperties parentConfig) Load the values from the specified database, table name, primary key column and value column.DBProperties
(DBFunctions connection, ExtProperties parentConfig) Load the values from the specified database.ExtProperties
(String sBaseConfigDir, String sConfigFilename, ExtProperties superProperties) Load the contents of a .properties file from the sConfDir path.ExtProperties
(String sBaseConfigDir, String sConfigFilename, ExtProperties superProperties, boolean ignoreMissingIncludes) Load the contents of a .properties file from the sConfDir path.FallbackProperties
(ExtProperties... configProperties) Query the given list of configuration sets in order, returning the first defined value in one of themConstructor parameters in lazyj with type arguments of type ExtPropertiesModifierConstructorDescriptionFallbackProperties
(List<ExtProperties> configProperties) A different way of passing the ordered list of configuration sets to look into