Package eu.bandm.tools.d2d2.base
Class BatchProcessor.Job
java.lang.Object
eu.bandm.tools.d2d2.base.BatchProcessor.Job
- Enclosing class:
BatchProcessor
Represents one transformation job, with all its parameters, to
be applied to multiple d2d source file inputs.
-
Constructor Summary
ConstructorsConstructorDescriptionJob(String targetName, @Opt ResultContext resultContext, @Opt String topElementName, FunctionLibrary<Node> functionLibrary, @Opt NamespaceName2String stylesheetParams, boolean noTxsl, SimpleFilePattern outFilePattern) Only constructor. -
Method Summary
-
Constructor Details
-
Job
public Job(String targetName, @Opt @Opt ResultContext resultContext, @Opt @Opt String topElementName, FunctionLibrary<Node> functionLibrary, @Opt @Opt NamespaceName2String stylesheetParams, boolean noTxsl, SimpleFilePattern outFilePattern) Only constructor. Applies some consistency checks to the arguments.- Parameters:
resultContext- ==null indicates a conversion inot pure text. otherwise it must be a valid ResultContext for some tdom package.
-
-
Method Details
-
format
-