protected static class ConfigPropertiesCascadeBase.ConfigFile extends Object
Constructor and Description |
---|
ConfigFile(String configFileFullConfig) |
Modifier and Type | Method and Description |
---|---|
ConfigPropertiesCascadeBase.ConfigFileType |
getConfigFileType()
the type of config file (file path, classpath, etc)
|
String |
getConfigFileTypeConfig()
the config part which says which file or classpath etc
|
String |
getContents()
the contents when the config file was read
|
String |
getOriginalConfig()
keep the original config string for logging purposes, e.g.
|
String |
retrieveContents(ConfigPropertiesCascadeBase configPropertiesCascadeBase)
get the contents from the config file
|
void |
setContents(String contents1) |
public ConfigFile(String configFileFullConfig)
configFileFullConfig
- public String getOriginalConfig()
public String getContents()
public void setContents(String contents1)
contents1
- the contents to setpublic String retrieveContents(ConfigPropertiesCascadeBase configPropertiesCascadeBase)
configPropertiesCascadeBase
- public ConfigPropertiesCascadeBase.ConfigFileType getConfigFileType()
public String getConfigFileTypeConfig()
Copyright © 2016 Internet2. All rights reserved.