Package org.dlese.dpc.standards.commcore
Class CommCoreServiceHelper
java.lang.Object
org.dlese.dpc.standards.commcore.CommCoreServiceHelper
Class to read all comm-core standards documents in specified directory, and
provide access to their contents, e.g., getStdDocument, getStandard.
- Author:
- Jonathan Ostwald
-
Constructor Summary
ConstructorsConstructorDescriptionCommCoreServiceHelper(String standardsPath) Constructor for the CommCoreServiceHelper object -
Method Summary
Modifier and TypeMethodDescriptiongetStandard(String stdId) Gets the standard attribute of the CommCoreServiceHelper objectgetStandard(String docId, String stdId) Gets the standard attribute of the CommCoreServiceHelper objectgetStdDocument(String docId) Gets the stdDocument attribute of the CommCoreServiceHelper objectGets the stdDocuments attribute of the CommCoreServiceHelper objectstatic voidThe main program for the CommCoreServiceHelper class
-
Constructor Details
-
CommCoreServiceHelper
Constructor for the CommCoreServiceHelper object- Parameters:
standardsPath- NOT YET DOCUMENTED- Throws:
Exception- NOT YET DOCUMENTED
-
-
Method Details
-
getStdDocument
Gets the stdDocument attribute of the CommCoreServiceHelper object- Parameters:
docId- NOT YET DOCUMENTED- Returns:
- The stdDocument value
-
getStandard
Gets the standard attribute of the CommCoreServiceHelper object- Parameters:
docId- NOT YET DOCUMENTEDstdId- NOT YET DOCUMENTED- Returns:
- The standard value
-
getStandard
Gets the standard attribute of the CommCoreServiceHelper object- Parameters:
stdId- NOT YET DOCUMENTED- Returns:
- The standard value
-
getStdDocuments
Gets the stdDocuments attribute of the CommCoreServiceHelper object- Returns:
- The stdDocuments value
-
main
The main program for the CommCoreServiceHelper class- Parameters:
args- The command line arguments- Throws:
Exception- NOT YET DOCUMENTED
-