Package | Description |
---|---|
com.igormaznitsa.jcp | |
com.igormaznitsa.jcp.cmdline |
Modifier and Type | Method and Description |
---|---|
static Iterable<CommandLineHandler> |
JCPreprocessor.getCommandLineHandlers() |
Modifier and Type | Class and Description |
---|---|
class |
AllowWhitespaceDirectiveHandler
Allow spaces between comment and directive.
|
class |
CareForLastNextLineCharHandler |
class |
ClearDstDirectoryHandler
The handler to process the key signals that the preprocessor must clear the
destination directory before preprocessing
|
class |
CompareDestinationContentHandler
the Handler processes command to disable overriding of existing file if content the same.
|
class |
CopyFileAttributesHandler
The handler keep file attributes of copied or generated files.
|
class |
DestinationDirectoryHandler
The handler for the output directory command line key
|
class |
ExcludedFileExtensionsHandler
The handler for the excluded extension list (with comma)
|
class |
ExcludeFoldersHandler
The Handler of subfolder names to be excluded from preprocessing, allows ANT pattern matching.
|
class |
FileExtensionsHandler
The handler for the preprocessing file extension list (with comma)
|
class |
GlobalVariableDefiningFileHandler
The handler for '@' prefixed files in the command string
|
class |
GlobalVariableHandler
The handler for global variables, it adds met global variables into the
inside storage
|
class |
HelpHandler
The handler processes a help command from the command string
|
class |
InCharsetHandler
To set the input text character encoding
|
class |
KeepLineHandler
The handler processing the flag tells the preprocessor to be try to keep
non-executing lines of code as commented ones
|
class |
OutCharsetHandler
To set the output text character encoding
|
class |
PreserveIndentDirectiveHandler
Preserve indent when removing line-prefixes "//$" and "//$$"
|
class |
RemoveCommentsHandler
The handler processing the flag to clear all sources in the destination
directory from inside comments
|
class |
SourceDirectoryHandler
The handler processing the key to set the source directory
|
class |
UnknownAsFalseHandler
The handler processing the flag tells the preprocessor to be try to keep
non-executing lines of code as commented ones
|
class |
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.