public interface ConfigureInterface
Modifier and Type | Method and Description |
---|---|
void |
addConfigureInterface(ConfigureInterface configSource)
Add a ConfigureInterface to the search chain for Named Values.
|
java.lang.String |
getConfigurePaths()
Retrieve a String containing a File.pathSeparator delimited list of
all the file paths in the configuration file chain.
|
java.lang.String |
getNamedValue(java.lang.String keyName,
java.lang.String itemName)
Retrieve an item that may be in the configuration sources.
|
void |
insertConfigureInterface(ConfigureInterface configSource)
Insert a ConfigureInterface to the search chain for Named Values.
|
void addConfigureInterface(ConfigureInterface configSource)
void insertConfigureInterface(ConfigureInterface configSource)
java.lang.String getNamedValue(java.lang.String keyName, java.lang.String itemName)
java.lang.String getConfigurePaths()
Copyright © SAS Institute. All Rights Reserved.