Interface | Description |
---|---|
CommandLineHandler |
The interface describes a command line key handler.
|
Class | Description |
---|---|
AllowWhitespaceDirectiveHandler |
Allow spaces between comment and directive.
|
CareForLastNextLineCharHandler | |
ClearDstDirectoryHandler |
The handler to process the key signals that the preprocessor must clear the
destination directory before preprocessing
|
CompareDestinationContentHandler |
the Handler processes command to disable overriding of existing file if content the same.
|
CopyFileAttributesHandler |
The handler keep file attributes of copied or generated files.
|
DestinationDirectoryHandler |
The handler for the output directory command line key
|
ExcludedFileExtensionsHandler |
The handler for the excluded extension list (with comma)
|
ExcludeFoldersHandler |
The Handler of subfolder names to be excluded from preprocessing, allows ANT pattern matching.
|
FileExtensionsHandler |
The handler for the preprocessing file extension list (with comma)
|
GlobalVariableDefiningFileHandler |
The handler for '@' prefixed files in the command string
|
GlobalVariableHandler |
The handler for global variables, it adds met global variables into the
inside storage
|
HelpHandler |
The handler processes a help command from the command string
|
InCharsetHandler |
To set the input text character encoding
|
KeepLineHandler |
The handler processing the flag tells the preprocessor to be try to keep
non-executing lines of code as commented ones
|
OutCharsetHandler |
To set the output text character encoding
|
PreserveIndentDirectiveHandler |
Preserve indent when removing line-prefixes "//$" and "//$$"
|
RemoveCommentsHandler |
The handler processing the flag to clear all sources in the destination
directory from inside comments
|
SourceDirectoryHandler |
The handler processing the key to set the source directory
|
UnknownAsFalseHandler |
The handler processing the flag tells the preprocessor to be try to keep
non-executing lines of code as commented ones
|
VerboseHandler |
The handler processing the flag that the preprocessor to be verbose in its
messages and information
|
Copyright © 2011–2020 Igor Maznitsa. All rights reserved.