|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dlese.dpc.schemedit.standards.config.SuggestionServiceConfig
public class 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.
Field Summary | |
---|---|
static String |
DATA_TYPES
|
static String |
STANDARDS_DIRECTORY
|
static String |
STANDARDS_FILE
|
Constructor Summary | |
---|---|
SuggestionServiceConfig(Element config)
Constructor for the SuggestionServiceConfig object with provided configuration Element. |
Method Summary | |
---|---|
List |
getDataTypes()
Gets the dataTypes attribute of the SuggestionServiceConfig object |
String |
getDefaultDoc()
Gets the defaultDoc attribute of the SuggestionServiceConfig object |
String |
getDefaultDocKey()
Gets the defaultDocKey attribute of the SuggestionServiceConfig object |
String |
getHelperClass()
Gets the helperClass attribute of the SuggestionServiceConfig object |
String |
getPluginClass()
Gets the pluginClass that supplies framework-specific informations, like xpaths, to the suggestionService. |
String |
getStandardsDirectory()
Gets the standardsDirectory attribute of the SuggestionServiceConfig object, which designates a directory containing standards files. |
String |
getStandardsFile()
Gets the standardsFile attribute of the SuggestionServiceConfig object |
String |
getStandardSourceType()
Gets the standardSourceType attribute of the SuggestionServiceConfig object |
String |
getVersion()
Gets the version attribute of the SuggestionServiceConfig object |
String |
getXpath()
Gets the xpath attribute of the SuggestionServiceConfig object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static String DATA_TYPES
public static String STANDARDS_FILE
public static String STANDARDS_DIRECTORY
Constructor Detail |
---|
public SuggestionServiceConfig(Element config)
config
- A element form a standards config fileMethod Detail |
---|
public String getVersion()
public String getXpath()
public String getStandardSourceType()
public String getHelperClass()
public String getPluginClass()
public List getDataTypes() throws Exception
Exception
- Description of the Exceptionpublic String getStandardsDirectory() throws Exception
Exception
- Description of the Exceptionpublic String getDefaultDocKey() throws Exception
Exception
- Description of the Exceptionpublic String getDefaultDoc() throws Exception
Exception
- Description of the Exceptionpublic String getStandardsFile() throws Exception
Exception
- Description of the Exception
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |