|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.mdm.index.matching.adapter.SbmeStandardizerAdapterConfig.CSConfigFileAccess
Inner class that implements the Master Index standardization engine interface giving access to the configuration files.
Constructor Summary | |
SbmeStandardizerAdapterConfig.CSConfigFileAccess(MatchEngineConfig cfg)
Constructor to create instance |
Method Summary | |
java.io.InputStream |
getConfigFileAsStream(java.lang.String name)
Retrieves the configuration file contents as a stream from the configuration service. |
java.io.InputStream |
getConfigFileAsStream(java.lang.String name,
java.lang.String domain)
Retrieves the configuration file contents as a stream from the configuration service. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SbmeStandardizerAdapterConfig.CSConfigFileAccess(MatchEngineConfig cfg)
cfg
- the MatchEngineConfig ConfigurationService
instance to use to retrieve configuration files.Method Detail |
public java.io.InputStream getConfigFileAsStream(java.lang.String name) throws SbmeConfigurationException
name
- the name of the configuration file to retrieve
SbmeConfigurationException
- if retrieving the configuration file failedpublic java.io.InputStream getConfigFileAsStream(java.lang.String name, java.lang.String domain) throws SbmeConfigurationException
name
- the name of the configuration file to retrievedomain
- the domain of the configuration file to retrieve
SbmeConfigurationException
- if retrieving the configuration file failed
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Sun Microsystems, Inc.