public class DSDArtifactFormatter extends Object
| Constructor and Description |
|---|
DSDArtifactFormatter() |
| Modifier and Type | Method and Description |
|---|---|
void |
generateCode(DmgConfigDMO config,
ConfigLocation loc,
ConfigFinder f,
SchemaDefinition sd,
SchemaManager sm)
This method will determine if the schema for which we're generating artifacts
includes any DSD module definitions and, if so, will generate the classes
that provide base DSD functionality.
|
void |
setFileHeader(String fh)
sets the standard header information to be included on generated files.
|
void |
setProgressStream(PrintStream ps)
Set the stream where we'll report progress.
|
public void generateCode(DmgConfigDMO config, ConfigLocation loc, ConfigFinder f, SchemaDefinition sd, SchemaManager sm) throws IOException, DmcNameClashException, DmcValueException
config - loc - f - sd - the schema to load from the DMG configsm - IOExceptionDmcNameClashExceptionDmcValueExceptionpublic void setProgressStream(PrintStream ps)
ps - the stream.public void setFileHeader(String fh)
fh - the header info.Copyright © 2023. All rights reserved.