public class DmgParser extends Object implements DmcUncheckedOIFHandlerIF
| Constructor and Description |
|---|
DmgParser(SchemaManager sm,
ConfigFinder cf) |
| Modifier and Type | Method and Description |
|---|---|
DmgConfigDMO |
getTheConfig() |
void |
handleObject(DmcUncheckedObject uco,
String infile,
int lineNumber)
Process the object as required.
|
void |
parseConfig(ConfigLocation cl) |
public DmgParser(SchemaManager sm, ConfigFinder cf)
public void parseConfig(ConfigLocation cl) throws ResultException, DmcValueException, DmcRuleExceptionSet, DmcNameClashException
public DmgConfigDMO getTheConfig()
public void handleObject(DmcUncheckedObject uco, String infile, int lineNumber) throws ResultException, DmcValueException, DmcNameClashException
DmcUncheckedOIFHandlerIFhandleObject in interface DmcUncheckedOIFHandlerIFuco - The object to be handled.infile - Name of the file from which the object was loaded.lineNumber - The line in the file where the object ended.ResultException - if problems occurDmcValueException - if values are incorrectDmcNameClashException - if names clashCopyright © 2023. All rights reserved.