|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dlese.dpc.schemedit.standards.asn.AsnStandardsManager org.dlese.dpc.schemedit.standards.asn.DynaStandardsManager
public class DynaStandardsManager
Manages a set of Standards Documents (e.g. all standards files within a specified directory) as AsnStandardsDocuments instances and provides access to Documents and Standards Nodes within the current Standards document.
Constructor Summary | |
---|---|
DynaStandardsManager(String xmlFormat,
String xpath,
File standardsDirectory,
String defaultDocKey)
Constructor for the DynaStandardsManager object, which reads all files within (recursively) the specified "standardsDirectory". |
Method Summary | |
---|---|
String |
getStandardsDirectory()
Gets the standardsDirectory attribute of the DynaStandardsManager object |
void |
init(File standardsDirectory)
Initialize the standardsRegistry and availableDocs attributes for this Manager. |
static void |
main(String[] args)
The main program for the DynaStandardsManager class |
void |
report()
Debugging |
Methods inherited from class org.dlese.dpc.schemedit.standards.asn.AsnStandardsManager |
---|
getAvailableDocs, getDefaultDocKey, getRendererTag, getStandardsRegistry, getXmlFormat, getXpath, setAvailableDocs, setDefaultDocKey, setXpath |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DynaStandardsManager(String xmlFormat, String xpath, File standardsDirectory, String defaultDocKey) throws Exception
xpath
- xpath of instanceDoc to which standards are
assignedxmlFormat
- format of framework for this helperstandardsDirectory
- path to directory containing standardsDocsdefaultDocKey
- as configured for this helper
Exception
- if AsnDocument files cannot be processedMethod Detail |
---|
public void init(File standardsDirectory) throws Exception
init
in class AsnStandardsManager
standardsDirectory
- directory holding standard docs
Exception
- if standards docs cannot be loaded into StandardsRegistrypublic String getStandardsDirectory()
public static void main(String[] args) throws Exception
args
- The command line arguments
Exception
public void report()
report
in class AsnStandardsManager
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |