public class DynaStandardsManager extends AsnStandardsManager
| Constructor and Description |
|---|
DynaStandardsManager(java.lang.String xmlFormat,
java.lang.String xpath,
java.io.File standardsDirectory,
java.lang.String defaultDocKey)
Constructor for the DynaStandardsManager object, which reads all files within
(recursively) the specified "standardsDirectory".
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getStandardsDirectory()
Gets the standardsDirectory attribute of the DynaStandardsManager object
|
void |
init(java.io.File standardsDirectory)
Initialize the standardsRegistry and availableDocs attributes for this
Manager.
|
static void |
main(java.lang.String[] args)
The main program for the DynaStandardsManager class
|
void |
report()
Debugging
|
getAvailableDocs, getDefaultDocKey, getRendererTag, getStandardsRegistry, getXmlFormat, getXpath, setAvailableDocs, setDefaultDocKey, setXpathpublic DynaStandardsManager(java.lang.String xmlFormat,
java.lang.String xpath,
java.io.File standardsDirectory,
java.lang.String defaultDocKey)
throws java.lang.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 helperjava.lang.Exception - if AsnDocument files cannot be processedpublic void init(java.io.File standardsDirectory)
throws java.lang.Exception
init in class AsnStandardsManagerstandardsDirectory - directory holding standard docsjava.lang.Exception - if standards docs cannot be loaded into StandardsRegistrypublic java.lang.String getStandardsDirectory()
public static void main(java.lang.String[] args)
throws java.lang.Exception
args - The command line argumentsjava.lang.Exceptionpublic void report()
report in class AsnStandardsManager