public class SuggestionServiceConfig
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DATA_TYPES |
static java.lang.String |
STANDARDS_DIRECTORY |
static java.lang.String |
STANDARDS_FILE |
Constructor and Description |
---|
SuggestionServiceConfig(org.dom4j.Element config)
Constructor for the SuggestionServiceConfig object with provided
configuration Element.
|
Modifier and Type | Method and Description |
---|---|
java.util.List |
getDataTypes()
Gets the dataTypes attribute of the SuggestionServiceConfig object
|
java.lang.String |
getDefaultDoc()
Gets the defaultDoc attribute of the SuggestionServiceConfig object
|
java.lang.String |
getDefaultDocKey()
Gets the defaultDocKey attribute of the SuggestionServiceConfig object
|
java.lang.String |
getHelperClass()
Gets the helperClass attribute of the SuggestionServiceConfig object
|
java.lang.String |
getPluginClass()
Gets the pluginClass that supplies framework-specific informations, like xpaths, to
the suggestionService.
|
java.lang.String |
getStandardsDirectory()
Gets the standardsDirectory attribute of the SuggestionServiceConfig object, which
designates a directory containing standards files.
|
java.lang.String |
getStandardsFile()
Gets the standardsFile attribute of the SuggestionServiceConfig object
|
java.lang.String |
getStandardSourceType()
Gets the standardSourceType attribute of the SuggestionServiceConfig object
|
java.lang.String |
getVersion()
Gets the version attribute of the SuggestionServiceConfig object
|
java.lang.String |
getXpath()
Gets the xpath attribute of the SuggestionServiceConfig object
|
public static java.lang.String DATA_TYPES
public static java.lang.String STANDARDS_FILE
public static java.lang.String STANDARDS_DIRECTORY
public SuggestionServiceConfig(org.dom4j.Element config)
config
- A element form a standards config filepublic java.lang.String getVersion()
public java.lang.String getXpath()
public java.lang.String getStandardSourceType()
public java.lang.String getHelperClass()
public java.lang.String getPluginClass()
public java.util.List getDataTypes() throws java.lang.Exception
java.lang.Exception
- Description of the Exceptionpublic java.lang.String getStandardsDirectory() throws java.lang.Exception
java.lang.Exception
- Description of the Exceptionpublic java.lang.String getDefaultDocKey() throws java.lang.Exception
java.lang.Exception
- Description of the Exceptionpublic java.lang.String getDefaultDoc() throws java.lang.Exception
java.lang.Exception
- Description of the Exceptionpublic java.lang.String getStandardsFile() throws java.lang.Exception
java.lang.Exception
- Description of the Exception