@Exported public final class ADFDomainConfig extends java.util.AbstractMap implements ADFScopeListener
Modifier and Type | Method and Description |
---|---|
java.util.Set |
entrySet() |
static ADFDomainConfig |
getInstance() |
static ADFDomainConfig |
getInstance(java.net.URL domainAdfConfigFileURL)
This will set up the
|
void |
scopeInvalidated(java.lang.String scopeName) |
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
public static final ADFDomainConfig getInstance()
public static final ADFDomainConfig getInstance(java.net.URL domainAdfConfigFileURL)
domainAdfConfigFileURL
- - The URL to the underlying named adf-config.xml
file that describes the MDS Configuration to retrieve the
adf-domain-config.xml document.
If null the default location is used.public java.util.Set entrySet()
entrySet
in interface java.util.Map
entrySet
in class java.util.AbstractMap
public void scopeInvalidated(java.lang.String scopeName)
scopeInvalidated
in interface ADFScopeListener