public class DmoFormatter extends Object
| Constructor and Description |
|---|
DmoFormatter() |
DmoFormatter(PrintStream o) |
| Modifier and Type | Method and Description |
|---|---|
void |
dumpDMOs(SchemaManager sm,
SchemaDefinition sd,
String dmodir,
String auxdir)
For all ClassDefinitions in the schema, this method dumps the DmcObjects that
represent them.
|
void |
setFileHeader(String fh) |
public DmoFormatter()
public DmoFormatter(PrintStream o)
public void setFileHeader(String fh)
public void dumpDMOs(SchemaManager sm, SchemaDefinition sd, String dmodir, String auxdir) throws IOException, ResultException
sd - The schema.dmodir - The output directory.auxdir - The output directory for auxiliary classes.IOExceptionResultExceptionCopyright © 2023. All rights reserved.