DLESE Tools
v1.6.0

org.dlese.dpc.standards.commcore
Class CommCoreServiceHelper

java.lang.Object
  extended by org.dlese.dpc.standards.commcore.CommCoreServiceHelper

public class CommCoreServiceHelper
extends Object

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
CommCoreServiceHelper(String standardsPath)
          Constructor for the CommCoreServiceHelper object
 
Method Summary
 Standard getStandard(String stdId)
          Gets the standard attribute of the CommCoreServiceHelper object
 Standard getStandard(String docId, String stdId)
          Gets the standard attribute of the CommCoreServiceHelper object
 StdDocument getStdDocument(String docId)
          Gets the stdDocument attribute of the CommCoreServiceHelper object
 List getStdDocuments()
          Gets the stdDocuments attribute of the CommCoreServiceHelper object
static void main(String[] args)
          The main program for the CommCoreServiceHelper class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommCoreServiceHelper

public CommCoreServiceHelper(String standardsPath)
                      throws Exception
Constructor for the CommCoreServiceHelper object

Parameters:
standardsPath - NOT YET DOCUMENTED
Throws:
Exception - NOT YET DOCUMENTED
Method Detail

getStdDocument

public StdDocument getStdDocument(String docId)
Gets the stdDocument attribute of the CommCoreServiceHelper object

Parameters:
docId - NOT YET DOCUMENTED
Returns:
The stdDocument value

getStandard

public Standard getStandard(String docId,
                            String stdId)
Gets the standard attribute of the CommCoreServiceHelper object

Parameters:
docId - NOT YET DOCUMENTED
stdId - NOT YET DOCUMENTED
Returns:
The standard value

getStandard

public Standard getStandard(String stdId)
Gets the standard attribute of the CommCoreServiceHelper object

Parameters:
stdId - NOT YET DOCUMENTED
Returns:
The standard value

getStdDocuments

public List getStdDocuments()
Gets the stdDocuments attribute of the CommCoreServiceHelper object

Returns:
The stdDocuments value

main

public static void main(String[] args)
                 throws Exception
The main program for the CommCoreServiceHelper class

Parameters:
args - The command line arguments
Throws:
Exception - NOT YET DOCUMENTED

DLESE Tools
v1.6.0