|
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.standards.commcore.CommCoreServiceHelper
public class CommCoreServiceHelper
Class to read all comm-core standards documents in specified directory, and provide access to their contents, e.g., getStdDocument, getStandard.
| 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 |
|---|
public CommCoreServiceHelper(String standardsPath)
throws Exception
standardsPath - NOT YET DOCUMENTED
Exception - NOT YET DOCUMENTED| Method Detail |
|---|
public StdDocument getStdDocument(String docId)
docId - NOT YET DOCUMENTED
public Standard getStandard(String docId,
String stdId)
docId - NOT YET DOCUMENTEDstdId - NOT YET DOCUMENTED
public Standard getStandard(String stdId)
stdId - NOT YET DOCUMENTED
public List getStdDocuments()
public static void main(String[] args)
throws Exception
args - The command line arguments
Exception - NOT YET DOCUMENTED
|
DLESE Tools v1.6.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||