Uses of Class
eu.bandm.tools.util.files.SimpleFilePattern
Packages that use SimpleFilePattern
Package
Description
D2d allows to write valid XML documents directly in the creative flow of authoring,
  with minimum typographic noise.
- 
Uses of SimpleFilePattern in eu.bandm.tools.d2d2.base
Fields in eu.bandm.tools.d2d2.base declared as SimpleFilePatternModifier and TypeFieldDescription(package private) final SimpleFilePatternBatchProcessor.Job.outFilePatternThe template to derive the name of the result file from the name of the input file.(package private) final @Opt SimpleFilePatternBatchProcessor.xmlOutputFilePatternThe rule to derive the file name to store the xml representations of the parsed d2d sources.Constructors in eu.bandm.tools.d2d2.base with parameters of type SimpleFilePatternModifierConstructorDescriptionBatchProcessor(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, ModuleRegistry modulereg, Text2Udom.ErrorStrategy errorStrategy, Transformation.Modifiers txsl_modifiers, Trace xsltTrace, int debuglevel, boolean writeIntermediateXsltCodeToFile, boolean partialDocs, @Opt SimpleFilePattern xmlOutputFilePattern, int lineWidth, BatchProcessor.Job... jobs) Only Constructor.Job(String targetName, @Opt ResultContext resultContext, @Opt String topElementName, FunctionLibrary<Node> functionLibrary, @Opt NamespaceName2String stylesheetParams, boolean noTxsl, SimpleFilePattern outFilePattern) Only constructor.