Class XmlModelChainedFileWriter
java.lang.Object
org.nuiton.eugene.writer.AbstractChainedFileWriter
org.nuiton.eugene.plugin.writer.BaseChainedFileWriter
org.nuiton.eugene.plugin.writer.BaseChainedFileWriterToMemoryModel
org.nuiton.eugene.plugin.writer.XmlModelChainedFileWriter
- All Implemented Interfaces:
org.nuiton.eugene.writer.ChainedFileWriter, org.nuiton.eugene.writer.ChainedFileWriterToMemoryModel
@Component(role=org.nuiton.eugene.writer.ChainedFileWriter.class,
hint="xmlModel2Memory")
public class XmlModelChainedFileWriter
extends BaseChainedFileWriterToMemoryModel
To create a memory model from xml model files.
- Since:
- 2.6.3
- Author:
- tchemit
-
Field Summary
Fields inherited from class BaseChainedFileWriterToMemoryModel
lastModifiedFile, model, outputDirectory, PROP_FAIL_IF_UNSAFE, PROP_MODEL_READER, PROP_READERFields inherited from class org.nuiton.eugene.writer.AbstractChainedFileWriter
authorizedPropertyDescriptions, entries, nextWriter, previousWriter, properties -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class BaseChainedFileWriterToMemoryModel
acceptModel, generate, getLastModifiedSource, getModel, getModelReader, getOutputDirectory, getOutputProtocol, getReader, initWriter, isFailIfUnsafe, setLastModifiedSourceMethods inherited from class BaseChainedFileWriter
acceptObjectModelOrStateModel, copyResources, getLog, setLogMethods inherited from class org.nuiton.eugene.writer.AbstractChainedFileWriter
addEntry, clear, generate, getAuthorizedPropertyDescriptions, getAuthorizedPropertyNames, getEntries, getExtractDirectory, getInputProtocol, getNextWriter, getOutputDirectory, getPreviousWriter, getProperty, getWriterReport, setNextWriter, setWriterReportMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.nuiton.eugene.writer.ChainedFileWriter
addEntry, clear, generate, getAuthorizedPropertyDescriptions, getAuthorizedPropertyNames, getEntries, getExtractDirectory, getInputProtocol, getOutputDirectory, getProperty, getWriterReport, setWriterReport
-
Constructor Details
-
XmlModelChainedFileWriter
public XmlModelChainedFileWriter()
-
-
Method Details
-
getInputType
- Specified by:
getInputTypein classBaseChainedFileWriterToMemoryModel
-
getInputProtocol
-
acceptInclude
-
getDefaultIncludes
-
getDefaultInputDirectory
-
getDefaultOutputDirectory
-
getDefaultTestInputDirectory
-
getDefaultTestOutputDirectory
-