Class MorphStringConfig
java.lang.Object
edu.internet2.middleware.grouperClient.config.ConfigPropertiesCascadeBase
edu.internet2.middleware.grouperClient.config.GrouperHibernateConfigClient
edu.internet2.middleware.morphString.MorphStringConfig
Morph string configuration information.
-
Nested Class Summary
Nested classes/interfaces inherited from class edu.internet2.middleware.grouperClient.config.ConfigPropertiesCascadeBase
ConfigPropertiesCascadeBase.ConfigFile, ConfigPropertiesCascadeBase.ConfigFileType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected String
config key of the hierarchy valueprotected String
get the main config classpath, e.g.protected String
get the example config classpath, e.g.protected String
config key of the time in seconds to check config.static MorphStringConfig
retrieve a config from the config file or from cacheMethods inherited from class edu.internet2.middleware.grouperClient.config.GrouperHibernateConfigClient
clearCachedCalculatedValues
Methods inherited from class edu.internet2.middleware.grouperClient.config.ConfigPropertiesCascadeBase
assertPropertyValueBoolean, assertPropertyValueClass, assertPropertyValueRequired, assignInitted, clearCache, clearCacheThisOnly, configExistsNotInBaseOrDatabase, containsKey, filesNeedReloadingBasedOnContents, getClassInSiblingJar, getMainConfigFileName, getTimeToCheckConfigSeconds, hasExpressionLanguage, internalProperties, internalRetrieveConfigFiles, isInDatabase, logError, logInfo, needToCheckIfFilesNeedReloading, properties, propertiesFromResourceName, propertiesFromResourceName, propertiesHelper, propertiesMap, propertiesOverrideMap, propertiesThreadLocalOverrideMap, propertyConfigIds, propertyNames, propertyValueBoolean, propertyValueBoolean, propertyValueBoolean, propertyValueBooleanRequired, propertyValueInt, propertyValueInt, propertyValueInt, propertyValueIntRequired, propertyValueString, propertyValueString, propertyValueString, propertyValueStringHelper, propertyValueStringRequired, rawExpressionLanguage, retrieveConfig, retrieveFromConfigFileOrCache, retrieveFromConfigFiles, retrieveFromConfigFiles, substituteCommonVars, substituteLocalReferencesAndUnicode, substituteLocalReferencesOneField, substituteLocalReferencesOneSubstitution, substituteUnicode
-
Constructor Details
-
MorphStringConfig
public MorphStringConfig()
-
-
Method Details
-
retrieveConfig
retrieve a config from the config file or from cache- Returns:
- the config object
-
getHierarchyConfigKey
Description copied from class:ConfigPropertiesCascadeBase
config key of the hierarchy value- Overrides:
getHierarchyConfigKey
in classGrouperHibernateConfigClient
- Returns:
- the classpath of the main config file
- See Also:
-
getMainConfigClasspath
Description copied from class:ConfigPropertiesCascadeBase
get the main config classpath, e.g. grouper.properties- Overrides:
getMainConfigClasspath
in classGrouperHibernateConfigClient
- Returns:
- the classpath of the main config file
- See Also:
-
getMainExampleConfigClasspath
Description copied from class:ConfigPropertiesCascadeBase
get the example config classpath, e.g. grouper.example.properties- Overrides:
getMainExampleConfigClasspath
in classGrouperHibernateConfigClient
- Returns:
- the classpath of the example config file
- See Also:
-
getSecondsToCheckConfigKey
Description copied from class:ConfigPropertiesCascadeBase
config key of the time in seconds to check config. -1 means dont check again- Overrides:
getSecondsToCheckConfigKey
in classGrouperHibernateConfigClient
- Returns:
- config key
- See Also:
-