A convenience superclass for those tasks which generate XML configuration files from a domain object of type T.
- The domain object type.Fields inherited from class | Fields |
---|---|
class GeneratorTask |
afterConfigured, beforeConfigured, domainObject, generator |
Constructor and description |
---|
XmlGeneratorTask
() |
Type | Name and description |
---|---|
protected void |
configure(T object) |
protected T |
create() |
protected XmlTransformer |
getXmlTransformer() |
Methods inherited from class | Name |
---|---|
class GeneratorTask |
getInputFile, getInstantiator, getOutputFile, setInputFile, setOutputFile |