Class SuggestionServiceConfig
java.lang.Object
org.dlese.dpc.schemedit.standards.config.SuggestionServiceConfig
Encapsulates configuration for a suggestion service, incuding the framework that the service operates for
and what standards files are to be used for that particular framework.
- Author:
- ostwald
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSuggestionServiceConfig(org.dom4j.Element config) Constructor for the SuggestionServiceConfig object with provided configuration Element. -
Method Summary
Modifier and TypeMethodDescriptionGets the dataTypes attribute of the SuggestionServiceConfig objectGets the defaultDoc attribute of the SuggestionServiceConfig objectGets the defaultDocKey attribute of the SuggestionServiceConfig objectGets the helperClass attribute of the SuggestionServiceConfig objectGets the pluginClass that supplies framework-specific informations, like xpaths, to the suggestionService.Gets the standardsDirectory attribute of the SuggestionServiceConfig object, which designates a directory containing standards files.Gets the standardsFile attribute of the SuggestionServiceConfig objectGets the standardSourceType attribute of the SuggestionServiceConfig objectGets the version attribute of the SuggestionServiceConfig objectgetXpath()Gets the xpath attribute of the SuggestionServiceConfig object
-
Field Details
-
DATA_TYPES
-
STANDARDS_FILE
-
STANDARDS_DIRECTORY
-
-
Constructor Details
-
SuggestionServiceConfig
public SuggestionServiceConfig(org.dom4j.Element config) Constructor for the SuggestionServiceConfig object with provided configuration Element.- Parameters:
config- A element form a standards config file
-
-
Method Details
-
getVersion
Gets the version attribute of the SuggestionServiceConfig object- Returns:
- The version value
-
getXpath
Gets the xpath attribute of the SuggestionServiceConfig object- Returns:
- The xpath value
-
getStandardSourceType
Gets the standardSourceType attribute of the SuggestionServiceConfig object- Returns:
- The standardSourceType value
-
getHelperClass
Gets the helperClass attribute of the SuggestionServiceConfig object- Returns:
- The helperClass value
-
getPluginClass
Gets the pluginClass that supplies framework-specific informations, like xpaths, to the suggestionService.- Returns:
- The pluginClass value
-
getDataTypes
Gets the dataTypes attribute of the SuggestionServiceConfig object- Returns:
- The dataTypes value
- Throws:
Exception- Description of the Exception
-
getStandardsDirectory
Gets the standardsDirectory attribute of the SuggestionServiceConfig object, which designates a directory containing standards files.- Returns:
- The standardsDirectory value
- Throws:
Exception- Description of the Exception
-
getDefaultDocKey
Gets the defaultDocKey attribute of the SuggestionServiceConfig object- Returns:
- The defaultDocKey value
- Throws:
Exception- Description of the Exception
-
getDefaultDoc
Gets the defaultDoc attribute of the SuggestionServiceConfig object- Returns:
- The defaultDoc value
- Throws:
Exception- Description of the Exception
-
getStandardsFile
Gets the standardsFile attribute of the SuggestionServiceConfig object- Returns:
- The standardsFile value
- Throws:
Exception- Description of the Exception
-