public class DmoAttributeSchemaFormatter extends Object
| Constructor and Description |
|---|
DmoAttributeSchemaFormatter(PrintStream p) |
| Modifier and Type | Method and Description |
|---|---|
void |
dumpSchema(SchemaDefinition sd,
String dmodir,
String fake)
For all AttributeDefinitions in the schema, this method dumps a [schema]ASAG
to the DMO subdirectory.
|
void |
dumpSchema(String sn,
String schemaPackage,
TreeMap<String,DmcUncheckedObject> attributes,
TreeMap<String,DmcUncheckedObject> types,
String dmodir)
For all AttributeDefinitions in the schema, this method dumps a [schema]ASAG
to the DMO subdirectory.
|
public DmoAttributeSchemaFormatter(PrintStream p)
public void dumpSchema(SchemaDefinition sd, String dmodir, String fake) throws IOException
sd - The schema.dmodir - The output directory.IOExceptionIOExceptionResultExceptionpublic void dumpSchema(String sn, String schemaPackage, TreeMap<String,DmcUncheckedObject> attributes, TreeMap<String,DmcUncheckedObject> types, String dmodir) throws IOException, ResultException
sn - The schema name.schemaPackage - The schema package prefix.attributes - The meta schema attributes.dmodir - The output directory.IOExceptionIOExceptionResultExceptionResultExceptionCopyright © 2023. All rights reserved.