Interface XSProcessorRequestType
- All Known Implementing Classes:
XSProcessorRequest
@Immutable
public interface XSProcessorRequestType
A document processor request.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumThe stylesheet that will be used during processing.static enumA document processor task. -
Method Summary
Modifier and TypeMethodDescriptiondefault voidCheck preconditions for the type.default Pathdefault XSProcessorRequestType.Tasktask()default Pathdefault boolean
-
Method Details
-
outputDirectory
Path outputDirectory()- Returns:
- The directory to which output files will be written
-
sourceFile
Path sourceFile()- Returns:
- The source document
-
task
- Returns:
- The task that will be executed
-
stylesheet
- Returns:
- The stylesheet that will be used
-
writeResources
@Default default boolean writeResources()- Returns:
trueif resources (such as CSS) should be copied into the output directory
-
traceFile
- Returns:
- The file to which trace messages will be written
-
messageFile
- Returns:
- The file to which XSLT messages will be written
-
brandingFile
-
outputName
-
typeDescriptionFile
-
checkPreconditions
@Check default void checkPreconditions()Check preconditions for the type.
-