Class CommCoreServiceHelper

java.lang.Object
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 Details

    • CommCoreServiceHelper

      public CommCoreServiceHelper(String standardsPath) throws Exception
      Constructor for the CommCoreServiceHelper object
      Parameters:
      standardsPath - NOT YET DOCUMENTED
      Throws:
      Exception - NOT YET DOCUMENTED
  • Method Details

    • 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