- AbortDirectiveHandler - Class in com.igormaznitsa.jcp.directives
-
The class implements the //#abort directive handler
- AbortDirectiveHandler() - Constructor for class com.igormaznitsa.jcp.directives.AbortDirectiveHandler
-
- AbstractDirectiveHandler - Class in com.igormaznitsa.jcp.directives
-
The class is the abstract parent for all classes process preprocessor
directives
- AbstractDirectiveHandler() - Constructor for class com.igormaznitsa.jcp.directives.AbstractDirectiveHandler
-
- AbstractFunction - Class in com.igormaznitsa.jcp.expression.functions
-
The abstract class is the base for each function handler in the preprocessor
- AbstractFunction() - Constructor for class com.igormaznitsa.jcp.expression.functions.AbstractFunction
-
- AbstractOperator - Class in com.igormaznitsa.jcp.expression.operators
-
The class is the base for all operator handlers
- AbstractOperator() - Constructor for class com.igormaznitsa.jcp.expression.operators.AbstractOperator
-
- AbstractStrConverter - Class in com.igormaznitsa.jcp.expression.functions
-
The class is parent for converting classes.
- AbstractStrConverter() - Constructor for class com.igormaznitsa.jcp.expression.functions.AbstractStrConverter
-
- AbstractXMLFunction - Class in com.igormaznitsa.jcp.expression.functions.xml
-
- AbstractXMLFunction() - Constructor for class com.igormaznitsa.jcp.expression.functions.xml.AbstractXMLFunction
-
- ActionDirectiveHandler - Class in com.igormaznitsa.jcp.directives
-
The class implements the //#action directive handler
- ActionDirectiveHandler() - Constructor for class com.igormaznitsa.jcp.directives.ActionDirectiveHandler
-
- addConfigFile(File) - Method in class com.igormaznitsa.jcp.context.PreprocessorContext
-
Add a configuration file, it is a file which contains directives and global variable definitions
- addErrorListener(MetaErrorListener) - Static method in class com.igormaznitsa.meta.common.exceptions.MetaErrorListeners
-
Add new fireError listener for global fireError events.
- addGuard(String, long) - Static method in class com.igormaznitsa.meta.common.utils.TimeGuard
-
Add a time watcher.
- addGuard(String, long, TimeGuard.TimeAlertListener) - Static method in class com.igormaznitsa.meta.common.utils.TimeGuard
-
Add a time watcher and provide processor of time violation.
- addItem(ExpressionItem) - Method in class com.igormaznitsa.jcp.expression.ExpressionTree
-
Add new expression item into tree
- addPoint(String, TimeGuard.TimeAlertListener) - Static method in class com.igormaznitsa.meta.common.utils.TimeGuard
-
Add a named time point.
- addSubTree(ExpressionTree) - Method in class com.igormaznitsa.jcp.expression.ExpressionTreeElement
-
Add a tree as new child and make the maximum priority for it
- addTree(ExpressionTree) - Method in class com.igormaznitsa.jcp.expression.ExpressionTree
-
Add whole tree as a tree element, also it sets the maximum priority to the new element
- addTreeElement(ExpressionTreeElement) - Method in class com.igormaznitsa.jcp.expression.ExpressionTreeElement
-
Add tree element with sorting operation depends on priority of the elements
- AfterDirectiveProcessingBehaviour - Enum in com.igormaznitsa.jcp.directives
-
The enumeration contains flags after directive processing behavior
- ALL_FUNCTIONS - Static variable in class com.igormaznitsa.jcp.expression.functions.AbstractFunction
-
Inside array contains all functions supported by the preprocessor
- ALL_OPERATORS - Static variable in class com.igormaznitsa.jcp.expression.operators.AbstractOperator
-
The array contains all operators allowed by the preprocessor
- AllowWhitespaceDirectiveHandler - Class in com.igormaznitsa.jcp.cmdline
-
Allow spaces between comment and directive.
- AllowWhitespaceDirectiveHandler() - Constructor for class com.igormaznitsa.jcp.cmdline.AllowWhitespaceDirectiveHandler
-
- AlreadyDisposedError - Error in com.igormaznitsa.meta.common.exceptions
-
Error if detected attempt to dispose already disposed object.
- AlreadyDisposedError(String) - Constructor for error com.igormaznitsa.meta.common.exceptions.AlreadyDisposedError
-
Constructor with provided message.
- AntPathMatcher - Class in com.igormaznitsa.jcp.utils.antpathmatcher
-
PathMatcher
implementation for Ant-style path patterns.
- AntPathMatcher() - Constructor for class com.igormaznitsa.jcp.utils.antpathmatcher.AntPathMatcher
-
- AntPathMatcher(String) - Constructor for class com.igormaznitsa.jcp.utils.antpathmatcher.AntPathMatcher
-
A convenient, alternative constructor to use with a custom path separator.
- AntPathMatcher.AntPathStringMatcher - Class in com.igormaznitsa.jcp.utils.antpathmatcher
-
Tests whether or not a string matches against a pattern via a
Pattern
.
- AntPathMatcher.AntPatternComparator - Class in com.igormaznitsa.jcp.utils.antpathmatcher
-
- AntPathStringMatcher(String) - Constructor for class com.igormaznitsa.jcp.utils.antpathmatcher.AntPathMatcher.AntPathStringMatcher
-
- AntPathStringMatcher(String, boolean) - Constructor for class com.igormaznitsa.jcp.utils.antpathmatcher.AntPathMatcher.AntPathStringMatcher
-
- AntPatternComparator(String) - Constructor for class com.igormaznitsa.jcp.utils.antpathmatcher.AntPathMatcher.AntPatternComparator
-
- ArrayUtils - Class in com.igormaznitsa.meta.common.utils
-
Set of auxiliary methods to process arrays.
- asBoolean() - Method in class com.igormaznitsa.jcp.expression.Value
-
- asFloat() - Method in class com.igormaznitsa.jcp.expression.Value
-
- asLong() - Method in class com.igormaznitsa.jcp.expression.Value
-
- assertAmong(T, T...) - Static method in class com.igormaznitsa.meta.common.utils.Assertions
-
Check that object is presented among provided elements and replace the object by equal element from the list.
- assertDoesntContainNull(T[]) - Static method in class com.igormaznitsa.meta.common.utils.Assertions
-
Assert that array doesn't contain null value.
- assertDoesntContainNull(T) - Static method in class com.igormaznitsa.meta.common.utils.Assertions
-
Assert that collection doesn't contain null value.
- assertEquals(T, T) - Static method in class com.igormaznitsa.meta.common.utils.Assertions
-
Assert that value is equal to some etalon value.
- assertFalse(String, boolean) - Static method in class com.igormaznitsa.meta.common.utils.Assertions
-
Assert condition flag is FALSE.
- Assertions - Class in com.igormaznitsa.meta.common.utils
-
Set of auxiliary methods for assertion.
- assertIsValid(T, Validator<T>) - Static method in class com.igormaznitsa.meta.common.utils.Assertions
-
Check an object by a validator.
- assertNotDisposed() - Method in class com.igormaznitsa.meta.common.templates.DisposableTemplate
-
Auxiliary method to ensure that the object is not disposed.
- assertNotDisposed(T) - Static method in class com.igormaznitsa.meta.common.utils.Assertions
-
Assert that a disposable object is not disposed.
- assertNotNull(T) - Static method in class com.igormaznitsa.meta.common.utils.Assertions
-
Assert that value is not null
- assertNotNull(String, T) - Static method in class com.igormaznitsa.meta.common.utils.Assertions
-
Assert that value is not null
- assertNull(T) - Static method in class com.igormaznitsa.meta.common.utils.Assertions
-
Assert that value is null
- assertNull(String, T) - Static method in class com.igormaznitsa.meta.common.utils.Assertions
-
Assert that value is null
- assertTrue(String, boolean) - Static method in class com.igormaznitsa.meta.common.utils.Assertions
-
Assert condition flag is TRUE.
- asString() - Method in class com.igormaznitsa.jcp.expression.Value
-
- CallTrace - Class in com.igormaznitsa.meta.common.utils
-
The Class allows to save stack trace history (it is possible to keep it in packed format) and restore it to text representation for request.
- CallTrace() - Constructor for class com.igormaznitsa.meta.common.utils.CallTrace
-
The Constructor allows to create call trace history point for the called method.
- CallTrace(boolean, boolean, String) - Constructor for class com.igormaznitsa.meta.common.utils.CallTrace
-
The Constructor allows to create call trace history with defined end-of-line symbol and since needed stack item position.
- cancel() - Static method in class com.igormaznitsa.meta.common.utils.TimeGuard
-
Cancel all time watchers and time points for the current stack level.
- cancelAll() - Static method in class com.igormaznitsa.meta.common.utils.TimeGuard
-
Cancel all time watchers and time points globally for the current thread.
- cancelAllDeferredActionsGlobally() - Static method in class com.igormaznitsa.meta.common.utils.Deferrers
-
Cancel all defer actions globally.
- cancelDeferredActions() - Static method in class com.igormaznitsa.meta.common.utils.Deferrers
-
Cancel all defer actions for the current stack depth.
- CareForLastNextLineCharHandler - Class in com.igormaznitsa.jcp.cmdline
-
- CareForLastNextLineCharHandler() - Constructor for class com.igormaznitsa.jcp.cmdline.CareForLastNextLineCharHandler
-
- CfgFile() - Constructor for class com.igormaznitsa.jcp.ant.PreprocessTask.CfgFile
-
- check() - Static method in class com.igormaznitsa.meta.common.utils.TimeGuard
-
Check all registered time watchers for time bound violations.
- checkPoint(String) - Static method in class com.igormaznitsa.meta.common.utils.TimeGuard
-
Check named time point(s).
- checkPoints() - Static method in class com.igormaznitsa.meta.common.utils.TimeGuard
-
Process all time points for the current stack level.
- clear() - Static method in class com.igormaznitsa.meta.common.exceptions.MetaErrorListeners
-
Remove all listeners.
- ClearDstDirectoryHandler - Class in com.igormaznitsa.jcp.cmdline
-
The handler to process the key signals that the preprocessor must clear the
destination directory before preprocessing
- ClearDstDirectoryHandler() - Constructor for class com.igormaznitsa.jcp.cmdline.ClearDstDirectoryHandler
-
- clearLocalVariables() - Method in class com.igormaznitsa.jcp.context.PreprocessorContext
-
Remove all local variables from the inside storage
- closeQuetly(Closeable) - Static method in class com.igormaznitsa.meta.common.utils.IOUtils
-
Closing quetly any closeable object.
- com.igormaznitsa.jcp - package com.igormaznitsa.jcp
-
- com.igormaznitsa.jcp.ant - package com.igormaznitsa.jcp.ant
-
- com.igormaznitsa.jcp.cmdline - package com.igormaznitsa.jcp.cmdline
-
- com.igormaznitsa.jcp.containers - package com.igormaznitsa.jcp.containers
-
- com.igormaznitsa.jcp.context - package com.igormaznitsa.jcp.context
-
- com.igormaznitsa.jcp.directives - package com.igormaznitsa.jcp.directives
-
- com.igormaznitsa.jcp.exceptions - package com.igormaznitsa.jcp.exceptions
-
- com.igormaznitsa.jcp.expression - package com.igormaznitsa.jcp.expression
-
- com.igormaznitsa.jcp.expression.functions - package com.igormaznitsa.jcp.expression.functions
-
- com.igormaznitsa.jcp.expression.functions.xml - package com.igormaznitsa.jcp.expression.functions.xml
-
- com.igormaznitsa.jcp.expression.operators - package com.igormaznitsa.jcp.expression.operators
-
- com.igormaznitsa.jcp.extension - package com.igormaznitsa.jcp.extension
-
- com.igormaznitsa.jcp.logger - package com.igormaznitsa.jcp.logger
-
- com.igormaznitsa.jcp.maven - package com.igormaznitsa.jcp.maven
-
- com.igormaznitsa.jcp.removers - package com.igormaznitsa.jcp.removers
-
- com.igormaznitsa.jcp.utils - package com.igormaznitsa.jcp.utils
-
- com.igormaznitsa.jcp.utils.antpathmatcher - package com.igormaznitsa.jcp.utils.antpathmatcher
-
- com.igormaznitsa.meta - package com.igormaznitsa.meta
-
- com.igormaznitsa.meta.annotation - package com.igormaznitsa.meta.annotation
-
- com.igormaznitsa.meta.common.exceptions - package com.igormaznitsa.meta.common.exceptions
-
- com.igormaznitsa.meta.common.interfaces - package com.igormaznitsa.meta.common.interfaces
-
- com.igormaznitsa.meta.common.templates - package com.igormaznitsa.meta.common.templates
-
- com.igormaznitsa.meta.common.utils - package com.igormaznitsa.meta.common.utils
-
- combine(String, String) - Method in class com.igormaznitsa.jcp.utils.antpathmatcher.AntPathMatcher
-
Combine two patterns into a new pattern.
- CommandLineHandler - Interface in com.igormaznitsa.jcp.cmdline
-
The interface describes a command line key handler.
- CommentNextLineDirectiveHandler - Class in com.igormaznitsa.jcp.directives
-
The class implements the //#// directive handler
- CommentNextLineDirectiveHandler() - Constructor for class com.igormaznitsa.jcp.directives.CommentNextLineDirectiveHandler
-
- compare(String, String) - Method in class com.igormaznitsa.jcp.utils.antpathmatcher.AntPathMatcher.AntPatternComparator
-
Compare two patterns to determine which should match first, i.e.
- CompareDestinationContentHandler - Class in com.igormaznitsa.jcp.cmdline
-
the Handler processes command to disable overriding of existing file if content the same.
- CompareDestinationContentHandler() - Constructor for class com.igormaznitsa.jcp.cmdline.CompareDestinationContentHandler
-
- Complexity - Enum in com.igormaznitsa.meta
-
Complexity constants.
- Constraint - Annotation Type in com.igormaznitsa.meta.annotation
-
It allows to mark either field or parameter by some expression.
- containsGlobalVariable(String) - Method in class com.igormaznitsa.jcp.context.PreprocessorContext
-
Check that there is a named global variable in the inside storage
- containsLocalVariable(String) - Method in class com.igormaznitsa.jcp.context.PreprocessorContext
-
Check that a local variable for a name is presented
- ContinueDirectiveHandler - Class in com.igormaznitsa.jcp.directives
-
The class implements the //#continue directive handler
- ContinueDirectiveHandler() - Constructor for class com.igormaznitsa.jcp.directives.ContinueDirectiveHandler
-
- copyFile(File, File, boolean) - Static method in class com.igormaznitsa.jcp.utils.PreprocessorUtils
-
- copyFileAttributes(File, File) - Static method in class com.igormaznitsa.jcp.utils.PreprocessorUtils
-
- CopyFileAttributesHandler - Class in com.igormaznitsa.jcp.cmdline
-
The handler keep file attributes of copied or generated files.
- CopyFileAttributesHandler() - Constructor for class com.igormaznitsa.jcp.cmdline.CopyFileAttributesHandler
-
- createCfgFile() - Method in class com.igormaznitsa.jcp.ant.PreprocessTask
-
- createDestinationFileForPath(String) - Method in class com.igormaznitsa.jcp.context.PreprocessorContext
-
It allows to create a File object for its path subject to the destination directory path
- createGlobal() - Method in class com.igormaznitsa.jcp.ant.PreprocessTask
-
- debug(String) - Method in class com.igormaznitsa.jcp.ant.PreprocessTask
-
- debug(String) - Method in interface com.igormaznitsa.jcp.logger.PreprocessorLogger
-
Log a debug message
- debug(String) - Method in class com.igormaznitsa.jcp.logger.SystemOutLogger
-
- debug(String) - Method in class com.igormaznitsa.jcp.maven.PreprocessorMojo
-
- DEFAULT_CHARSET - Static variable in class com.igormaznitsa.jcp.context.PreprocessorContext
-
- DEFAULT_DEST_DIRECTORY - Static variable in class com.igormaznitsa.jcp.context.PreprocessorContext
-
- DEFAULT_EXCLUDED_EXTENSIONS - Static variable in class com.igormaznitsa.jcp.context.PreprocessorContext
-
- DEFAULT_PATH_SEPARATOR - Static variable in class com.igormaznitsa.jcp.utils.antpathmatcher.AntPathMatcher
-
Default path separator: "/"
- DEFAULT_PROCESSING_EXTENSIONS - Static variable in class com.igormaznitsa.jcp.context.PreprocessorContext
-
- DEFAULT_SOURCE_DIRECTORY - Static variable in class com.igormaznitsa.jcp.context.PreprocessorContext
-
- defer(Deferrers.Deferred) - Static method in class com.igormaznitsa.meta.common.utils.Deferrers
-
Defer some action.
- defer(T) - Static method in class com.igormaznitsa.meta.common.utils.Deferrers
-
Defer closing of an closeable object.
- defer(Runnable) - Static method in class com.igormaznitsa.meta.common.utils.Deferrers
-
Defer execution of some runnable action.
- defer(Disposable) - Static method in class com.igormaznitsa.meta.common.utils.Deferrers
-
Defer execution of some disposable object.
- Deferred() - Constructor for class com.igormaznitsa.meta.common.utils.Deferrers.Deferred
-
The Constructor.
- deferredClose(T) - Static method in class com.igormaznitsa.meta.common.utils.Deferrers
-
Defer object containing public close() method.
- Deferrers - Class in com.igormaznitsa.meta.common.utils
-
Auxiliary tool to defer some actions and process them in some point in future.
- Deferrers.Deferred - Class in com.igormaznitsa.meta.common.utils
-
Class wrapping executeDeferred method and stack depth for action.
- DefineDirectiveHandler - Class in com.igormaznitsa.jcp.directives
-
The class implements the //#define directive handler
- DefineDirectiveHandler() - Constructor for class com.igormaznitsa.jcp.directives.DefineDirectiveHandler
-
- DefinelDirectiveHandler - Class in com.igormaznitsa.jcp.directives
-
The class implements the //#definel directive handler
- DefinelDirectiveHandler() - Constructor for class com.igormaznitsa.jcp.directives.DefinelDirectiveHandler
-
- DELIMITER - Static variable in class com.igormaznitsa.jcp.InfoHelper
-
- DestinationDirectoryHandler - Class in com.igormaznitsa.jcp.cmdline
-
The handler for the output directory command line key
- DestinationDirectoryHandler() - Constructor for class com.igormaznitsa.jcp.cmdline.DestinationDirectoryHandler
-
- Determined - Annotation Type in com.igormaznitsa.meta.annotation
-
- DIRECTIVE_PREFIX - Static variable in class com.igormaznitsa.jcp.directives.AbstractDirectiveHandler
-
The common preprocessor prefix for all directives
- DirectiveArgumentType - Enum in com.igormaznitsa.jcp.directives
-
The enumeration contains possible argument types are being used by directives
- DIRECTIVES - Static variable in class com.igormaznitsa.jcp.directives.AbstractDirectiveHandler
-
The array contains all directives of the preprocessor
- disableAutoFlush() - Method in class com.igormaznitsa.jcp.containers.TextFileDataContainer
-
- Disposable - Interface in com.igormaznitsa.meta.common.interfaces
-
Auxiliary interface describing disposable object.
- DisposableTemplate - Class in com.igormaznitsa.meta.common.templates
-
Template providing disposable functionality.
- DisposableTemplate() - Constructor for class com.igormaznitsa.meta.common.templates.DisposableTemplate
-
The Constructor.
- dispose() - Method in class com.igormaznitsa.jcp.context.PreprocessingState
-
- dispose() - Method in interface com.igormaznitsa.meta.common.interfaces.Disposable
-
Dispose object.
- dispose() - Method in class com.igormaznitsa.meta.common.templates.DisposableTemplate
-
- doDispose() - Method in class com.igormaznitsa.meta.common.templates.DisposableTemplate
-
The Template method is called once during disposing.
- doesClearDestinationDirBefore() - Method in class com.igormaznitsa.jcp.context.PreprocessorContext
-
Get the flag to clear the destination directory before preprocessing
- doMatch(String, String, boolean, Map<String, String>) - Method in class com.igormaznitsa.jcp.utils.antpathmatcher.AntPathMatcher
-
Actually match the given path
against the given pattern
.
- EchoDirectiveHandler - Class in com.igormaznitsa.jcp.directives
-
The class implements //#assert directive handler
- EchoDirectiveHandler() - Constructor for class com.igormaznitsa.jcp.directives.EchoDirectiveHandler
-
- ElseDirectiveHandler - Class in com.igormaznitsa.jcp.directives
-
The class implements the //#else directive handler
- ElseDirectiveHandler() - Constructor for class com.igormaznitsa.jcp.directives.ElseDirectiveHandler
-
- EMPTY_BOOL_ARRAY - Static variable in class com.igormaznitsa.meta.common.utils.ArrayUtils
-
Empty boolean array.
- EMPTY_BYTE_ARRAY - Static variable in class com.igormaznitsa.meta.common.utils.ArrayUtils
-
Empty byte array.
- EMPTY_CHAR_ARRAY - Static variable in class com.igormaznitsa.meta.common.utils.ArrayUtils
-
Empty char array.
- EMPTY_INT_ARRAY - Static variable in class com.igormaznitsa.meta.common.utils.ArrayUtils
-
Empty int array.
- EMPTY_LONG_ARRAY - Static variable in class com.igormaznitsa.meta.common.utils.ArrayUtils
-
Empty long array.
- EMPTY_OBJECT_ARRAY - Static variable in class com.igormaznitsa.meta.common.utils.ArrayUtils
-
Empty object array.
- EMPTY_SHORT_ARRAY - Static variable in class com.igormaznitsa.meta.common.utils.ArrayUtils
-
Empty short array.
- EMPTY_SLOT - Static variable in class com.igormaznitsa.jcp.expression.ExpressionTreeElement
-
- EMPTY_STACK - Static variable in class com.igormaznitsa.jcp.context.PreprocessingState
-
- EMPTY_STRING_ARRAY - Static variable in class com.igormaznitsa.meta.common.utils.ArrayUtils
-
Empty string array.
- EndDirectiveHandler - Class in com.igormaznitsa.jcp.directives
-
The class implements the //#end directive
- EndDirectiveHandler() - Constructor for class com.igormaznitsa.jcp.directives.EndDirectiveHandler
-
- EndIfDirectiveHandler - Class in com.igormaznitsa.jcp.directives
-
The class implements the //#endif directive handler
- EndIfDirectiveHandler() - Constructor for class com.igormaznitsa.jcp.directives.EndIfDirectiveHandler
-
- ensureNonNull(T, T) - Static method in class com.igormaznitsa.meta.common.utils.GetUtils
-
Get value and ensure that the value is not null
- ensureNonNull(T) - Static method in class com.igormaznitsa.meta.common.utils.GetUtils
-
Get value if it is not null.
- ensureNonNullAndNonEmpty(String, String) - Static method in class com.igormaznitsa.meta.common.utils.GetUtils
-
Get non-null non-empty string.
- ensureNonNullStr(String) - Static method in class com.igormaznitsa.meta.common.utils.GetUtils
-
Ensure that a string will not be null.
- EnvironmentVariableProcessor - Class in com.igormaznitsa.jcp.context
-
The class allows to get access to environment variables from preprocessor
expression, the variables have the "env." prefix and all them are String type
All environment variables are allowed for reading and disallowing for writing
- EnvironmentVariableProcessor() - Constructor for class com.igormaznitsa.jcp.context.EnvironmentVariableProcessor
-
- EOL_LINUX - Static variable in class com.igormaznitsa.meta.common.utils.CallTrace
-
Default end-of-line for linux.
- EOL_WINDOWS - Static variable in class com.igormaznitsa.meta.common.utils.CallTrace
-
Default end-of-line for windows.
- equals(Object) - Method in class com.igormaznitsa.jcp.containers.TextFileDataContainer
-
- equals(Object) - Method in class com.igormaznitsa.jcp.expression.Value
-
- equals(Object) - Method in class com.igormaznitsa.jcp.logger.SystemOutLogger
-
- error(String) - Method in class com.igormaznitsa.jcp.ant.PreprocessTask
-
- error(String) - Method in interface com.igormaznitsa.jcp.logger.PreprocessorLogger
-
Log an error message
- error(String) - Method in class com.igormaznitsa.jcp.logger.SystemOutLogger
-
- error(String) - Method in class com.igormaznitsa.jcp.maven.PreprocessorMojo
-
- ErrorDirectiveHandler - Class in com.igormaznitsa.jcp.directives
-
The class implements //#error directive handler
- ErrorDirectiveHandler() - Constructor for class com.igormaznitsa.jcp.directives.ErrorDirectiveHandler
-
- evalExpression(String, PreprocessorContext) - Static method in class com.igormaznitsa.jcp.expression.Expression
-
Evaluate expression
- evalTree(ExpressionTree, PreprocessorContext) - Static method in class com.igormaznitsa.jcp.expression.Expression
-
Evaluate an expression tree
- ExcludedFileExtensionsHandler - Class in com.igormaznitsa.jcp.cmdline
-
The handler for the excluded extension list (with comma)
- ExcludedFileExtensionsHandler() - Constructor for class com.igormaznitsa.jcp.cmdline.ExcludedFileExtensionsHandler
-
- ExcludeFoldersHandler - Class in com.igormaznitsa.jcp.cmdline
-
The Handler of subfolder names to be excluded from preprocessing, allows ANT pattern matching.
- ExcludeFoldersHandler() - Constructor for class com.igormaznitsa.jcp.cmdline.ExcludeFoldersHandler
-
- ExcludeIfDirectiveHandler - Class in com.igormaznitsa.jcp.directives
-
The class implements the //#excludeif directive handler
- ExcludeIfDirectiveHandler() - Constructor for class com.igormaznitsa.jcp.directives.ExcludeIfDirectiveHandler
-
- ExcludeIfInfo(FileInfoContainer, String, int) - Constructor for class com.igormaznitsa.jcp.context.PreprocessingState.ExcludeIfInfo
-
- execute() - Method in class com.igormaznitsa.jcp.ant.PreprocessTask
-
- execute(String, PreprocessorContext) - Method in class com.igormaznitsa.jcp.directives.AbortDirectiveHandler
-
- execute(String, PreprocessorContext) - Method in class com.igormaznitsa.jcp.directives.AbstractDirectiveHandler
-
Execute directive
- execute(String, PreprocessorContext) - Method in class com.igormaznitsa.jcp.directives.ActionDirectiveHandler
-
- execute(String, PreprocessorContext) - Method in class com.igormaznitsa.jcp.directives.BreakDirectiveHandler
-
- execute(String, PreprocessorContext) - Method in class com.igormaznitsa.jcp.directives.CommentNextLineDirectiveHandler
-
- execute(String, PreprocessorContext) - Method in class com.igormaznitsa.jcp.directives.ContinueDirectiveHandler
-
- execute(String, PreprocessorContext) - Method in class com.igormaznitsa.jcp.directives.DefineDirectiveHandler
-
- execute(String, PreprocessorContext) - Method in class com.igormaznitsa.jcp.directives.EchoDirectiveHandler
-
- execute(String, PreprocessorContext) - Method in class com.igormaznitsa.jcp.directives.ElseDirectiveHandler
-
- execute(String, PreprocessorContext) - Method in class com.igormaznitsa.jcp.directives.EndDirectiveHandler
-
- execute(String, PreprocessorContext) - Method in class com.igormaznitsa.jcp.directives.EndIfDirectiveHandler
-
- execute(String, PreprocessorContext) - Method in class com.igormaznitsa.jcp.directives.ErrorDirectiveHandler
-
- execute(String, PreprocessorContext) - Method in class com.igormaznitsa.jcp.directives.ExcludeIfDirectiveHandler
-
- execute(String, PreprocessorContext) - Method in class com.igormaznitsa.jcp.directives.ExitDirectiveHandler
-
- execute(String, PreprocessorContext) - Method in class com.igormaznitsa.jcp.directives.ExitIfDirectiveHandler
-
- execute(String, PreprocessorContext) - Method in class com.igormaznitsa.jcp.directives.FlushDirectiveHandler
-
- execute(String, PreprocessorContext) - Method in class com.igormaznitsa.jcp.directives.GlobalDirectiveHandler
-
- execute(String, PreprocessorContext) - Method in class com.igormaznitsa.jcp.directives.GlobalElseDirectiveHandler
-
- execute(String, PreprocessorContext) - Method in class com.igormaznitsa.jcp.directives.GlobalEndIfDirectiveHandler
-
- execute(String, PreprocessorContext) - Method in class com.igormaznitsa.jcp.directives.GlobalIfDirectiveHandler
-
- execute(String, PreprocessorContext) - Method in class com.igormaznitsa.jcp.directives.IfDefinedDirectiveHandler
-
- execute(String, PreprocessorContext) - Method in class com.igormaznitsa.jcp.directives.IfDirectiveHandler
-
- execute(String, PreprocessorContext) - Method in class com.igormaznitsa.jcp.directives.IncludeDirectiveHandler
-
- execute(String, PreprocessorContext) - Method in class com.igormaznitsa.jcp.directives.LocalDirectiveHandler
-
- execute(String, PreprocessorContext) - Method in class com.igormaznitsa.jcp.directives.MsgDirectiveHandler
-
- execute(String, PreprocessorContext) - Method in class com.igormaznitsa.jcp.directives.NoAutoFlushHandler
-
- execute(String, PreprocessorContext) - Method in class com.igormaznitsa.jcp.directives.OutDirDirectiveHandler
-
- execute(String, PreprocessorContext) - Method in class com.igormaznitsa.jcp.directives.OutDisabledDirectiveHandler
-
- execute(String, PreprocessorContext) - Method in class com.igormaznitsa.jcp.directives.OutEnabledDirectiveHandler
-
- execute(String, PreprocessorContext) - Method in class com.igormaznitsa.jcp.directives.OutNameDirectiveHandler
-
- execute(String, PreprocessorContext) - Method in class com.igormaznitsa.jcp.directives.PostfixDirectiveHandler
-
- execute(String, PreprocessorContext) - Method in class com.igormaznitsa.jcp.directives.PrefixDirectiveHandler
-
- execute(String, PreprocessorContext) - Method in class com.igormaznitsa.jcp.directives.WhileDirectiveHandler
-
- execute(PreprocessorContext, Value[]) - Method in class com.igormaznitsa.jcp.expression.functions.FunctionDefinedByUser
-
- execute() - Method in class com.igormaznitsa.jcp.JCPreprocessor
-
- execute() - Method in class com.igormaznitsa.jcp.maven.HelpMojo
- execute() - Method in class com.igormaznitsa.jcp.maven.PreprocessorClearMojo
-
- execute() - Method in class com.igormaznitsa.jcp.maven.PreprocessorMojo
-
- executeAnyStr(Value, Value) - Method in class com.igormaznitsa.jcp.expression.operators.OperatorADD
-
- executeBool(Value) - Method in class com.igormaznitsa.jcp.expression.operators.OperatorNOT
-
- executeBoolBool(Value, Value) - Method in class com.igormaznitsa.jcp.expression.operators.OperatorAND
-
- executeBoolBool(Value, Value) - Method in class com.igormaznitsa.jcp.expression.operators.OperatorEQU
-
- executeBoolBool(Value, Value) - Method in class com.igormaznitsa.jcp.expression.operators.OperatorNOTEQU
-
- executeBoolBool(Value, Value) - Method in class com.igormaznitsa.jcp.expression.operators.OperatorOR
-
- executeBoolBool(Value, Value) - Method in class com.igormaznitsa.jcp.expression.operators.OperatorXOR
-
- executeDeferred() - Method in class com.igormaznitsa.meta.common.utils.Deferrers.Deferred
-
Execute call.
- executeFloat(PreprocessorContext, Value) - Method in class com.igormaznitsa.jcp.expression.functions.FunctionABS
-
- executeFloat(PreprocessorContext, Value) - Method in class com.igormaznitsa.jcp.expression.functions.FunctionROUND
-
- executeFloatFloat(Value, Value) - Method in class com.igormaznitsa.jcp.expression.operators.OperatorADD
-
- executeFloatFloat(Value, Value) - Method in class com.igormaznitsa.jcp.expression.operators.OperatorDIV
-
- executeFloatFloat(Value, Value) - Method in class com.igormaznitsa.jcp.expression.operators.OperatorEQU
-
- executeFloatFloat(Value, Value) - Method in class com.igormaznitsa.jcp.expression.operators.OperatorGREAT
-
- executeFloatFloat(Value, Value) - Method in class com.igormaznitsa.jcp.expression.operators.OperatorGREATEQU
-
- executeFloatFloat(Value, Value) - Method in class com.igormaznitsa.jcp.expression.operators.OperatorLESS
-
- executeFloatFloat(Value, Value) - Method in class com.igormaznitsa.jcp.expression.operators.OperatorLESSEQU
-
- executeFloatFloat(Value, Value) - Method in class com.igormaznitsa.jcp.expression.operators.OperatorMOD
-
- executeFloatFloat(Value, Value) - Method in class com.igormaznitsa.jcp.expression.operators.OperatorMUL
-
- executeFloatFloat(Value, Value) - Method in class com.igormaznitsa.jcp.expression.operators.OperatorNOTEQU
-
- executeFloatFloat(Value, Value) - Method in class com.igormaznitsa.jcp.expression.operators.OperatorSUB
-
- executeFloatInt(Value, Value) - Method in class com.igormaznitsa.jcp.expression.operators.OperatorADD
-
- executeFloatInt(Value, Value) - Method in class com.igormaznitsa.jcp.expression.operators.OperatorDIV
-
- executeFloatInt(Value, Value) - Method in class com.igormaznitsa.jcp.expression.operators.OperatorEQU
-
- executeFloatInt(Value, Value) - Method in class com.igormaznitsa.jcp.expression.operators.OperatorGREAT
-
- executeFloatInt(Value, Value) - Method in class com.igormaznitsa.jcp.expression.operators.OperatorGREATEQU
-
- executeFloatInt(Value, Value) - Method in class com.igormaznitsa.jcp.expression.operators.OperatorLESS
-
- executeFloatInt(Value, Value) - Method in class com.igormaznitsa.jcp.expression.operators.OperatorLESSEQU
-
- executeFloatInt(Value, Value) - Method in class com.igormaznitsa.jcp.expression.operators.OperatorMOD
-
- executeFloatInt(Value, Value) - Method in class com.igormaznitsa.jcp.expression.operators.OperatorMUL
-
- executeFloatInt(Value, Value) - Method in class com.igormaznitsa.jcp.expression.operators.OperatorNOTEQU
-
- executeFloatInt(Value, Value) - Method in class com.igormaznitsa.jcp.expression.operators.OperatorSUB
-
- executeInt(PreprocessorContext, Value) - Method in class com.igormaznitsa.jcp.expression.functions.FunctionABS
-
- executeInt(PreprocessorContext, Value) - Method in class com.igormaznitsa.jcp.expression.functions.FunctionROUND
-
- executeInt(Value) - Method in class com.igormaznitsa.jcp.expression.operators.OperatorNOT
-
- executeIntFloat(Value, Value) - Method in class com.igormaznitsa.jcp.expression.operators.OperatorADD
-
- executeIntFloat(Value, Value) - Method in class com.igormaznitsa.jcp.expression.operators.OperatorDIV
-
- executeIntFloat(Value, Value) - Method in class com.igormaznitsa.jcp.expression.operators.OperatorEQU
-
- executeIntFloat(Value, Value) - Method in class com.igormaznitsa.jcp.expression.operators.OperatorGREAT
-
- executeIntFloat(Value, Value) - Method in class com.igormaznitsa.jcp.expression.operators.OperatorGREATEQU
-
- executeIntFloat(Value, Value) - Method in class com.igormaznitsa.jcp.expression.operators.OperatorLESS
-
- executeIntFloat(Value, Value) - Method in class com.igormaznitsa.jcp.expression.operators.OperatorLESSEQU
-
- executeIntFloat(Value, Value) - Method in class com.igormaznitsa.jcp.expression.operators.OperatorMOD
-
- executeIntFloat(Value, Value) - Method in class com.igormaznitsa.jcp.expression.operators.OperatorMUL
-
- executeIntFloat(Value, Value) - Method in class com.igormaznitsa.jcp.expression.operators.OperatorNOTEQU
-
- executeIntFloat(Value, Value) - Method in class com.igormaznitsa.jcp.expression.operators.OperatorSUB
-
- executeIntInt(Value, Value) - Method in class com.igormaznitsa.jcp.expression.operators.OperatorADD
-
- executeIntInt(Value, Value) - Method in class com.igormaznitsa.jcp.expression.operators.OperatorAND
-
- executeIntInt(Value, Value) - Method in class com.igormaznitsa.jcp.expression.operators.OperatorDIV
-
- executeIntInt(Value, Value) - Method in class com.igormaznitsa.jcp.expression.operators.OperatorEQU
-
- executeIntInt(Value, Value) - Method in class com.igormaznitsa.jcp.expression.operators.OperatorGREAT
-
- executeIntInt(Value, Value) - Method in class com.igormaznitsa.jcp.expression.operators.OperatorGREATEQU
-
- executeIntInt(Value, Value) - Method in class com.igormaznitsa.jcp.expression.operators.OperatorLESS
-
- executeIntInt(Value, Value) - Method in class com.igormaznitsa.jcp.expression.operators.OperatorLESSEQU
-
- executeIntInt(Value, Value) - Method in class com.igormaznitsa.jcp.expression.operators.OperatorMOD
-
- executeIntInt(Value, Value) - Method in class com.igormaznitsa.jcp.expression.operators.OperatorMUL
-
- executeIntInt(Value, Value) - Method in class com.igormaznitsa.jcp.expression.operators.OperatorNOTEQU
-
- executeIntInt(Value, Value) - Method in class com.igormaznitsa.jcp.expression.operators.OperatorOR
-
- executeIntInt(Value, Value) - Method in class com.igormaznitsa.jcp.expression.operators.OperatorSUB
-
- executeIntInt(Value, Value) - Method in class com.igormaznitsa.jcp.expression.operators.OperatorXOR
-
- executeOnlyWhenExecutionAllowed() - Method in class com.igormaznitsa.jcp.directives.AbstractDirectiveHandler
-
Shows that the directive can be executed only when the preprocessing n
active state i.e.
- executeOnlyWhenExecutionAllowed() - Method in class com.igormaznitsa.jcp.directives.ElseDirectiveHandler
-
- executeOnlyWhenExecutionAllowed() - Method in class com.igormaznitsa.jcp.directives.EndDirectiveHandler
-
- executeOnlyWhenExecutionAllowed() - Method in class com.igormaznitsa.jcp.directives.EndIfDirectiveHandler
-
- executeOnlyWhenExecutionAllowed() - Method in class com.igormaznitsa.jcp.directives.GlobalElseDirectiveHandler
-
- executeOnlyWhenExecutionAllowed() - Method in class com.igormaznitsa.jcp.directives.GlobalEndIfDirectiveHandler
-
- executeOnlyWhenExecutionAllowed() - Method in class com.igormaznitsa.jcp.directives.GlobalIfDirectiveHandler
-
- executeOnlyWhenExecutionAllowed() - Method in class com.igormaznitsa.jcp.directives.IfDefDirectiveHandler
-
- executeOnlyWhenExecutionAllowed() - Method in class com.igormaznitsa.jcp.directives.IfDefinedDirectiveHandler
-
- executeOnlyWhenExecutionAllowed() - Method in class com.igormaznitsa.jcp.directives.IfDirectiveHandler
-
- executeOnlyWhenExecutionAllowed() - Method in class com.igormaznitsa.jcp.directives.WhileDirectiveHandler
-
- executeStr(PreprocessorContext, Value) - Method in class com.igormaznitsa.jcp.expression.functions.AbstractStrConverter
-
- executeStr(PreprocessorContext, Value) - Method in class com.igormaznitsa.jcp.expression.functions.FunctionEVALFILE
-
- executeStr(PreprocessorContext, Value) - Method in class com.igormaznitsa.jcp.expression.functions.FunctionSTR2CSV
-
- executeStr(PreprocessorContext, Value) - Method in class com.igormaznitsa.jcp.expression.functions.FunctionSTR2INT
-
- executeStr(PreprocessorContext, Value) - Method in class com.igormaznitsa.jcp.expression.functions.FunctionSTR2JS
-
- executeStr(PreprocessorContext, Value) - Method in class com.igormaznitsa.jcp.expression.functions.FunctionSTR2JSON
-
- executeStr(PreprocessorContext, Value) - Method in class com.igormaznitsa.jcp.expression.functions.FunctionSTR2WEB
-
- executeStr(PreprocessorContext, Value) - Method in class com.igormaznitsa.jcp.expression.functions.FunctionSTR2XML
-
- executeStr(PreprocessorContext, Value) - Method in class com.igormaznitsa.jcp.expression.functions.FunctionSTRLEN
-
- executeStr(PreprocessorContext, Value) - Method in class com.igormaznitsa.jcp.expression.functions.FunctionTRIMLINES
-
- executeStr(PreprocessorContext, Value) - Method in class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_NAME
-
- executeStr(PreprocessorContext, Value) - Method in class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_OPEN
-
- executeStr(PreprocessorContext, Value) - Method in class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_ROOT
-
- executeStr(PreprocessorContext, Value) - Method in class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_SIZE
-
- executeStr(PreprocessorContext, Value) - Method in class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_TEXT
-
- executeStrAny(PreprocessorContext, Value, Value) - Method in class com.igormaznitsa.jcp.expression.functions.FunctionIS
-
- executeStrAny(Value, Value) - Method in class com.igormaznitsa.jcp.expression.operators.OperatorADD
-
- executeStrBool(PreprocessorContext, Value, Value) - Method in class com.igormaznitsa.jcp.expression.functions.FunctionSTR2GO
-
- executeStrBool(PreprocessorContext, Value, Value) - Method in class com.igormaznitsa.jcp.expression.functions.FunctionSTR2JAVA
-
- executeStrInt(PreprocessorContext, Value, Value) - Method in class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_GET
-
- executeStrStr(PreprocessorContext, Value, Value) - Method in class com.igormaznitsa.jcp.expression.functions.FunctionBINFILE
-
- executeStrStr(PreprocessorContext, Value, Value) - Method in class com.igormaznitsa.jcp.expression.functions.FunctionISSUBSTR
-
- executeStrStr(PreprocessorContext, Value, Value) - Method in class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_ATTR
-
- executeStrStr(PreprocessorContext, Value, Value) - Method in class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_LIST
-
- executeStrStr(PreprocessorContext, Value, Value) - Method in class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_XELEMENT
-
- executeStrStr(PreprocessorContext, Value, Value) - Method in class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_XLIST
-
- executeStrStr(Value, Value) - Method in class com.igormaznitsa.jcp.expression.operators.OperatorEQU
-
- executeStrStr(Value, Value) - Method in class com.igormaznitsa.jcp.expression.operators.OperatorGREAT
-
- executeStrStr(Value, Value) - Method in class com.igormaznitsa.jcp.expression.operators.OperatorGREATEQU
-
- executeStrStr(Value, Value) - Method in class com.igormaznitsa.jcp.expression.operators.OperatorLESS
-
- executeStrStr(Value, Value) - Method in class com.igormaznitsa.jcp.expression.operators.OperatorLESSEQU
-
- executeStrStr(Value, Value) - Method in class com.igormaznitsa.jcp.expression.operators.OperatorNOTEQU
-
- EXECUTION_PREFIX - Static variable in class com.igormaznitsa.jcp.expression.functions.AbstractFunction
-
The string contains the prefix for all executing methods of functions
- EXECUTION_PREFIX - Static variable in class com.igormaznitsa.jcp.expression.operators.AbstractOperator
-
The constant is the prefix for executing methods of operators
- ExitDirectiveHandler - Class in com.igormaznitsa.jcp.directives
-
The class implements the //#exit directive handler
- ExitDirectiveHandler() - Constructor for class com.igormaznitsa.jcp.directives.ExitDirectiveHandler
-
- ExitIfDirectiveHandler - Class in com.igormaznitsa.jcp.directives
-
The class implements the //#exitif directive handler
- ExitIfDirectiveHandler() - Constructor for class com.igormaznitsa.jcp.directives.ExitIfDirectiveHandler
-
- Experimental - Annotation Type in com.igormaznitsa.meta.annotation
-
Marks item as experimental one.
- Expression - Class in com.igormaznitsa.jcp.expression
-
The main class to calculate expressions
- ExpressionItem - Interface in com.igormaznitsa.jcp.expression
-
The interface describes an object which can be used during expression
calculations
- ExpressionItemPriority - Enum in com.igormaznitsa.jcp.expression
-
- ExpressionItemType - Enum in com.igormaznitsa.jcp.expression
-
- ExpressionParser - Class in com.igormaznitsa.jcp.expression
-
This class is a parser allows to parse an expression and make a tree as the output
- ExpressionParser() - Constructor for class com.igormaznitsa.jcp.expression.ExpressionParser
-
- ExpressionParser.SpecialItem - Enum in com.igormaznitsa.jcp.expression
-
The enumeration describes some special items which can be met in the expression
- ExpressionTree - Class in com.igormaznitsa.jcp.expression
-
The class describes an object contains an expression tree
- ExpressionTree() - Constructor for class com.igormaznitsa.jcp.expression.ExpressionTree
-
- ExpressionTree(FilePositionInfo[], String) - Constructor for class com.igormaznitsa.jcp.expression.ExpressionTree
-
- ExpressionTreeElement - Class in com.igormaznitsa.jcp.expression
-
The class describes a wrapper around an expression item to be saved into an expression tree
- extractPathWithinPattern(String, String) - Method in class com.igormaznitsa.jcp.utils.antpathmatcher.AntPathMatcher
-
Given a pattern and a full path, determine the pattern-mapped part.
- extractPreprocessorException(Throwable) - Static method in exception com.igormaznitsa.jcp.exceptions.PreprocessorException
-
- extractTail(String, String) - Static method in class com.igormaznitsa.jcp.utils.PreprocessorUtils
-
- extractTrimmedTail(String, String) - Static method in class com.igormaznitsa.jcp.utils.PreprocessorUtils
-
- extractUriTemplateVariables(String, String) - Method in class com.igormaznitsa.jcp.utils.antpathmatcher.AntPathMatcher
-
- fail(String) - Static method in class com.igormaznitsa.meta.common.utils.Assertions
-
Throw assertion error for some cause
- FileExtensionsHandler - Class in com.igormaznitsa.jcp.cmdline
-
The handler for the preprocessing file extension list (with comma)
- FileExtensionsHandler() - Constructor for class com.igormaznitsa.jcp.cmdline.FileExtensionsHandler
-
- FileInfoContainer - Class in com.igormaznitsa.jcp.containers
-
The class is one from the main classes in the preprocessor because it describes a preprocessing file and contains business logic for the process
- FileInfoContainer(File, String, boolean) - Constructor for class com.igormaznitsa.jcp.containers.FileInfoContainer
-
- FilePositionInfo - Class in com.igormaznitsa.jcp.exceptions
-
The class implements a file data storage where an exception can store a
snapshot of the current preprocessing file data
- FilePositionInfo(File, int) - Constructor for class com.igormaznitsa.jcp.exceptions.FilePositionInfo
-
- fillArguments(List<ExpressionTree>) - Method in class com.igormaznitsa.jcp.expression.ExpressionTreeElement
-
It fills children slots from a list containing expression trees
- findCachedElement(PreprocessorContext, String) - Method in class com.igormaznitsa.jcp.expression.functions.xml.AbstractXMLFunction
-
- findCachedElementList(PreprocessorContext, String) - Method in class com.igormaznitsa.jcp.expression.functions.xml.AbstractXMLFunction
-
- findElementForIndex(PreprocessorContext, String, int) - Method in class com.igormaznitsa.jcp.expression.functions.xml.AbstractXMLFunction
-
- findFileInSourceFolder(String) - Method in class com.igormaznitsa.jcp.context.PreprocessorContext
-
It finds a file for its path among files in source folder, it is prohibited to return files out of preprocessing folders.
- findFirstNonNull(T...) - Static method in class com.igormaznitsa.meta.common.utils.GetUtils
-
Find the first non-null value in an array and return that.
- findForClass(Class<E>) - Static method in class com.igormaznitsa.jcp.expression.functions.AbstractFunction
-
Allows to find a function handler instance for its class
- findForClass(Class<E>) - Static method in class com.igormaznitsa.jcp.expression.operators.AbstractOperator
-
Find an operator handler for its class
- findForName(String) - Static method in class com.igormaznitsa.jcp.expression.functions.AbstractFunction
-
Find a function handler for its name
- findVariableForName(String, boolean) - Method in class com.igormaznitsa.jcp.context.PreprocessorContext
-
Find value among local and global variables for a name.
- fireError(String, Throwable) - Static method in class com.igormaznitsa.meta.common.exceptions.MetaErrorListeners
-
Send notifications to all listeners.
- FlushDirectiveHandler - Class in com.igormaznitsa.jcp.directives
-
The class implements the //#flush directive handler
- FlushDirectiveHandler() - Constructor for class com.igormaznitsa.jcp.directives.FlushDirectiveHandler
-
- FUNCTION_NAME_MAP - Static variable in class com.igormaznitsa.jcp.expression.functions.AbstractFunction
-
- FunctionABS - Class in com.igormaznitsa.jcp.expression.functions
-
The class implements the abs function handler
- FunctionABS() - Constructor for class com.igormaznitsa.jcp.expression.functions.FunctionABS
-
- FunctionBINFILE - Class in com.igormaznitsa.jcp.expression.functions
-
The Function loads bin file and encodes it into string.
- FunctionBINFILE() - Constructor for class com.igormaznitsa.jcp.expression.functions.FunctionBINFILE
-
- FunctionDefinedByUser - Class in com.igormaznitsa.jcp.expression.functions
-
The class implements the user defined function handler (a function which name
starts with $)
- FunctionDefinedByUser(String, int, PreprocessorContext) - Constructor for class com.igormaznitsa.jcp.expression.functions.FunctionDefinedByUser
-
- FunctionEVALFILE - Class in com.igormaznitsa.jcp.expression.functions
-
The Function makes preprocessing of a file and return result as a string value.
- FunctionEVALFILE() - Constructor for class com.igormaznitsa.jcp.expression.functions.FunctionEVALFILE
-
- FunctionIS - Class in com.igormaznitsa.jcp.expression.functions
-
The class implements the IS function handler
- FunctionIS() - Constructor for class com.igormaznitsa.jcp.expression.functions.FunctionIS
-
- FunctionISSUBSTR - Class in com.igormaznitsa.jcp.expression.functions
-
The class implements the ISSUBSTR function handler
- FunctionISSUBSTR() - Constructor for class com.igormaznitsa.jcp.expression.functions.FunctionISSUBSTR
-
- FunctionROUND - Class in com.igormaznitsa.jcp.expression.functions
-
The class implements the round function handler
- FunctionROUND() - Constructor for class com.igormaznitsa.jcp.expression.functions.FunctionROUND
-
- FunctionSTR2CSV - Class in com.igormaznitsa.jcp.expression.functions
-
The class implements the str2csv function handler
- FunctionSTR2CSV() - Constructor for class com.igormaznitsa.jcp.expression.functions.FunctionSTR2CSV
-
- FunctionSTR2GO - Class in com.igormaznitsa.jcp.expression.functions
-
The class implements escape function handler to escape strings to be used in Go.
- FunctionSTR2GO() - Constructor for class com.igormaznitsa.jcp.expression.functions.FunctionSTR2GO
-
- FunctionSTR2INT - Class in com.igormaznitsa.jcp.expression.functions
-
The class implements the str2int function handler
- FunctionSTR2INT() - Constructor for class com.igormaznitsa.jcp.expression.functions.FunctionSTR2INT
-
- FunctionSTR2JAVA - Class in com.igormaznitsa.jcp.expression.functions
-
The class implements escape function handler to escape strings to be used in java.
- FunctionSTR2JAVA() - Constructor for class com.igormaznitsa.jcp.expression.functions.FunctionSTR2JAVA
-
- FunctionSTR2JS - Class in com.igormaznitsa.jcp.expression.functions
-
The class implements the str2js function handler
- FunctionSTR2JS() - Constructor for class com.igormaznitsa.jcp.expression.functions.FunctionSTR2JS
-
- FunctionSTR2JSON - Class in com.igormaznitsa.jcp.expression.functions
-
The class implements the str2json function handler
- FunctionSTR2JSON() - Constructor for class com.igormaznitsa.jcp.expression.functions.FunctionSTR2JSON
-
- FunctionSTR2WEB - Class in com.igormaznitsa.jcp.expression.functions
-
The class implements the str2web function handler
- FunctionSTR2WEB() - Constructor for class com.igormaznitsa.jcp.expression.functions.FunctionSTR2WEB
-
- FunctionSTR2XML - Class in com.igormaznitsa.jcp.expression.functions
-
The class implements the str2xml function handler
- FunctionSTR2XML() - Constructor for class com.igormaznitsa.jcp.expression.functions.FunctionSTR2XML
-
- FunctionSTRLEN - Class in com.igormaznitsa.jcp.expression.functions
-
The class implements the STRLEN function handler
- FunctionSTRLEN() - Constructor for class com.igormaznitsa.jcp.expression.functions.FunctionSTRLEN
-
- FunctionTRIMLINES - Class in com.igormaznitsa.jcp.expression.functions
-
The class implements the TRIMLINES function handler
- FunctionTRIMLINES() - Constructor for class com.igormaznitsa.jcp.expression.functions.FunctionTRIMLINES
-
- FunctionXML_ATTR - Class in com.igormaznitsa.jcp.expression.functions.xml
-
The class implements the xml_attr function
- FunctionXML_ATTR() - Constructor for class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_ATTR
-
- FunctionXML_GET - Class in com.igormaznitsa.jcp.expression.functions.xml
-
The class implements the xml_get function handler
- FunctionXML_GET() - Constructor for class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_GET
-
- FunctionXML_LIST - Class in com.igormaznitsa.jcp.expression.functions.xml
-
The class implements the xml_list function handler
- FunctionXML_LIST() - Constructor for class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_LIST
-
- FunctionXML_NAME - Class in com.igormaznitsa.jcp.expression.functions.xml
-
The class implements the xml_name function handler
- FunctionXML_NAME() - Constructor for class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_NAME
-
- FunctionXML_OPEN - Class in com.igormaznitsa.jcp.expression.functions.xml
-
The class implements the xml_open function handler
- FunctionXML_OPEN() - Constructor for class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_OPEN
-
- FunctionXML_ROOT - Class in com.igormaznitsa.jcp.expression.functions.xml
-
The class implements the xml_getroot function handler
- FunctionXML_ROOT() - Constructor for class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_ROOT
-
- FunctionXML_SIZE - Class in com.igormaznitsa.jcp.expression.functions.xml
-
The class implements the xml_elementsnumber function
- FunctionXML_SIZE() - Constructor for class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_SIZE
-
- FunctionXML_TEXT - Class in com.igormaznitsa.jcp.expression.functions.xml
-
The class implements the xml_getelementtext function handler
- FunctionXML_TEXT() - Constructor for class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_TEXT
-
- FunctionXML_XELEMENT - Class in com.igormaznitsa.jcp.expression.functions.xml
-
The class implements the xml_xpathelement function handler
- FunctionXML_XELEMENT() - Constructor for class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_XELEMENT
-
- FunctionXML_XLIST - Class in com.igormaznitsa.jcp.expression.functions.xml
-
The class implements the xml_xpathlist function handler
- FunctionXML_XLIST() - Constructor for class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_XLIST
-
- generateStringForChar(char, int) - Static method in class com.igormaznitsa.jcp.utils.PreprocessorUtils
-
- getAlertListener() - Method in class com.igormaznitsa.meta.common.utils.TimeGuard.TimeData
-
Get alert listener if provided
- getAlertMessage() - Method in class com.igormaznitsa.meta.common.utils.TimeGuard.TimeData
-
Get the alert message.
- getAllowedArgumentTypes() - Method in class com.igormaznitsa.jcp.expression.functions.AbstractFunction
-
Get arrays of supported argument types
- getAllowedArgumentTypes() - Method in class com.igormaznitsa.jcp.expression.functions.AbstractStrConverter
-
- getAllowedArgumentTypes() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionABS
-
- getAllowedArgumentTypes() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionBINFILE
-
- getAllowedArgumentTypes() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionDefinedByUser
-
- getAllowedArgumentTypes() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionEVALFILE
-
- getAllowedArgumentTypes() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionIS
-
- getAllowedArgumentTypes() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionISSUBSTR
-
- getAllowedArgumentTypes() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionROUND
-
- getAllowedArgumentTypes() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionSTR2GO
-
- getAllowedArgumentTypes() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionSTR2JAVA
-
- getAllowedArgumentTypes() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionSTRLEN
-
- getAllowedArgumentTypes() - Method in class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_ATTR
-
- getAllowedArgumentTypes() - Method in class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_GET
-
- getAllowedArgumentTypes() - Method in class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_LIST
-
- getAllowedArgumentTypes() - Method in class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_NAME
-
- getAllowedArgumentTypes() - Method in class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_OPEN
-
- getAllowedArgumentTypes() - Method in class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_ROOT
-
- getAllowedArgumentTypes() - Method in class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_SIZE
-
- getAllowedArgumentTypes() - Method in class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_TEXT
-
- getAllowedArgumentTypes() - Method in class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_XELEMENT
-
- getAllowedArgumentTypes() - Method in class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_XLIST
-
- getAllowWhitespace() - Method in class com.igormaznitsa.jcp.maven.PreprocessorMojo
-
- getArgumentType() - Method in class com.igormaznitsa.jcp.directives.AbortDirectiveHandler
-
- getArgumentType() - Method in class com.igormaznitsa.jcp.directives.AbstractDirectiveHandler
-
Get the argument type needed by the directive
- getArgumentType() - Method in class com.igormaznitsa.jcp.directives.ActionDirectiveHandler
-
- getArgumentType() - Method in class com.igormaznitsa.jcp.directives.DefineDirectiveHandler
-
- getArgumentType() - Method in class com.igormaznitsa.jcp.directives.EchoDirectiveHandler
-
- getArgumentType() - Method in class com.igormaznitsa.jcp.directives.ErrorDirectiveHandler
-
- getArgumentType() - Method in class com.igormaznitsa.jcp.directives.ExcludeIfDirectiveHandler
-
- getArgumentType() - Method in class com.igormaznitsa.jcp.directives.ExitIfDirectiveHandler
-
- getArgumentType() - Method in class com.igormaznitsa.jcp.directives.GlobalDirectiveHandler
-
- getArgumentType() - Method in class com.igormaznitsa.jcp.directives.GlobalIfDirectiveHandler
-
- getArgumentType() - Method in class com.igormaznitsa.jcp.directives.IfDefDirectiveHandler
-
- getArgumentType() - Method in class com.igormaznitsa.jcp.directives.IfDefinedDirectiveHandler
-
- getArgumentType() - Method in class com.igormaznitsa.jcp.directives.IfDirectiveHandler
-
- getArgumentType() - Method in class com.igormaznitsa.jcp.directives.IncludeDirectiveHandler
-
- getArgumentType() - Method in class com.igormaznitsa.jcp.directives.LocalDirectiveHandler
-
- getArgumentType() - Method in class com.igormaznitsa.jcp.directives.MsgDirectiveHandler
-
- getArgumentType() - Method in class com.igormaznitsa.jcp.directives.OutDirDirectiveHandler
-
- getArgumentType() - Method in class com.igormaznitsa.jcp.directives.OutDisabledDirectiveHandler
-
- getArgumentType() - Method in class com.igormaznitsa.jcp.directives.OutEnabledDirectiveHandler
-
- getArgumentType() - Method in class com.igormaznitsa.jcp.directives.OutNameDirectiveHandler
-
- getArgumentType() - Method in class com.igormaznitsa.jcp.directives.PostfixDirectiveHandler
-
- getArgumentType() - Method in class com.igormaznitsa.jcp.directives.PrefixDirectiveHandler
-
- getArgumentType() - Method in class com.igormaznitsa.jcp.directives.WhileDirectiveHandler
-
- getArity() - Method in class com.igormaznitsa.jcp.expression.ExpressionTreeElement
-
Get arity for the element (I mean possible children number)
- getArity() - Method in class com.igormaznitsa.jcp.expression.functions.AbstractFunction
-
Get the function arity
- getArity() - Method in class com.igormaznitsa.jcp.expression.functions.AbstractStrConverter
-
- getArity() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionABS
-
- getArity() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionBINFILE
-
- getArity() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionDefinedByUser
-
- getArity() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionEVALFILE
-
- getArity() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionIS
-
- getArity() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionISSUBSTR
-
- getArity() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionROUND
-
- getArity() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionSTR2GO
-
- getArity() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionSTR2JAVA
-
- getArity() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionSTRLEN
-
- getArity() - Method in class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_ATTR
-
- getArity() - Method in class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_GET
-
- getArity() - Method in class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_LIST
-
- getArity() - Method in class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_NAME
-
- getArity() - Method in class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_OPEN
-
- getArity() - Method in class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_ROOT
-
- getArity() - Method in class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_SIZE
-
- getArity() - Method in class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_TEXT
-
- getArity() - Method in class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_XELEMENT
-
- getArity() - Method in class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_XLIST
-
- getArity() - Method in class com.igormaznitsa.jcp.expression.operators.AbstractOperator
-
Get the operator arity
- getArity() - Method in class com.igormaznitsa.jcp.expression.operators.OperatorADD
-
- getArity() - Method in class com.igormaznitsa.jcp.expression.operators.OperatorAND
-
- getArity() - Method in class com.igormaznitsa.jcp.expression.operators.OperatorDIV
-
- getArity() - Method in class com.igormaznitsa.jcp.expression.operators.OperatorEQU
-
- getArity() - Method in class com.igormaznitsa.jcp.expression.operators.OperatorGREAT
-
- getArity() - Method in class com.igormaznitsa.jcp.expression.operators.OperatorGREATEQU
-
- getArity() - Method in class com.igormaznitsa.jcp.expression.operators.OperatorLESS
-
- getArity() - Method in class com.igormaznitsa.jcp.expression.operators.OperatorLESSEQU
-
- getArity() - Method in class com.igormaznitsa.jcp.expression.operators.OperatorMOD
-
- getArity() - Method in class com.igormaznitsa.jcp.expression.operators.OperatorMUL
-
- getArity() - Method in class com.igormaznitsa.jcp.expression.operators.OperatorNOT
-
- getArity() - Method in class com.igormaznitsa.jcp.expression.operators.OperatorNOTEQU
-
- getArity() - Method in class com.igormaznitsa.jcp.expression.operators.OperatorOR
-
- getArity() - Method in class com.igormaznitsa.jcp.expression.operators.OperatorSUB
-
- getArity() - Method in class com.igormaznitsa.jcp.expression.operators.OperatorXOR
-
- getAsText() - Method in enum com.igormaznitsa.jcp.directives.DirectiveArgumentType
-
- getAttribute(PreprocessorContext, String, String) - Method in class com.igormaznitsa.jcp.expression.functions.xml.AbstractXMLFunction
-
- getCachedDocument(PreprocessorContext, String) - Method in class com.igormaznitsa.jcp.expression.functions.xml.AbstractXMLFunction
-
- getCachedElement(PreprocessorContext, String) - Method in class com.igormaznitsa.jcp.expression.functions.xml.AbstractXMLFunction
-
- getCachedElementList(PreprocessorContext, String) - Method in class com.igormaznitsa.jcp.expression.functions.xml.AbstractXMLFunction
-
- getCarForLastNextLine() - Method in class com.igormaznitsa.jcp.maven.PreprocessorMojo
-
- getCauseObject() - Method in error com.igormaznitsa.meta.common.exceptions.InvalidObjectError
-
- getCfgFiles() - Method in class com.igormaznitsa.jcp.maven.PreprocessorMojo
-
- getChildForIndex(int) - Method in class com.igormaznitsa.jcp.expression.ExpressionTreeElement
-
Get the child element for its index (the first is 0)
- getClear() - Method in class com.igormaznitsa.jcp.maven.PreprocessorMojo
-
- getCommandLineHandlers() - Static method in class com.igormaznitsa.jcp.JCPreprocessor
-
- getCondition() - Method in class com.igormaznitsa.jcp.context.PreprocessingState.ExcludeIfInfo
-
- getConfigFiles() - Method in class com.igormaznitsa.jcp.context.PreprocessorContext
-
Get array of current registered configuration files
- getContext() - Method in class com.igormaznitsa.jcp.JCPreprocessor
-
- getCopyFileAttributes() - Method in class com.igormaznitsa.jcp.maven.PreprocessorMojo
-
- getCopyright() - Static method in class com.igormaznitsa.jcp.InfoHelper
-
- getCreationPoint() - Method in class com.igormaznitsa.meta.common.templates.KeepCreationPointTemplate
-
Get the creation point stack trace for the instance.
- getCreationTimeInMilliseconds() - Method in class com.igormaznitsa.meta.common.utils.TimeGuard.TimeData
-
Get the creation time of the container.
- getData() - Method in error com.igormaznitsa.meta.common.exceptions.TimeViolationError
-
Get the data container which was created during time watcher registration.
- getDescription() - Method in class com.igormaznitsa.jcp.cmdline.AllowWhitespaceDirectiveHandler
-
- getDescription() - Method in class com.igormaznitsa.jcp.cmdline.CareForLastNextLineCharHandler
-
- getDescription() - Method in class com.igormaznitsa.jcp.cmdline.ClearDstDirectoryHandler
-
- getDescription() - Method in interface com.igormaznitsa.jcp.cmdline.CommandLineHandler
-
Get the description of the key (it will be printed into the help text)
- getDescription() - Method in class com.igormaznitsa.jcp.cmdline.CompareDestinationContentHandler
-
- getDescription() - Method in class com.igormaznitsa.jcp.cmdline.CopyFileAttributesHandler
-
- getDescription() - Method in class com.igormaznitsa.jcp.cmdline.DestinationDirectoryHandler
-
- getDescription() - Method in class com.igormaznitsa.jcp.cmdline.ExcludedFileExtensionsHandler
-
- getDescription() - Method in class com.igormaznitsa.jcp.cmdline.ExcludeFoldersHandler
-
- getDescription() - Method in class com.igormaznitsa.jcp.cmdline.FileExtensionsHandler
-
- getDescription() - Method in class com.igormaznitsa.jcp.cmdline.GlobalVariableDefiningFileHandler
-
- getDescription() - Method in class com.igormaznitsa.jcp.cmdline.GlobalVariableHandler
-
- getDescription() - Method in class com.igormaznitsa.jcp.cmdline.HelpHandler
-
- getDescription() - Method in class com.igormaznitsa.jcp.cmdline.InCharsetHandler
-
- getDescription() - Method in class com.igormaznitsa.jcp.cmdline.KeepLineHandler
-
- getDescription() - Method in class com.igormaznitsa.jcp.cmdline.OutCharsetHandler
-
- getDescription() - Method in class com.igormaznitsa.jcp.cmdline.PreserveIndentDirectiveHandler
-
- getDescription() - Method in class com.igormaznitsa.jcp.cmdline.RemoveCommentsHandler
-
- getDescription() - Method in class com.igormaznitsa.jcp.cmdline.SourceDirectoryHandler
-
- getDescription() - Method in class com.igormaznitsa.jcp.cmdline.UnknownAsFalseHandler
-
- getDescription() - Method in class com.igormaznitsa.jcp.cmdline.VerboseHandler
-
- getDestination() - Method in class com.igormaznitsa.jcp.maven.PreprocessorMojo
-
- getDestinationDir() - Method in class com.igormaznitsa.jcp.containers.FileInfoContainer
-
- getDestinationDirectory() - Method in class com.igormaznitsa.jcp.context.PreprocessorContext
-
Get the string representation of the destination directory
- getDestinationDirectoryAsFile() - Method in class com.igormaznitsa.jcp.context.PreprocessorContext
-
Get the current destination directory as a File object
- getDestinationFilePath() - Method in class com.igormaznitsa.jcp.containers.FileInfoContainer
-
- getDestinationName() - Method in class com.igormaznitsa.jcp.containers.FileInfoContainer
-
- getDetectedStackDepth() - Method in class com.igormaznitsa.meta.common.utils.TimeGuard.TimeData
-
Get the detected stack depth during the container creation.
- getDetectedTimeInMilliseconds() - Method in error com.igormaznitsa.meta.common.exceptions.TimeViolationError
-
Get the detected time in milliseconds.
- getDetectedViolationInMilliseconds() - Method in error com.igormaznitsa.meta.common.exceptions.TimeViolationError
-
Get the difference between the expected max time and the detected time.
- getDisableOut() - Method in class com.igormaznitsa.jcp.maven.PreprocessorMojo
-
- getElementListSize(PreprocessorContext, String) - Method in class com.igormaznitsa.jcp.expression.functions.xml.AbstractXMLFunction
-
- getExcluded() - Method in class com.igormaznitsa.jcp.maven.PreprocessorMojo
-
- getExcludedFileExtensions() - Method in class com.igormaznitsa.jcp.context.PreprocessorContext
-
Get excluded file extension list as a string array
- getExcludedFolderPatterns() - Method in class com.igormaznitsa.jcp.context.PreprocessorContext
-
Get patterns for excluded folders.
- getExcludedFolders() - Method in class com.igormaznitsa.jcp.maven.PreprocessorMojo
-
- getExpressionItemPriority() - Method in interface com.igormaznitsa.jcp.expression.ExpressionItem
-
Get the priority of the item
- getExpressionItemPriority() - Method in enum com.igormaznitsa.jcp.expression.ExpressionParser.SpecialItem
-
- getExpressionItemPriority() - Method in class com.igormaznitsa.jcp.expression.functions.AbstractFunction
-
Get the priority of the function in the expression tree
- getExpressionItemPriority() - Method in class com.igormaznitsa.jcp.expression.operators.OperatorADD
-
- getExpressionItemPriority() - Method in class com.igormaznitsa.jcp.expression.operators.OperatorAND
-
- getExpressionItemPriority() - Method in class com.igormaznitsa.jcp.expression.operators.OperatorDIV
-
- getExpressionItemPriority() - Method in class com.igormaznitsa.jcp.expression.operators.OperatorEQU
-
- getExpressionItemPriority() - Method in class com.igormaznitsa.jcp.expression.operators.OperatorGREAT
-
- getExpressionItemPriority() - Method in class com.igormaznitsa.jcp.expression.operators.OperatorGREATEQU
-
- getExpressionItemPriority() - Method in class com.igormaznitsa.jcp.expression.operators.OperatorLESS
-
- getExpressionItemPriority() - Method in class com.igormaznitsa.jcp.expression.operators.OperatorLESSEQU
-
- getExpressionItemPriority() - Method in class com.igormaznitsa.jcp.expression.operators.OperatorMOD
-
- getExpressionItemPriority() - Method in class com.igormaznitsa.jcp.expression.operators.OperatorMUL
-
- getExpressionItemPriority() - Method in class com.igormaznitsa.jcp.expression.operators.OperatorNOT
-
- getExpressionItemPriority() - Method in class com.igormaznitsa.jcp.expression.operators.OperatorNOTEQU
-
- getExpressionItemPriority() - Method in class com.igormaznitsa.jcp.expression.operators.OperatorOR
-
- getExpressionItemPriority() - Method in class com.igormaznitsa.jcp.expression.operators.OperatorSUB
-
- getExpressionItemPriority() - Method in class com.igormaznitsa.jcp.expression.operators.OperatorXOR
-
- getExpressionItemPriority() - Method in class com.igormaznitsa.jcp.expression.Value
-
- getExpressionItemPriority() - Method in class com.igormaznitsa.jcp.expression.Variable
-
Get the expression item priority
- getExpressionItemType() - Method in interface com.igormaznitsa.jcp.expression.ExpressionItem
-
Get the type of the item
- getExpressionItemType() - Method in enum com.igormaznitsa.jcp.expression.ExpressionParser.SpecialItem
-
- getExpressionItemType() - Method in class com.igormaznitsa.jcp.expression.functions.AbstractFunction
-
Get the expression item type
- getExpressionItemType() - Method in class com.igormaznitsa.jcp.expression.operators.AbstractOperator
-
Get the expression item type
- getExpressionItemType() - Method in class com.igormaznitsa.jcp.expression.Value
-
- getExpressionItemType() - Method in class com.igormaznitsa.jcp.expression.Variable
-
Get the expression item type
- getFile() - Method in class com.igormaznitsa.jcp.ant.PreprocessTask.CfgFile
-
- getFile() - Method in class com.igormaznitsa.jcp.containers.TextFileDataContainer
-
- getFile() - Method in class com.igormaznitsa.jcp.exceptions.FilePositionInfo
-
- getFileExtension(File) - Static method in class com.igormaznitsa.jcp.utils.PreprocessorUtils
-
- getFileInfoContainer() - Method in class com.igormaznitsa.jcp.context.PreprocessingState.ExcludeIfInfo
-
- getFilePath(File) - Static method in class com.igormaznitsa.jcp.utils.PreprocessorUtils
-
- getFirstLevelTextContent(Node) - Static method in class com.igormaznitsa.jcp.expression.functions.xml.AbstractXMLFunction
-
- getFormula() - Method in enum com.igormaznitsa.meta.Complexity
-
Get the formula.
- getFullName() - Method in class com.igormaznitsa.jcp.directives.AbstractDirectiveHandler
-
Get the directive name with prefix
- getGlobalVars() - Method in class com.igormaznitsa.jcp.maven.PreprocessorMojo
-
- getId() - Method in class com.igormaznitsa.jcp.expression.functions.xml.NodeContainer
-
- getInCharacterEncoding() - Method in class com.igormaznitsa.jcp.context.PreprocessorContext
-
Get the current character encoding for text reading
- getIncludeChain() - Method in exception com.igormaznitsa.jcp.exceptions.PreprocessorException
-
- getInEncoding() - Method in class com.igormaznitsa.jcp.maven.PreprocessorMojo
-
- getInstance() - Static method in class com.igormaznitsa.jcp.expression.ExpressionParser
-
- getItem() - Method in class com.igormaznitsa.jcp.expression.ExpressionTreeElement
-
Get the wrapped item
- getKeepLines() - Method in class com.igormaznitsa.jcp.maven.PreprocessorMojo
-
- getKeepSrcRoot() - Method in class com.igormaznitsa.jcp.maven.PreprocessorMojo
-
- getKeyName() - Method in class com.igormaznitsa.jcp.cmdline.AllowWhitespaceDirectiveHandler
-
- getKeyName() - Method in class com.igormaznitsa.jcp.cmdline.CareForLastNextLineCharHandler
-
- getKeyName() - Method in class com.igormaznitsa.jcp.cmdline.ClearDstDirectoryHandler
-
- getKeyName() - Method in interface com.igormaznitsa.jcp.cmdline.CommandLineHandler
-
Get the key name for the handler
- getKeyName() - Method in class com.igormaznitsa.jcp.cmdline.CompareDestinationContentHandler
-
- getKeyName() - Method in class com.igormaznitsa.jcp.cmdline.CopyFileAttributesHandler
-
- getKeyName() - Method in class com.igormaznitsa.jcp.cmdline.DestinationDirectoryHandler
-
- getKeyName() - Method in class com.igormaznitsa.jcp.cmdline.ExcludedFileExtensionsHandler
-
- getKeyName() - Method in class com.igormaznitsa.jcp.cmdline.ExcludeFoldersHandler
-
- getKeyName() - Method in class com.igormaznitsa.jcp.cmdline.FileExtensionsHandler
-
- getKeyName() - Method in class com.igormaznitsa.jcp.cmdline.GlobalVariableDefiningFileHandler
-
- getKeyName() - Method in class com.igormaznitsa.jcp.cmdline.GlobalVariableHandler
-
- getKeyName() - Method in class com.igormaznitsa.jcp.cmdline.HelpHandler
-
- getKeyName() - Method in class com.igormaznitsa.jcp.cmdline.InCharsetHandler
-
- getKeyName() - Method in class com.igormaznitsa.jcp.cmdline.KeepLineHandler
-
- getKeyName() - Method in class com.igormaznitsa.jcp.cmdline.OutCharsetHandler
-
- getKeyName() - Method in class com.igormaznitsa.jcp.cmdline.PreserveIndentDirectiveHandler
-
- getKeyName() - Method in class com.igormaznitsa.jcp.cmdline.RemoveCommentsHandler
-
- getKeyName() - Method in class com.igormaznitsa.jcp.cmdline.SourceDirectoryHandler
-
- getKeyName() - Method in class com.igormaznitsa.jcp.cmdline.UnknownAsFalseHandler
-
- getKeyName() - Method in class com.igormaznitsa.jcp.cmdline.VerboseHandler
-
- getKeyword() - Method in class com.igormaznitsa.jcp.expression.operators.AbstractOperator
-
Get the operator keyword
- getKeyword() - Method in class com.igormaznitsa.jcp.expression.operators.OperatorADD
-
- getKeyword() - Method in class com.igormaznitsa.jcp.expression.operators.OperatorAND
-
- getKeyword() - Method in class com.igormaznitsa.jcp.expression.operators.OperatorDIV
-
- getKeyword() - Method in class com.igormaznitsa.jcp.expression.operators.OperatorEQU
-
- getKeyword() - Method in class com.igormaznitsa.jcp.expression.operators.OperatorGREAT
-
- getKeyword() - Method in class com.igormaznitsa.jcp.expression.operators.OperatorGREATEQU
-
- getKeyword() - Method in class com.igormaznitsa.jcp.expression.operators.OperatorLESS
-
- getKeyword() - Method in class com.igormaznitsa.jcp.expression.operators.OperatorLESSEQU
-
- getKeyword() - Method in class com.igormaznitsa.jcp.expression.operators.OperatorMOD
-
- getKeyword() - Method in class com.igormaznitsa.jcp.expression.operators.OperatorMUL
-
- getKeyword() - Method in class com.igormaznitsa.jcp.expression.operators.OperatorNOT
-
- getKeyword() - Method in class com.igormaznitsa.jcp.expression.operators.OperatorNOTEQU
-
- getKeyword() - Method in class com.igormaznitsa.jcp.expression.operators.OperatorOR
-
- getKeyword() - Method in class com.igormaznitsa.jcp.expression.operators.OperatorSUB
-
- getKeyword() - Method in class com.igormaznitsa.jcp.expression.operators.OperatorXOR
-
- getLastReadString() - Method in class com.igormaznitsa.jcp.context.PreprocessingState
-
- getLastReadStringIndex() - Method in class com.igormaznitsa.jcp.containers.TextFileDataContainer
-
- getLocalVariable(String) - Method in class com.igormaznitsa.jcp.context.PreprocessorContext
-
Get a local variable value
- getMaxAllowedDelayInMilliseconds() - Method in class com.igormaznitsa.meta.common.utils.TimeGuard.TimeData
-
Get defined max allowed time delay in milliseconds.
- getName() - Method in class com.igormaznitsa.jcp.ant.PreprocessTask.Global
-
- getName() - Method in class com.igormaznitsa.jcp.context.JCPSpecialVariableProcessor.NameReferencePair
-
- getName() - Method in class com.igormaznitsa.jcp.directives.AbortDirectiveHandler
-
- getName() - Method in class com.igormaznitsa.jcp.directives.AbstractDirectiveHandler
-
Get the name of the directive without prefix
- getName() - Method in class com.igormaznitsa.jcp.directives.ActionDirectiveHandler
-
- getName() - Method in class com.igormaznitsa.jcp.directives.BreakDirectiveHandler
-
- getName() - Method in class com.igormaznitsa.jcp.directives.CommentNextLineDirectiveHandler
-
- getName() - Method in class com.igormaznitsa.jcp.directives.ContinueDirectiveHandler
-
- getName() - Method in class com.igormaznitsa.jcp.directives.DefineDirectiveHandler
-
- getName() - Method in class com.igormaznitsa.jcp.directives.DefinelDirectiveHandler
-
- getName() - Method in class com.igormaznitsa.jcp.directives.EchoDirectiveHandler
-
- getName() - Method in class com.igormaznitsa.jcp.directives.ElseDirectiveHandler
-
- getName() - Method in class com.igormaznitsa.jcp.directives.EndDirectiveHandler
-
- getName() - Method in class com.igormaznitsa.jcp.directives.EndIfDirectiveHandler
-
- getName() - Method in class com.igormaznitsa.jcp.directives.ErrorDirectiveHandler
-
- getName() - Method in class com.igormaznitsa.jcp.directives.ExcludeIfDirectiveHandler
-
- getName() - Method in class com.igormaznitsa.jcp.directives.ExitDirectiveHandler
-
- getName() - Method in class com.igormaznitsa.jcp.directives.ExitIfDirectiveHandler
-
- getName() - Method in class com.igormaznitsa.jcp.directives.FlushDirectiveHandler
-
- getName() - Method in class com.igormaznitsa.jcp.directives.GlobalDirectiveHandler
-
- getName() - Method in class com.igormaznitsa.jcp.directives.GlobalElseDirectiveHandler
-
- getName() - Method in class com.igormaznitsa.jcp.directives.GlobalEndIfDirectiveHandler
-
- getName() - Method in class com.igormaznitsa.jcp.directives.GlobalIfDirectiveHandler
-
- getName() - Method in class com.igormaznitsa.jcp.directives.IfDefDirectiveHandler
-
- getName() - Method in class com.igormaznitsa.jcp.directives.IfDefinedDirectiveHandler
-
- getName() - Method in class com.igormaznitsa.jcp.directives.IfDirectiveHandler
-
- getName() - Method in class com.igormaznitsa.jcp.directives.IfNDefDirectiveHandler
-
- getName() - Method in class com.igormaznitsa.jcp.directives.IncludeDirectiveHandler
-
- getName() - Method in class com.igormaznitsa.jcp.directives.LocalDirectiveHandler
-
- getName() - Method in class com.igormaznitsa.jcp.directives.MsgDirectiveHandler
-
- getName() - Method in class com.igormaznitsa.jcp.directives.NoAutoFlushHandler
-
- getName() - Method in class com.igormaznitsa.jcp.directives.OutDirDirectiveHandler
-
- getName() - Method in class com.igormaznitsa.jcp.directives.OutDisabledDirectiveHandler
-
- getName() - Method in class com.igormaznitsa.jcp.directives.OutEnabledDirectiveHandler
-
- getName() - Method in class com.igormaznitsa.jcp.directives.OutNameDirectiveHandler
-
- getName() - Method in class com.igormaznitsa.jcp.directives.PostfixDirectiveHandler
-
- getName() - Method in class com.igormaznitsa.jcp.directives.PrefixDirectiveHandler
-
- getName() - Method in class com.igormaznitsa.jcp.directives.UndefDirectiveHandler
-
- getName() - Method in class com.igormaznitsa.jcp.directives.WarningDirectiveHandler
-
- getName() - Method in class com.igormaznitsa.jcp.directives.WhileDirectiveHandler
-
- getName() - Method in class com.igormaznitsa.jcp.expression.functions.AbstractFunction
-
Get the function name
- getName() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionABS
-
- getName() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionBINFILE
-
- getName() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionDefinedByUser
-
- getName() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionEVALFILE
-
- getName() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionIS
-
- getName() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionISSUBSTR
-
- getName() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionROUND
-
- getName() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionSTR2CSV
-
- getName() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionSTR2GO
-
- getName() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionSTR2INT
-
- getName() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionSTR2JAVA
-
- getName() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionSTR2JS
-
- getName() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionSTR2JSON
-
- getName() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionSTR2WEB
-
- getName() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionSTR2XML
-
- getName() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionSTRLEN
-
- getName() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionTRIMLINES
-
- getName() - Method in class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_ATTR
-
- getName() - Method in class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_GET
-
- getName() - Method in class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_LIST
-
- getName() - Method in class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_NAME
-
- getName() - Method in class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_OPEN
-
- getName() - Method in class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_ROOT
-
- getName() - Method in class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_SIZE
-
- getName() - Method in class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_TEXT
-
- getName() - Method in class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_XELEMENT
-
- getName() - Method in class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_XLIST
-
- getName() - Method in class com.igormaznitsa.jcp.expression.Variable
-
Get the variable name
- getNextLineCodes() - Static method in class com.igormaznitsa.jcp.utils.PreprocessorUtils
-
- getNextStringIndex() - Method in class com.igormaznitsa.jcp.containers.TextFileDataContainer
-
- getNode() - Method in class com.igormaznitsa.jcp.expression.functions.xml.NodeContainer
-
- getNodeList() - Method in class com.igormaznitsa.jcp.expression.functions.xml.NodeContainer
-
- getNonDisposedObjectCounter() - Static method in class com.igormaznitsa.meta.common.templates.DisposableTemplate
-
Get the current number of created but not disposed object which have DisposableTemplate as super class.
- getNumberOfCopied() - Method in class com.igormaznitsa.jcp.JCPreprocessor.PreprocessingStatistics
-
- getNumberOfPreprocessed() - Method in class com.igormaznitsa.jcp.JCPreprocessor.PreprocessingStatistics
-
- getOutCharacterEncoding() - Method in class com.igormaznitsa.jcp.context.PreprocessorContext
-
Get the current character encoding for text writing
- getOutEncoding() - Method in class com.igormaznitsa.jcp.maven.PreprocessorMojo
-
- getParent() - Method in class com.igormaznitsa.jcp.expression.ExpressionTreeElement
-
Get the parent for the element
- getPatternComparator(String) - Method in class com.igormaznitsa.jcp.utils.antpathmatcher.AntPathMatcher
-
Given a full path, returns a
Comparator
suitable for sorting
patterns in order of explicitness.
- getPreprocessingFlags() - Method in class com.igormaznitsa.jcp.context.PreprocessingState
-
- getPreprocessingState() - Method in class com.igormaznitsa.jcp.context.PreprocessorContext
-
Get the last generated preprocessing state, it is the current one
- getPreprocessorExtension() - Method in class com.igormaznitsa.jcp.context.PreprocessorContext
-
Get the current preprocessor extension
- getPreserveIndent() - Method in class com.igormaznitsa.jcp.maven.PreprocessorMojo
-
- getPrinter() - Method in class com.igormaznitsa.jcp.context.PreprocessingState
-
- getPriority() - Method in enum com.igormaznitsa.jcp.expression.ExpressionItemPriority
-
- getPriority() - Method in class com.igormaznitsa.jcp.expression.ExpressionTreeElement
-
Get the current priority of the element
- getProcessing() - Method in class com.igormaznitsa.jcp.maven.PreprocessorMojo
-
- getProcessingFile() - Method in exception com.igormaznitsa.jcp.exceptions.PreprocessorException
-
- getProcessingFileExtensions() - Method in class com.igormaznitsa.jcp.context.PreprocessorContext
-
Get file extensions of files to be preprocessed as a string array
- getProcessingString() - Method in exception com.igormaznitsa.jcp.exceptions.PreprocessorException
-
- getProductName() - Static method in class com.igormaznitsa.jcp.InfoHelper
-
- getReference() - Static method in class com.igormaznitsa.jcp.context.JCPSpecialVariableProcessor
-
- getReference() - Method in class com.igormaznitsa.jcp.context.JCPSpecialVariableProcessor.NameReferencePair
-
- getReference() - Method in class com.igormaznitsa.jcp.directives.AbortDirectiveHandler
-
- getReference() - Method in class com.igormaznitsa.jcp.directives.AbstractDirectiveHandler
-
Get the directive reference, it will be printed for a help request
- getReference() - Method in class com.igormaznitsa.jcp.directives.ActionDirectiveHandler
-
- getReference() - Method in class com.igormaznitsa.jcp.directives.BreakDirectiveHandler
-
- getReference() - Method in class com.igormaznitsa.jcp.directives.CommentNextLineDirectiveHandler
-
- getReference() - Method in class com.igormaznitsa.jcp.directives.ContinueDirectiveHandler
-
- getReference() - Method in class com.igormaznitsa.jcp.directives.DefineDirectiveHandler
-
- getReference() - Method in class com.igormaznitsa.jcp.directives.DefinelDirectiveHandler
-
- getReference() - Method in class com.igormaznitsa.jcp.directives.EchoDirectiveHandler
-
- getReference() - Method in class com.igormaznitsa.jcp.directives.ElseDirectiveHandler
-
- getReference() - Method in class com.igormaznitsa.jcp.directives.EndDirectiveHandler
-
- getReference() - Method in class com.igormaznitsa.jcp.directives.EndIfDirectiveHandler
-
- getReference() - Method in class com.igormaznitsa.jcp.directives.ErrorDirectiveHandler
-
- getReference() - Method in class com.igormaznitsa.jcp.directives.ExcludeIfDirectiveHandler
-
- getReference() - Method in class com.igormaznitsa.jcp.directives.ExitDirectiveHandler
-
- getReference() - Method in class com.igormaznitsa.jcp.directives.ExitIfDirectiveHandler
-
- getReference() - Method in class com.igormaznitsa.jcp.directives.FlushDirectiveHandler
-
- getReference() - Method in class com.igormaznitsa.jcp.directives.GlobalDirectiveHandler
-
- getReference() - Method in class com.igormaznitsa.jcp.directives.GlobalElseDirectiveHandler
-
- getReference() - Method in class com.igormaznitsa.jcp.directives.GlobalEndIfDirectiveHandler
-
- getReference() - Method in class com.igormaznitsa.jcp.directives.GlobalIfDirectiveHandler
-
- getReference() - Method in class com.igormaznitsa.jcp.directives.IfDefDirectiveHandler
-
- getReference() - Method in class com.igormaznitsa.jcp.directives.IfDefinedDirectiveHandler
-
- getReference() - Method in class com.igormaznitsa.jcp.directives.IfDirectiveHandler
-
- getReference() - Method in class com.igormaznitsa.jcp.directives.IfNDefDirectiveHandler
-
- getReference() - Method in class com.igormaznitsa.jcp.directives.IncludeDirectiveHandler
-
- getReference() - Method in class com.igormaznitsa.jcp.directives.LocalDirectiveHandler
-
- getReference() - Method in class com.igormaznitsa.jcp.directives.MsgDirectiveHandler
-
- getReference() - Method in class com.igormaznitsa.jcp.directives.NoAutoFlushHandler
-
- getReference() - Method in class com.igormaznitsa.jcp.directives.OutDirDirectiveHandler
-
- getReference() - Method in class com.igormaznitsa.jcp.directives.OutDisabledDirectiveHandler
-
- getReference() - Method in class com.igormaznitsa.jcp.directives.OutEnabledDirectiveHandler
-
- getReference() - Method in class com.igormaznitsa.jcp.directives.OutNameDirectiveHandler
-
- getReference() - Method in class com.igormaznitsa.jcp.directives.PostfixDirectiveHandler
-
- getReference() - Method in class com.igormaznitsa.jcp.directives.PrefixDirectiveHandler
-
- getReference() - Method in class com.igormaznitsa.jcp.directives.UndefDirectiveHandler
-
- getReference() - Method in class com.igormaznitsa.jcp.directives.WarningDirectiveHandler
-
- getReference() - Method in class com.igormaznitsa.jcp.directives.WhileDirectiveHandler
-
- getReference() - Method in class com.igormaznitsa.jcp.expression.functions.AbstractFunction
-
Get the function reference to be output for a help request
- getReference() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionABS
-
- getReference() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionBINFILE
-
- getReference() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionDefinedByUser
-
- getReference() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionEVALFILE
-
- getReference() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionIS
-
- getReference() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionISSUBSTR
-
- getReference() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionROUND
-
- getReference() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionSTR2CSV
-
- getReference() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionSTR2GO
-
- getReference() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionSTR2INT
-
- getReference() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionSTR2JAVA
-
- getReference() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionSTR2JS
-
- getReference() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionSTR2JSON
-
- getReference() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionSTR2WEB
-
- getReference() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionSTR2XML
-
- getReference() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionSTRLEN
-
- getReference() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionTRIMLINES
-
- getReference() - Method in class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_ATTR
-
- getReference() - Method in class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_GET
-
- getReference() - Method in class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_LIST
-
- getReference() - Method in class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_NAME
-
- getReference() - Method in class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_OPEN
-
- getReference() - Method in class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_ROOT
-
- getReference() - Method in class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_SIZE
-
- getReference() - Method in class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_TEXT
-
- getReference() - Method in class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_XELEMENT
-
- getReference() - Method in class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_XLIST
-
- getReference() - Method in class com.igormaznitsa.jcp.expression.operators.AbstractOperator
-
Get the operator reference to be shown for a help information request
- getReference() - Method in class com.igormaznitsa.jcp.expression.operators.OperatorADD
-
- getReference() - Method in class com.igormaznitsa.jcp.expression.operators.OperatorAND
-
- getReference() - Method in class com.igormaznitsa.jcp.expression.operators.OperatorDIV
-
- getReference() - Method in class com.igormaznitsa.jcp.expression.operators.OperatorEQU
-
- getReference() - Method in class com.igormaznitsa.jcp.expression.operators.OperatorGREAT
-
- getReference() - Method in class com.igormaznitsa.jcp.expression.operators.OperatorGREATEQU
-
- getReference() - Method in class com.igormaznitsa.jcp.expression.operators.OperatorLESS
-
- getReference() - Method in class com.igormaznitsa.jcp.expression.operators.OperatorLESSEQU
-
- getReference() - Method in class com.igormaznitsa.jcp.expression.operators.OperatorMOD
-
- getReference() - Method in class com.igormaznitsa.jcp.expression.operators.OperatorMUL
-
- getReference() - Method in class com.igormaznitsa.jcp.expression.operators.OperatorNOT
-
- getReference() - Method in class com.igormaznitsa.jcp.expression.operators.OperatorNOTEQU
-
- getReference() - Method in class com.igormaznitsa.jcp.expression.operators.OperatorOR
-
- getReference() - Method in class com.igormaznitsa.jcp.expression.operators.OperatorSUB
-
- getReference() - Method in class com.igormaznitsa.jcp.expression.operators.OperatorXOR
-
- getRemoveComments() - Method in class com.igormaznitsa.jcp.maven.PreprocessorMojo
-
- getResultType() - Method in class com.igormaznitsa.jcp.expression.functions.AbstractFunction
-
Get the result type
- getResultType() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionABS
-
- getResultType() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionBINFILE
-
- getResultType() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionDefinedByUser
-
- getResultType() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionEVALFILE
-
- getResultType() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionIS
-
- getResultType() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionISSUBSTR
-
- getResultType() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionROUND
-
- getResultType() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionSTR2CSV
-
- getResultType() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionSTR2GO
-
- getResultType() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionSTR2INT
-
- getResultType() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionSTR2JAVA
-
- getResultType() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionSTR2JS
-
- getResultType() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionSTR2JSON
-
- getResultType() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionSTR2WEB
-
- getResultType() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionSTR2XML
-
- getResultType() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionSTRLEN
-
- getResultType() - Method in class com.igormaznitsa.jcp.expression.functions.FunctionTRIMLINES
-
- getResultType() - Method in class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_ATTR
-
- getResultType() - Method in class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_GET
-
- getResultType() - Method in class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_LIST
-
- getResultType() - Method in class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_NAME
-
- getResultType() - Method in class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_OPEN
-
- getResultType() - Method in class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_ROOT
-
- getResultType() - Method in class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_SIZE
-
- getResultType() - Method in class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_TEXT
-
- getResultType() - Method in class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_XELEMENT
-
- getResultType() - Method in class com.igormaznitsa.jcp.expression.functions.xml.FunctionXML_XLIST
-
- getRoot() - Method in class com.igormaznitsa.jcp.expression.ExpressionTree
-
Get the root of the tree
- getRootFile() - Method in exception com.igormaznitsa.jcp.exceptions.PreprocessorException
-
- getRootFileInfo() - Method in class com.igormaznitsa.jcp.context.PreprocessingState
-
- getRootTextContainer() - Method in class com.igormaznitsa.jcp.context.PreprocessingState
-
- getSharedResource(String) - Method in class com.igormaznitsa.jcp.context.PreprocessorContext
-
Get a shared source from inside map
- getSignature() - Method in enum com.igormaznitsa.jcp.expression.ValueType
-
- getSite() - Static method in class com.igormaznitsa.jcp.InfoHelper
-
- getSize() - Method in class com.igormaznitsa.jcp.utils.ResetablePrinter
-
- getSource() - Method in class com.igormaznitsa.jcp.maven.PreprocessorMojo
-
- getSourceDirectories() - Method in class com.igormaznitsa.jcp.context.PreprocessorContext
-
Get the source directories as semi separated string
- getSourceDirectoryAsFiles() - Method in class com.igormaznitsa.jcp.context.PreprocessorContext
-
Get the current source directories as a file array
- getSourceFile() - Method in class com.igormaznitsa.jcp.containers.FileInfoContainer
-
- getStackDepth() - Method in class com.igormaznitsa.meta.common.utils.Deferrers.Deferred
-
Get the stack depth detected during object creation.
- getStringIndex() - Method in class com.igormaznitsa.jcp.context.PreprocessingState.ExcludeIfInfo
-
- getStringIndex() - Method in class com.igormaznitsa.jcp.exceptions.FilePositionInfo
-
- getStringIndex() - Method in exception com.igormaznitsa.jcp.exceptions.PreprocessorException
-
- getStringMatcher(String) - Method in class com.igormaznitsa.jcp.utils.antpathmatcher.AntPathMatcher
-
- getTestDestination() - Method in class com.igormaznitsa.jcp.maven.PreprocessorMojo
-
- getText() - Method in class com.igormaznitsa.jcp.containers.TextFileDataContainer
-
- getThreadDescriptor() - Method in class com.igormaznitsa.meta.common.utils.CallTrace
-
Get the descriptor of the thread where the object instance was created.
- getType() - Method in class com.igormaznitsa.jcp.expression.Value
-
- getUnknownVarAsFalse() - Method in class com.igormaznitsa.jcp.maven.PreprocessorMojo
-
- getUserFunctionArity(String) - Method in interface com.igormaznitsa.jcp.extension.PreprocessorExtension
-
When a preprocessor meets a user defined function (the function starts with
$) then it will ask for its arity
- getUseTestSources() - Method in class com.igormaznitsa.jcp.maven.PreprocessorMojo
-
- getUseTestSources() - Method in class com.igormaznitsa.jcp.maven.PreprocessTestsMojo
-
- GetUtils - Class in com.igormaznitsa.meta.common.utils
-
Auxiliary methods to get values.
- getValue() - Method in class com.igormaznitsa.jcp.ant.PreprocessTask.Global
-
- getValue() - Method in class com.igormaznitsa.jcp.expression.Value
-
- getValue(String, ValueType) - Static method in class com.igormaznitsa.jcp.expression.Value
-
- getVariable(String, PreprocessorContext) - Method in class com.igormaznitsa.jcp.ant.PreprocessTask
-
- getVariable(String, PreprocessorContext) - Method in class com.igormaznitsa.jcp.context.EnvironmentVariableProcessor
-
- getVariable(String, PreprocessorContext) - Method in class com.igormaznitsa.jcp.context.JCPSpecialVariableProcessor
-
- getVariable(String, PreprocessorContext) - Method in interface com.igormaznitsa.jcp.context.SpecialVariableProcessor
-
Get the value for the variable
- getVariable(String, PreprocessorContext) - Method in class com.igormaznitsa.jcp.maven.MavenPropertiesImporter
-
- getVariableNames() - Method in class com.igormaznitsa.jcp.ant.PreprocessTask
-
- getVariableNames() - Method in class com.igormaznitsa.jcp.context.EnvironmentVariableProcessor
-
- getVariableNames() - Method in class com.igormaznitsa.jcp.context.JCPSpecialVariableProcessor
-
- getVariableNames() - Method in interface com.igormaznitsa.jcp.context.SpecialVariableProcessor
-
Get all variable names allowed by the processor as an array, all names must
be in lower case
- getVariableNames() - Method in class com.igormaznitsa.jcp.maven.MavenPropertiesImporter
-
- getVerbose() - Method in class com.igormaznitsa.jcp.maven.PreprocessorMojo
-
- getVersion() - Static method in class com.igormaznitsa.jcp.InfoHelper
-
- Global() - Constructor for class com.igormaznitsa.jcp.ant.PreprocessTask.Global
-
- GLOBAL_DIRECTIVES - Static variable in class com.igormaznitsa.jcp.directives.AbstractDirectiveHandler
-
The array contains preprocessor directives active only during the global
preprocessing phase
- GlobalDirectiveHandler - Class in com.igormaznitsa.jcp.directives
-
The class implements the //#global directive handler
- GlobalDirectiveHandler() - Constructor for class com.igormaznitsa.jcp.directives.GlobalDirectiveHandler
-
- GlobalElseDirectiveHandler - Class in com.igormaznitsa.jcp.directives
-
The class implements the //#_else directive handler
- GlobalElseDirectiveHandler() - Constructor for class com.igormaznitsa.jcp.directives.GlobalElseDirectiveHandler
-
- GlobalEndIfDirectiveHandler - Class in com.igormaznitsa.jcp.directives
-
The class implements the //#_endif directive handler
- GlobalEndIfDirectiveHandler() - Constructor for class com.igormaznitsa.jcp.directives.GlobalEndIfDirectiveHandler
-
- GlobalIfDirectiveHandler - Class in com.igormaznitsa.jcp.directives
-
The class implements the //#_if directive handler
- GlobalIfDirectiveHandler() - Constructor for class com.igormaznitsa.jcp.directives.GlobalIfDirectiveHandler
-
- GlobalVariableDefiningFileHandler - Class in com.igormaznitsa.jcp.cmdline
-
The handler for '@' prefixed files in the command string
- GlobalVariableDefiningFileHandler() - Constructor for class com.igormaznitsa.jcp.cmdline.GlobalVariableDefiningFileHandler
-
- GlobalVariableHandler - Class in com.igormaznitsa.jcp.cmdline
-
The handler for global variables, it adds met global variables into the
inside storage
- GlobalVariableHandler() - Constructor for class com.igormaznitsa.jcp.cmdline.GlobalVariableHandler
-
- goToString(int) - Method in class com.igormaznitsa.jcp.context.PreprocessingState
-
- IfDefDirectiveHandler - Class in com.igormaznitsa.jcp.directives
-
The class implements short synonym for the //#ifdefined directive
- IfDefDirectiveHandler() - Constructor for class com.igormaznitsa.jcp.directives.IfDefDirectiveHandler
-
- IfDefinedDirectiveHandler - Class in com.igormaznitsa.jcp.directives
-
The class implements the //#ifdefined directive handler
- IfDefinedDirectiveHandler() - Constructor for class com.igormaznitsa.jcp.directives.IfDefinedDirectiveHandler
-
- IfDirectiveHandler - Class in com.igormaznitsa.jcp.directives
-
The class implements the //#if directive handler
- IfDirectiveHandler() - Constructor for class com.igormaznitsa.jcp.directives.IfDirectiveHandler
-
- IfNDefDirectiveHandler - Class in com.igormaznitsa.jcp.directives
-
The class implements the //#ifndef directive handler
- IfNDefDirectiveHandler() - Constructor for class com.igormaznitsa.jcp.directives.IfNDefDirectiveHandler
-
- Immutable - Annotation Type in javax.annotation.concurrent
-
- ImplementationNote - Annotation Type in com.igormaznitsa.meta.annotation
-
Allows to define some implementation note about marked entity.
- InCharsetHandler - Class in com.igormaznitsa.jcp.cmdline
-
To set the input text character encoding
- InCharsetHandler() - Constructor for class com.igormaznitsa.jcp.cmdline.InCharsetHandler
-
- IncludeDirectiveHandler - Class in com.igormaznitsa.jcp.directives
-
The class implements the //#include directive handler
- IncludeDirectiveHandler() - Constructor for class com.igormaznitsa.jcp.directives.IncludeDirectiveHandler
-
- info(String) - Method in class com.igormaznitsa.jcp.ant.PreprocessTask
-
- info(String) - Method in interface com.igormaznitsa.jcp.logger.PreprocessorLogger
-
Log an information message
- info(String) - Method in class com.igormaznitsa.jcp.logger.SystemOutLogger
-
- info(String) - Method in class com.igormaznitsa.jcp.maven.PreprocessorMojo
-
- InfoHelper - Class in com.igormaznitsa.jcp
-
- INT_FIVE - Static variable in class com.igormaznitsa.jcp.expression.Value
-
- INT_FOUR - Static variable in class com.igormaznitsa.jcp.expression.Value
-
- INT_ONE - Static variable in class com.igormaznitsa.jcp.expression.Value
-
- INT_THREE - Static variable in class com.igormaznitsa.jcp.expression.Value
-
- INT_TWO - Static variable in class com.igormaznitsa.jcp.expression.Value
-
- INT_ZERO - Static variable in class com.igormaznitsa.jcp.expression.Value
-
- InvalidObjectError - Error in com.igormaznitsa.meta.common.exceptions
-
- InvalidObjectError(String, Object) - Constructor for error com.igormaznitsa.meta.common.exceptions.InvalidObjectError
-
- IOUtils - Class in com.igormaznitsa.meta.common.utils
-
Auxiliary methods for IO operations.
- isAllowWhitespace() - Method in class com.igormaznitsa.jcp.context.PreprocessorContext
-
Get flag that whitespace allowed between directive and comment.
- isAtActiveIf() - Method in class com.igormaznitsa.jcp.context.PreprocessingState
-
- isAtActiveWhile() - Method in class com.igormaznitsa.jcp.context.PreprocessingState
-
- isAutoFlush() - Method in class com.igormaznitsa.jcp.containers.TextFileDataContainer
-
- isCareForLastNextLine() - Method in class com.igormaznitsa.jcp.context.PreprocessorContext
-
- isCloned() - Method in class com.igormaznitsa.jcp.context.PreprocessorContext
-
Check that the preprocessor context is a clone of another context.
- isCompareDestination() - Method in class com.igormaznitsa.jcp.context.PreprocessorContext
-
Check the flag to check content of existing file before saving.
- isCompareDestination() - Method in class com.igormaznitsa.jcp.maven.PreprocessorMojo
-
- isCompatible(ValueType) - Method in enum com.igormaznitsa.jcp.expression.ValueType
-
To check that the type is compatible with another one
- isCopyFileAttributes() - Method in class com.igormaznitsa.jcp.context.PreprocessorContext
-
Check that the preprocessor must copy file attributes.
- isDeprecated() - Method in class com.igormaznitsa.jcp.directives.AbstractDirectiveHandler
-
Check that the directive is deprecated one and can be removed in a next release
- isDirectiveCanBeProcessed() - Method in class com.igormaznitsa.jcp.context.PreprocessingState
-
- isDirectiveCanBeProcessedIgnoreBreak() - Method in class com.igormaznitsa.jcp.context.PreprocessingState
-
- isDisposed() - Method in interface com.igormaznitsa.meta.common.interfaces.Disposable
-
Check that the object is disposed.
- isDisposed() - Method in class com.igormaznitsa.meta.common.templates.DisposableTemplate
-
- isEmpty() - Method in class com.igormaznitsa.jcp.expression.ExpressionTree
-
Allows to check that the tree is empty
- isEmpty() - Method in class com.igormaznitsa.jcp.utils.ResetablePrinter
-
- isEmpty() - Static method in class com.igormaznitsa.meta.common.utils.Deferrers
-
Check that presented defer actions for the current thread.
- isEmpty() - Static method in class com.igormaznitsa.meta.common.utils.TimeGuard
-
Check that the thread local for the current thread contains time points or watchers.
- isEmptySlot() - Method in class com.igormaznitsa.jcp.expression.ExpressionTreeElement
-
Allows to check that the element is EMPTY_SLOT
- isExcludedFromPreprocessing() - Method in class com.igormaznitsa.jcp.containers.FileInfoContainer
-
- isFileAllowedToBeProcessed(File) - Method in class com.igormaznitsa.jcp.context.PreprocessorContext
-
Check that a file is allowed to be preprocessed fo its extension
- isFileContentEquals(File, File) - Static method in class com.igormaznitsa.jcp.utils.PreprocessorUtils
-
- isFileExcludedFromProcess(File) - Method in class com.igormaznitsa.jcp.context.PreprocessorContext
-
Check that a file is excluded from preprocessing and coping actions
- isFileOutputDisabled() - Method in class com.igormaznitsa.jcp.context.PreprocessorContext
-
Check that writing operations is disabled
- isForCopyOnly() - Method in class com.igormaznitsa.jcp.containers.FileInfoContainer
-
- isFull() - Method in class com.igormaznitsa.jcp.expression.ExpressionTreeElement
-
It allows to check that all children slots have been filled
- isGlobalPhaseAllowed() - Method in class com.igormaznitsa.jcp.directives.AbstractDirectiveHandler
-
Shows that the directive can be executed during a global preprocessing
phase
- isGlobalPhaseAllowed() - Method in class com.igormaznitsa.jcp.directives.ExcludeIfDirectiveHandler
-
- isGlobalPhaseAllowed() - Method in class com.igormaznitsa.jcp.directives.GlobalDirectiveHandler
-
- isGlobalPhaseAllowed() - Method in class com.igormaznitsa.jcp.directives.GlobalElseDirectiveHandler
-
- isGlobalPhaseAllowed() - Method in class com.igormaznitsa.jcp.directives.GlobalEndIfDirectiveHandler
-
- isGlobalPhaseAllowed() - Method in class com.igormaznitsa.jcp.directives.GlobalIfDirectiveHandler
-
- isGlobalVariable(String) - Method in class com.igormaznitsa.jcp.context.PreprocessorContext
-
Check that there is a global variable with such name.
- isIfStackEmpty() - Method in class com.igormaznitsa.jcp.context.PreprocessingState
-
- isIgnoreMissingSources() - Method in class com.igormaznitsa.jcp.maven.PreprocessorMojo
-
- isIncludeStackEmpty() - Method in class com.igormaznitsa.jcp.context.PreprocessingState
-
- isKeepLines() - Method in class com.igormaznitsa.jcp.context.PreprocessorContext
-
Check that the preprocessor must keep lines as commented ones
- isLocalVariable(String) - Method in class com.igormaznitsa.jcp.context.PreprocessorContext
-
Check that there is a local variable with such name.
- isOnlyRootOnStack() - Method in class com.igormaznitsa.jcp.context.PreprocessingState
-
- isPattern(String) - Method in class com.igormaznitsa.jcp.utils.antpathmatcher.AntPathMatcher
-
- isPreprocessingPhaseAllowed() - Method in class com.igormaznitsa.jcp.directives.AbstractDirectiveHandler
-
Shows that the directive can be executed during the second preprocessing
phase
- isPreprocessingPhaseAllowed() - Method in class com.igormaznitsa.jcp.directives.ExcludeIfDirectiveHandler
-
- isPreprocessingPhaseAllowed() - Method in class com.igormaznitsa.jcp.directives.GlobalDirectiveHandler
-
- isPreprocessingPhaseAllowed() - Method in class com.igormaznitsa.jcp.directives.GlobalElseDirectiveHandler
-
- isPreprocessingPhaseAllowed() - Method in class com.igormaznitsa.jcp.directives.GlobalEndIfDirectiveHandler
-
- isPreprocessingPhaseAllowed() - Method in class com.igormaznitsa.jcp.directives.GlobalIfDirectiveHandler
-
- isPresentedNextLineOnReadString() - Method in class com.igormaznitsa.jcp.containers.TextFileDataContainer
-
- isPreserveIndent() - Method in class com.igormaznitsa.jcp.context.PreprocessorContext
-
Get flag indicating whether preserve-indent is enabled or disabled.
- isRemoveComments() - Method in class com.igormaznitsa.jcp.context.PreprocessorContext
-
It returns the flag shows that all comments must be removed from the result
- isSkip() - Method in class com.igormaznitsa.jcp.maven.PreprocessorMojo
-
- isTimePoint() - Method in class com.igormaznitsa.meta.common.utils.TimeGuard.TimeData
-
Check that the object represents a named time point.
- isUnknownVariableAsFalse() - Method in class com.igormaznitsa.jcp.context.PreprocessorContext
-
Get flag shows that unknown variable is recognized as FALSE.
- isValid(T) - Method in interface com.igormaznitsa.meta.common.utils.Validator
-
Validate an object.
- isVerbose() - Method in class com.igormaznitsa.jcp.context.PreprocessorContext
-
Check the verbose flag
- isWhileStackEmpty() - Method in class com.igormaznitsa.jcp.context.PreprocessingState
-
- onDetectedError(String, Throwable) - Method in interface com.igormaznitsa.meta.common.exceptions.MetaErrorListener
-
The Method will be called if detected some error.
- ONE_LINE_COMMENT - Static variable in class com.igormaznitsa.jcp.directives.AbstractDirectiveHandler
-
The prefix for one line comment
- OneWayChange - Annotation Type in com.igormaznitsa.meta.annotation
-
Allows mark methods as impacting on something without any chance for rollback.
- onTimeAlert(long, TimeGuard.TimeData) - Method in interface com.igormaznitsa.meta.common.utils.TimeGuard.TimeAlertListener
-
Process time.
- openFile(File) - Method in class com.igormaznitsa.jcp.context.PreprocessingState
-
- OperatorADD - Class in com.igormaznitsa.jcp.expression.operators
-
The class implements the ADD operator handler
- OperatorADD() - Constructor for class com.igormaznitsa.jcp.expression.operators.OperatorADD
-
- OperatorAND - Class in com.igormaznitsa.jcp.expression.operators
-
The class implements the AND operator handler
- OperatorAND() - Constructor for class com.igormaznitsa.jcp.expression.operators.OperatorAND
-
- OperatorDIV - Class in com.igormaznitsa.jcp.expression.operators
-
The class implements the DIV operator handler
- OperatorDIV() - Constructor for class com.igormaznitsa.jcp.expression.operators.OperatorDIV
-
- OperatorEQU - Class in com.igormaznitsa.jcp.expression.operators
-
The class implements the EQU operator handler
- OperatorEQU() - Constructor for class com.igormaznitsa.jcp.expression.operators.OperatorEQU
-
- OperatorGREAT - Class in com.igormaznitsa.jcp.expression.operators
-
The class implements the GREAT operator handler
- OperatorGREAT() - Constructor for class com.igormaznitsa.jcp.expression.operators.OperatorGREAT
-
- OperatorGREATEQU - Class in com.igormaznitsa.jcp.expression.operators
-
The class implements the GREATEQU operator handler
- OperatorGREATEQU() - Constructor for class com.igormaznitsa.jcp.expression.operators.OperatorGREATEQU
-
- OperatorLESS - Class in com.igormaznitsa.jcp.expression.operators
-
The class implements the LESS operator handler
- OperatorLESS() - Constructor for class com.igormaznitsa.jcp.expression.operators.OperatorLESS
-
- OperatorLESSEQU - Class in com.igormaznitsa.jcp.expression.operators
-
The class implements the LESSEQU operator handler
- OperatorLESSEQU() - Constructor for class com.igormaznitsa.jcp.expression.operators.OperatorLESSEQU
-
- OperatorMOD - Class in com.igormaznitsa.jcp.expression.operators
-
The class implements the MOD operator handler
- OperatorMOD() - Constructor for class com.igormaznitsa.jcp.expression.operators.OperatorMOD
-
- OperatorMUL - Class in com.igormaznitsa.jcp.expression.operators
-
The class implements the MOD operator handler
- OperatorMUL() - Constructor for class com.igormaznitsa.jcp.expression.operators.OperatorMUL
-
- OperatorNOT - Class in com.igormaznitsa.jcp.expression.operators
-
The class implements the NOT operator handler
- OperatorNOT() - Constructor for class com.igormaznitsa.jcp.expression.operators.OperatorNOT
-
- OperatorNOTEQU - Class in com.igormaznitsa.jcp.expression.operators
-
The class implements the NOTEQU operator handler
- OperatorNOTEQU() - Constructor for class com.igormaznitsa.jcp.expression.operators.OperatorNOTEQU
-
- OperatorOR - Class in com.igormaznitsa.jcp.expression.operators
-
The class implements the OR operator handler
- OperatorOR() - Constructor for class com.igormaznitsa.jcp.expression.operators.OperatorOR
-
- OperatorSUB - Class in com.igormaznitsa.jcp.expression.operators
-
The class implements the SUB operator handler
- OperatorSUB() - Constructor for class com.igormaznitsa.jcp.expression.operators.OperatorSUB
-
- OperatorXOR - Class in com.igormaznitsa.jcp.expression.operators
-
The class implements the XOR operator handler
- OperatorXOR() - Constructor for class com.igormaznitsa.jcp.expression.operators.OperatorXOR
-
- OutCharsetHandler - Class in com.igormaznitsa.jcp.cmdline
-
To set the output text character encoding
- OutCharsetHandler() - Constructor for class com.igormaznitsa.jcp.cmdline.OutCharsetHandler
-
- OutDirDirectiveHandler - Class in com.igormaznitsa.jcp.directives
-
The class implements the //#outdir directive handler
- OutDirDirectiveHandler() - Constructor for class com.igormaznitsa.jcp.directives.OutDirDirectiveHandler
-
- OutDisabledDirectiveHandler - Class in com.igormaznitsa.jcp.directives
-
The class implements the //#- directive handler
- OutDisabledDirectiveHandler() - Constructor for class com.igormaznitsa.jcp.directives.OutDisabledDirectiveHandler
-
- OutEnabledDirectiveHandler - Class in com.igormaznitsa.jcp.directives
-
The class implements the //#+ directive handler
- OutEnabledDirectiveHandler() - Constructor for class com.igormaznitsa.jcp.directives.OutEnabledDirectiveHandler
-
- OutNameDirectiveHandler - Class in com.igormaznitsa.jcp.directives
-
The class implements the //#outname directive handler
- OutNameDirectiveHandler() - Constructor for class com.igormaznitsa.jcp.directives.OutNameDirectiveHandler
-
- packData(byte[]) - Static method in class com.igormaznitsa.meta.common.utils.IOUtils
-
Pack some binary data.
- parse(String, PreprocessorContext) - Method in class com.igormaznitsa.jcp.expression.ExpressionParser
-
To parse an expression represented as a string and get a tree
- peekFile() - Method in class com.igormaznitsa.jcp.context.PreprocessingState
-
- peekIf() - Method in class com.igormaznitsa.jcp.context.PreprocessingState
-
- peekWhile() - Method in class com.igormaznitsa.jcp.context.PreprocessingState
-
- popAllExcludeIfInfoData() - Method in class com.igormaznitsa.jcp.context.PreprocessingState
-
- popAllIFUntilContainerWithFile(TextFileDataContainer) - Method in class com.igormaznitsa.jcp.context.PreprocessingState
-
- popExcludeIfData() - Method in class com.igormaznitsa.jcp.context.PreprocessingState
-
- popIf() - Method in class com.igormaznitsa.jcp.context.PreprocessingState
-
- popTextContainer() - Method in class com.igormaznitsa.jcp.context.PreprocessingState
-
- popWhile() - Method in class com.igormaznitsa.jcp.context.PreprocessingState
-
- PostfixDirectiveHandler - Class in com.igormaznitsa.jcp.directives
-
The class implements the //#postfix[+|-] directive handler
- PostfixDirectiveHandler() - Constructor for class com.igormaznitsa.jcp.directives.PostfixDirectiveHandler
-
- postProcess() - Method in class com.igormaznitsa.jcp.expression.ExpressionTree
-
It can be called after the tree has been formed to optimize inside structures
- postProcess() - Method in class com.igormaznitsa.jcp.expression.ExpressionTreeElement
-
Post-processing after the tree is formed, the unary minus operation will be optimized
- postprocessFlag(boolean) - Method in class com.igormaznitsa.jcp.directives.IfDefinedDirectiveHandler
-
- postprocessFlag(boolean) - Method in class com.igormaznitsa.jcp.directives.IfNDefDirectiveHandler
-
- PREFIX_FOR_KEEPING_LINES - Static variable in class com.igormaznitsa.jcp.directives.AbstractDirectiveHandler
-
The prefix for lines to be kept by preprocessor
- PREFIX_FOR_KEEPING_LINES_PROCESSED_DIRECTIVES - Static variable in class com.igormaznitsa.jcp.directives.AbstractDirectiveHandler
-
The prefix for lines to be kept by preprocessor, which contain processed
directives
- PrefixDirectiveHandler - Class in com.igormaznitsa.jcp.directives
-
The class implements the //#prefix[+|-] directive handler
- PrefixDirectiveHandler() - Constructor for class com.igormaznitsa.jcp.directives.PrefixDirectiveHandler
-
- preprocessFile(PreprocessingState, PreprocessorContext) - Method in class com.igormaznitsa.jcp.containers.FileInfoContainer
-
Preprocess file, NB! it doesn't clear local variables automatically for cloned contexts
- PreprocessingFlag - Enum in com.igormaznitsa.jcp.containers
-
The enumeration contains flags describe inside special preprocessor states
- PreprocessingState - Class in com.igormaznitsa.jcp.context
-
The class describes a preprocessor state also it contains inside buffers and save data on disk
- PreprocessingState.ExcludeIfInfo - Class in com.igormaznitsa.jcp.context
-
- PreprocessingState.PrinterType - Enum in com.igormaznitsa.jcp.context
-
- PreprocessingStatistics(int, int) - Constructor for class com.igormaznitsa.jcp.JCPreprocessor.PreprocessingStatistics
-
- PreprocessorClearMojo - Class in com.igormaznitsa.jcp.maven
-
The Mojo allows to delete preprocessed folders.
- PreprocessorClearMojo() - Constructor for class com.igormaznitsa.jcp.maven.PreprocessorClearMojo
-
- PreprocessorContext - Class in com.igormaznitsa.jcp.context
-
The preprocessor context class is a main class which contains all options of the preprocessor and allows to work with variables in expressions
- PreprocessorContext() - Constructor for class com.igormaznitsa.jcp.context.PreprocessorContext
-
The constructor
- PreprocessorContext(PreprocessorContext) - Constructor for class com.igormaznitsa.jcp.context.PreprocessorContext
-
Make clone of a preprocessor context but without cloning state.
- PreprocessorException - Exception in com.igormaznitsa.jcp.exceptions
-
The exception allows to save some useful data about preprocessing files like the current include stack and the error string index
- PreprocessorException(String, String, FilePositionInfo[], Throwable) - Constructor for exception com.igormaznitsa.jcp.exceptions.PreprocessorException
-
- PreprocessorExtension - Interface in com.igormaznitsa.jcp.extension
-
The interface describes an extension which can be connected to a preprocessor
and to be notified about some calls and actions
- PreprocessorLogger - Interface in com.igormaznitsa.jcp.logger
-
The interface describes a logger to be used by a preprocessor during its work
- PreprocessorMojo - Class in com.igormaznitsa.jcp.maven
-
The Mojo makes preprocessing of defined or project root source folders and place result in defined or predefined folder, also it can replace the source folder for a maven
project to use the preprocessed sources.
- PreprocessorMojo() - Constructor for class com.igormaznitsa.jcp.maven.PreprocessorMojo
-
- PreprocessorUtils - Class in com.igormaznitsa.jcp.utils
-
It is an auxiliary class contains some useful methods
- PreprocessTask - Class in com.igormaznitsa.jcp.ant
-
The class implements an ANT task to allow calls for preprocessing from ANT build scripts.
- PreprocessTask() - Constructor for class com.igormaznitsa.jcp.ant.PreprocessTask
-
- PreprocessTask.CfgFile - Class in com.igormaznitsa.jcp.ant
-
Inside class describes a "cfgfile" item, it has the only attribute "file", the attribute must be defined
- PreprocessTask.Global - Class in com.igormaznitsa.jcp.ant
-
Inside class describes a "global" item, it describes a global variable which will be added into the preprocessor context It has attributes "name" and "value", be careful in
the value attribute usage because you have to use """ instead of \" symbol inside string values
- PreprocessTestsMojo - Class in com.igormaznitsa.jcp.maven
-
The Mojo is auxiliary wrapper over the standard preprocess mojo to automate providing of TRUE as the 'useTestSources' flag.
- PreprocessTestsMojo() - Constructor for class com.igormaznitsa.jcp.maven.PreprocessTestsMojo
-
- PreserveIndentDirectiveHandler - Class in com.igormaznitsa.jcp.cmdline
-
Preserve indent when removing line-prefixes "//$" and "//$$"
- PreserveIndentDirectiveHandler() - Constructor for class com.igormaznitsa.jcp.cmdline.PreserveIndentDirectiveHandler
-
- pressing(String) - Static method in class com.igormaznitsa.meta.common.utils.StrUtils
-
Remove all white space chars and ISO control chars.
- print(String) - Method in class com.igormaznitsa.jcp.utils.ResetablePrinter
-
- println(String) - Method in class com.igormaznitsa.jcp.utils.ResetablePrinter
-
- process(PreprocessorContext, String, Value, boolean) - Method in class com.igormaznitsa.jcp.directives.DefineDirectiveHandler
-
- process(PreprocessorContext, String, Value, boolean) - Method in class com.igormaznitsa.jcp.directives.DefinelDirectiveHandler
-
- process(PreprocessorContext, String) - Method in class com.igormaznitsa.jcp.directives.ErrorDirectiveHandler
-
- process(PreprocessorContext, String, Value, boolean) - Method in class com.igormaznitsa.jcp.directives.UndefDirectiveHandler
-
- process(PreprocessorContext, String) - Method in class com.igormaznitsa.jcp.directives.WarningDirectiveHandler
-
- process() - Method in class com.igormaznitsa.jcp.removers.JavaCommentsRemover
-
- processAction(PreprocessorContext, Value[]) - Method in interface com.igormaznitsa.jcp.extension.PreprocessorExtension
-
To process an action (it will be called if the preprocessor is met
//#action directive)
- processCommandLineKey(String, PreprocessorContext) - Method in class com.igormaznitsa.jcp.cmdline.AllowWhitespaceDirectiveHandler
-
- processCommandLineKey(String, PreprocessorContext) - Method in class com.igormaznitsa.jcp.cmdline.CareForLastNextLineCharHandler
-
- processCommandLineKey(String, PreprocessorContext) - Method in class com.igormaznitsa.jcp.cmdline.ClearDstDirectoryHandler
-
- processCommandLineKey(String, PreprocessorContext) - Method in interface com.igormaznitsa.jcp.cmdline.CommandLineHandler
-
Process a command line key
- processCommandLineKey(String, PreprocessorContext) - Method in class com.igormaznitsa.jcp.cmdline.CompareDestinationContentHandler
-
- processCommandLineKey(String, PreprocessorContext) - Method in class com.igormaznitsa.jcp.cmdline.CopyFileAttributesHandler
-
- processCommandLineKey(String, PreprocessorContext) - Method in class com.igormaznitsa.jcp.cmdline.DestinationDirectoryHandler
-
- processCommandLineKey(String, PreprocessorContext) - Method in class com.igormaznitsa.jcp.cmdline.ExcludedFileExtensionsHandler
-
- processCommandLineKey(String, PreprocessorContext) - Method in class com.igormaznitsa.jcp.cmdline.ExcludeFoldersHandler
-
- processCommandLineKey(String, PreprocessorContext) - Method in class com.igormaznitsa.jcp.cmdline.FileExtensionsHandler
-
- processCommandLineKey(String, PreprocessorContext) - Method in class com.igormaznitsa.jcp.cmdline.GlobalVariableDefiningFileHandler
-
- processCommandLineKey(String, PreprocessorContext) - Method in class com.igormaznitsa.jcp.cmdline.GlobalVariableHandler
-
- processCommandLineKey(String, PreprocessorContext) - Method in class com.igormaznitsa.jcp.cmdline.HelpHandler
-
- processCommandLineKey(String, PreprocessorContext) - Method in class com.igormaznitsa.jcp.cmdline.InCharsetHandler
-
- processCommandLineKey(String, PreprocessorContext) - Method in class com.igormaznitsa.jcp.cmdline.KeepLineHandler
-
- processCommandLineKey(String, PreprocessorContext) - Method in class com.igormaznitsa.jcp.cmdline.OutCharsetHandler
-
- processCommandLineKey(String, PreprocessorContext) - Method in class com.igormaznitsa.jcp.cmdline.PreserveIndentDirectiveHandler
-
- processCommandLineKey(String, PreprocessorContext) - Method in class com.igormaznitsa.jcp.cmdline.RemoveCommentsHandler
-
- processCommandLineKey(String, PreprocessorContext) - Method in class com.igormaznitsa.jcp.cmdline.SourceDirectoryHandler
-
- processCommandLineKey(String, PreprocessorContext) - Method in class com.igormaznitsa.jcp.cmdline.UnknownAsFalseHandler
-
- processCommandLineKey(String, PreprocessorContext) - Method in class com.igormaznitsa.jcp.cmdline.VerboseHandler
-
- processDeferredActions() - Static method in class com.igormaznitsa.meta.common.utils.Deferrers
-
Process all defer actions for the current stack depth level.
- processDirective(PreprocessingState, String, PreprocessorContext, boolean) - Method in class com.igormaznitsa.jcp.containers.FileInfoContainer
-
- processGlobalDirectives(PreprocessingState, PreprocessorContext) - Method in class com.igormaznitsa.jcp.containers.FileInfoContainer
-
- processMacroses(String, PreprocessorContext) - Static method in class com.igormaznitsa.jcp.utils.PreprocessorUtils
-
- processUserFunction(String, Value[]) - Method in interface com.igormaznitsa.jcp.extension.PreprocessorExtension
-
Call to process a user function (the function starts with $)
- produceNewPreprocessingState(FileInfoContainer, int) - Method in class com.igormaznitsa.jcp.context.PreprocessorContext
-
Generate new preprocessing state object, also the new preprocessing state will be saved as the current one in the context
- produceNewPreprocessingState(FileInfoContainer, TextFileDataContainer) - Method in class com.igormaznitsa.jcp.context.PreprocessorContext
-
Generate new preprocessing state for a file container and a text container, also the new preprocessing state will be saved as the current one in the context
- PROPERTY_DEBUG_FLAG - Static variable in class com.igormaznitsa.jcp.logger.SystemOutLogger
-
Name of system property to enable debug level logging.
- pushExcludeIfData(FileInfoContainer, String, int) - Method in class com.igormaznitsa.jcp.context.PreprocessingState
-
- pushIf(boolean) - Method in class com.igormaznitsa.jcp.context.PreprocessingState
-
- pushWhile(boolean) - Method in class com.igormaznitsa.jcp.context.PreprocessingState
-
- saveBuffersToFile(File, boolean) - Method in class com.igormaznitsa.jcp.context.PreprocessingState
-
- saveBuffersToStreams(OutputStream, OutputStream, OutputStream) - Method in class com.igormaznitsa.jcp.context.PreprocessingState
-
- setAllowWhitespace(boolean) - Method in class com.igormaznitsa.jcp.ant.PreprocessTask
-
Set the "allowWhitespace", it allows to manage the mode to allow whitespace between the // and the #.
- setAllowWhitespace(boolean) - Method in class com.igormaznitsa.jcp.context.PreprocessorContext
-
Set flag to allow whitespace between directive and comment chars.
- setAllowWhitespace(boolean) - Method in class com.igormaznitsa.jcp.maven.PreprocessorMojo
-
- setCachePatterns(boolean) - Method in class com.igormaznitsa.jcp.utils.antpathmatcher.AntPathMatcher
-
- setCareForLastNextLine(boolean) - Method in class com.igormaznitsa.jcp.ant.PreprocessTask
-
Set the "careforlastnextline" attribute, it allows to make precise processing of last next line char
- setCareForLastNextLine(boolean) - Method in class com.igormaznitsa.jcp.context.PreprocessorContext
-
Set the flag to care to be precise in processing the last file next line char
- setCareForLastNextLine(boolean) - Method in class com.igormaznitsa.jcp.maven.PreprocessorMojo
-
- setCaseSensitive(boolean) - Method in class com.igormaznitsa.jcp.utils.antpathmatcher.AntPathMatcher
-
Specify whether to perform pattern matching in a case-sensitive fashion.
- setCfgFiles(File[]) - Method in class com.igormaznitsa.jcp.maven.PreprocessorMojo
-
- setClear(boolean) - Method in class com.igormaznitsa.jcp.ant.PreprocessTask
-
Set the "clear" attribute, it is a boolean attribute allows to make the preprocessor to clear the destination directory before its work
- setClear(boolean) - Method in class com.igormaznitsa.jcp.maven.PreprocessorMojo
-
- setClearDestinationDirBefore(boolean) - Method in class com.igormaznitsa.jcp.context.PreprocessorContext
-
Set the flag to clear the destination directory before preprocessing
- setCompareDestiation(boolean) - Method in class com.igormaznitsa.jcp.ant.PreprocessTask
-
Set the "compareDestination" attribute, it allows to turn on the mode to compare destination file content and to not override the file by generated one if there is the same
content.
- setCompareDestination(boolean) - Method in class com.igormaznitsa.jcp.context.PreprocessorContext
-
Set the flag to check before saving if the content changed.
- setCompareDestination(boolean) - Method in class com.igormaznitsa.jcp.maven.PreprocessorMojo
-
- setCopyFileAttributes(boolean) - Method in class com.igormaznitsa.jcp.ant.PreprocessTask
-
Set the "copyfileattributes", it turns on mode to copy file attributes if file generated or copied.
- setCopyFileAttributes(boolean) - Method in class com.igormaznitsa.jcp.context.PreprocessorContext
-
Set the flag to copy file attributes.
- setCopyFileAttributes(boolean) - Method in class com.igormaznitsa.jcp.maven.PreprocessorMojo
-
- setDestination(File) - Method in class com.igormaznitsa.jcp.ant.PreprocessTask
-
Set the "destination" attribute, it allows to define the destination directory where the preprocessed files will be placed in
- setDestination(File) - Method in class com.igormaznitsa.jcp.maven.PreprocessorMojo
-
- setDestinationDir(String) - Method in class com.igormaznitsa.jcp.containers.FileInfoContainer
-
- setDestinationDirectory(String) - Method in class com.igormaznitsa.jcp.context.PreprocessorContext
-
Set a destination directory for result files
- setDestinationName(String) - Method in class com.igormaznitsa.jcp.containers.FileInfoContainer
-
- setDisableOut(boolean) - Method in class com.igormaznitsa.jcp.ant.PreprocessTask
-
Set the "disableOut" attribute, it is a boolean attribute allows to disable any output operations into the destination directory
- setDisableOut(boolean) - Method in class com.igormaznitsa.jcp.maven.PreprocessorMojo
-
- setExcluded(String) - Method in class com.igormaznitsa.jcp.ant.PreprocessTask
-
Set the "excluded" attribute, it defines the excluded file extensions which will be ignored by the preprocessor in its work (also those files will not be copied)
- setExcluded(boolean) - Method in class com.igormaznitsa.jcp.containers.FileInfoContainer
-
- setExcluded(String) - Method in class com.igormaznitsa.jcp.maven.PreprocessorMojo
-
- setExcludedFileExtensions(String) - Method in class com.igormaznitsa.jcp.context.PreprocessorContext
-
Set comma separated list of file extensions to be excluded from preprocessing
- setExcludedFolderPatterns(String...) - Method in class com.igormaznitsa.jcp.context.PreprocessorContext
-
Set patterns for excluded folders.
- setExcludedFolders(String) - Method in class com.igormaznitsa.jcp.ant.PreprocessTask
-
Set the "excludedfolders" attribute, sub-folders in source folders to be excluded from preprocessing, ANT patterns allowed, ${path.separator} should be used for multiple items
- setExcludedFolders(String...) - Method in class com.igormaznitsa.jcp.maven.PreprocessorMojo
-
- setFile(File) - Method in class com.igormaznitsa.jcp.ant.PreprocessTask.CfgFile
-
- setFileOutputDisabled(boolean) - Method in class com.igormaznitsa.jcp.context.PreprocessorContext
-
It allows to disable all writing operations of the preprocessor
- setGlobalVariable(String, Value) - Method in class com.igormaznitsa.jcp.context.PreprocessorContext
-
Set a global variable value
- setGlobalVars(Properties) - Method in class com.igormaznitsa.jcp.maven.PreprocessorMojo
-
- setIgnoreMissingSources(boolean) - Method in class com.igormaznitsa.jcp.maven.PreprocessorMojo
-
- setInCharacterEncoding(String) - Method in class com.igormaznitsa.jcp.context.PreprocessorContext
-
Set the character encoding for reading texts, it must be supported by the Java platform else an exception will be thrown
- setInCharset(String) - Method in class com.igormaznitsa.jcp.ant.PreprocessTask
-
Set the "inCharset" attribute, it allows to define the text encoding for the reading text files
- setInEncoding(String) - Method in class com.igormaznitsa.jcp.maven.PreprocessorMojo
-
- setKeepLines(boolean) - Method in class com.igormaznitsa.jcp.ant.PreprocessTask
-
Set the "keepLines" attribute, it is a boolean attribute to keep non-executing lines as commented ones in the output
- setKeepLines(boolean) - Method in class com.igormaznitsa.jcp.context.PreprocessorContext
-
Set the flag to keep lines as commented ones
- setKeepLines(boolean) - Method in class com.igormaznitsa.jcp.maven.PreprocessorMojo
-
- setKeepSrcRoot(boolean) - Method in class com.igormaznitsa.jcp.maven.PreprocessorMojo
-
- setLocalVariable(String, Value) - Method in class com.igormaznitsa.jcp.context.PreprocessorContext
-
Set a local variable value
- setName(String) - Method in class com.igormaznitsa.jcp.ant.PreprocessTask.Global
-
- setNextStringIndex(int) - Method in class com.igormaznitsa.jcp.containers.TextFileDataContainer
-
- setOutCharacterEncoding(String) - Method in class com.igormaznitsa.jcp.context.PreprocessorContext
-
Set the output texts character encoding, it must be supported by the Java platform else an exception will be thrown
- setOutCharset(String) - Method in class com.igormaznitsa.jcp.ant.PreprocessTask
-
Set the "outCharset" attribute, it allows to define the text encoding for the writing text files
- setOutEncoding(String) - Method in class com.igormaznitsa.jcp.maven.PreprocessorMojo
-
- setPathSeparator(String) - Method in class com.igormaznitsa.jcp.utils.antpathmatcher.AntPathMatcher
-
Set the path separator to use for pattern parsing.
- setPreprocessorExtension(PreprocessorExtension) - Method in class com.igormaznitsa.jcp.context.PreprocessorContext
-
Set a preprocessor extension, it is a module implements the PreprocessorExtension interface which can process and get some calls from a preprocessor during its work
- setPreprocessorLogger(PreprocessorLogger) - Method in class com.igormaznitsa.jcp.context.PreprocessorContext
-
Set the logger to print information and error messages
- setPreserveIndent(boolean) - Method in class com.igormaznitsa.jcp.ant.PreprocessTask
-
Set the "preserveident" attribute, to preserve spaces occupied by '//$' and '//$$' directives.
- setPreserveIndent(boolean) - Method in class com.igormaznitsa.jcp.context.PreprocessorContext
-
Set flag to control whether prefixes "//$", "//$$" should replaced
with equal length whitespace strings rather than just removed.
- setPreserveIndent(boolean) - Method in class com.igormaznitsa.jcp.maven.PreprocessorMojo
-
- setPrinter(PreprocessingState.PrinterType) - Method in class com.igormaznitsa.jcp.context.PreprocessingState
-
- setProcessing(String) - Method in class com.igormaznitsa.jcp.ant.PreprocessTask
-
Set the "processing" attribute, it defines the file extensions to be processed
- setProcessing(String) - Method in class com.igormaznitsa.jcp.maven.PreprocessorMojo
-
- setProcessingFileExtensions(String) - Method in class com.igormaznitsa.jcp.context.PreprocessorContext
-
Set file extensions of files to be preprocessed, it is a comma separated list
- setRemoveComments(boolean) - Method in class com.igormaznitsa.jcp.ant.PreprocessTask
-
Set the "removeComments" attribute, it is a boolean attribute allows to make the preprocessor to remove all Java-like comments from the result files
- setRemoveComments(boolean) - Method in class com.igormaznitsa.jcp.context.PreprocessorContext
-
Set the remove comments flag
- setRemoveComments(boolean) - Method in class com.igormaznitsa.jcp.maven.PreprocessorMojo
-
- setSharedResource(String, Object) - Method in class com.igormaznitsa.jcp.context.PreprocessorContext
-
Set a shared source, it is an object saved into the inside map for a name
- setSkip(boolean) - Method in class com.igormaznitsa.jcp.maven.PreprocessorMojo
-
- setSource(File) - Method in class com.igormaznitsa.jcp.ant.PreprocessTask
-
Set the "source" attribute, it allows to define the source directory to be preprocessed
- setSource(String) - Method in class com.igormaznitsa.jcp.maven.PreprocessorMojo
-
- setSourceDirectories(String) - Method in class com.igormaznitsa.jcp.context.PreprocessorContext
-
Set source directories
- setTestDestination(File) - Method in class com.igormaznitsa.jcp.maven.PreprocessorMojo
-
- setTrimTokens(boolean) - Method in class com.igormaznitsa.jcp.utils.antpathmatcher.AntPathMatcher
-
Specify whether to trim tokenized paths and patterns.
- setUnknownVarAsFalse(boolean) - Method in class com.igormaznitsa.jcp.ant.PreprocessTask
-
Set the "unknownVarAsFalse" attribute, it allows to interpret unknown variables as FALSE.
- setUnknownVarAsFalse(boolean) - Method in class com.igormaznitsa.jcp.maven.PreprocessorMojo
-
- setUnknownVariableAsFalse(boolean) - Method in class com.igormaznitsa.jcp.context.PreprocessorContext
-
Set flag to interpret unknown variable value as FALSE.
- setUseTestSources(boolean) - Method in class com.igormaznitsa.jcp.maven.PreprocessorMojo
-
- setUseTestSources(boolean) - Method in class com.igormaznitsa.jcp.maven.PreprocessTestsMojo
-
- setValue(String) - Method in class com.igormaznitsa.jcp.ant.PreprocessTask.Global
-
- setVariable(String, Value, PreprocessorContext) - Method in class com.igormaznitsa.jcp.ant.PreprocessTask
-
- setVariable(String, Value, PreprocessorContext) - Method in class com.igormaznitsa.jcp.context.EnvironmentVariableProcessor
-
- setVariable(String, Value, PreprocessorContext) - Method in class com.igormaznitsa.jcp.context.JCPSpecialVariableProcessor
-
- setVariable(String, Value, PreprocessorContext) - Method in interface com.igormaznitsa.jcp.context.SpecialVariableProcessor
-
Set a value to the variable
- setVariable(String, Value, PreprocessorContext) - Method in class com.igormaznitsa.jcp.maven.MavenPropertiesImporter
-
- setVerbose(boolean) - Method in class com.igormaznitsa.jcp.ant.PreprocessTask
-
Set the "verbose" attribute, it is a boolean attribute allows to set the verbose level of preprocessor messages
- setVerbose(boolean) - Method in class com.igormaznitsa.jcp.context.PreprocessorContext
-
Set the verbose flag
- setVerbose(boolean) - Method in class com.igormaznitsa.jcp.maven.PreprocessorMojo
-
- silentSleep(long) - Static method in class com.igormaznitsa.meta.common.utils.ThreadUtils
-
Just suspend the current thread for defined interval in milliseconds.
- SourceDirectoryHandler - Class in com.igormaznitsa.jcp.cmdline
-
The handler processing the key to set the source directory
- SourceDirectoryHandler() - Constructor for class com.igormaznitsa.jcp.cmdline.SourceDirectoryHandler
-
- SpecialVariableProcessor - Interface in com.igormaznitsa.jcp.context
-
The interface describes a special variable processor which will be called for
variables met by a preprocessor in expressions
- splitExtensionCommaList(String) - Static method in class com.igormaznitsa.jcp.utils.PreprocessorUtils
-
- splitForChar(String, char) - Static method in class com.igormaznitsa.jcp.utils.PreprocessorUtils
-
- splitForCharAndHoldEmptyLine(String, char) - Static method in class com.igormaznitsa.jcp.utils.PreprocessorUtils
-
- splitForEqualChar(String) - Static method in class com.igormaznitsa.jcp.utils.PreprocessorUtils
-
- stackDepth() - Static method in class com.igormaznitsa.meta.common.utils.ThreadUtils
-
Get the stack call depth for the caller.
- stackElement() - Static method in class com.igormaznitsa.meta.common.utils.ThreadUtils
-
Get the stack element of the method caller.
- StrUtils - Class in com.igormaznitsa.meta.common.utils
-
Set of auxiliary string functions.
- SystemOutLogger - Class in com.igormaznitsa.jcp.logger
-
An Easy logger which just output log messages into the system output streams
- SystemOutLogger() - Constructor for class com.igormaznitsa.jcp.logger.SystemOutLogger
-
- Validator<T> - Interface in com.igormaznitsa.meta.common.utils
-
Validator to check an object.
- Value - Class in com.igormaznitsa.jcp.expression
-
The class describes an expression value i.e.
- valueOf(String) - Static method in enum com.igormaznitsa.jcp.containers.PreprocessingFlag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.igormaznitsa.jcp.context.PreprocessingState.PrinterType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.igormaznitsa.jcp.directives.AfterDirectiveProcessingBehaviour
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.igormaznitsa.jcp.directives.DirectiveArgumentType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.igormaznitsa.jcp.expression.ExpressionItemPriority
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.igormaznitsa.jcp.expression.ExpressionItemType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.igormaznitsa.jcp.expression.ExpressionParser.SpecialItem
-
Returns the enum constant of this type with the specified name.
- valueOf(Long) - Static method in class com.igormaznitsa.jcp.expression.Value
-
- valueOf(Boolean) - Static method in class com.igormaznitsa.jcp.expression.Value
-
- valueOf(Float) - Static method in class com.igormaznitsa.jcp.expression.Value
-
- valueOf(String) - Static method in class com.igormaznitsa.jcp.expression.Value
-
- valueOf(String) - Static method in enum com.igormaznitsa.jcp.expression.ValueType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.igormaznitsa.meta.annotation.Weight.Unit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.igormaznitsa.meta.Complexity
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.igormaznitsa.jcp.containers.PreprocessingFlag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.igormaznitsa.jcp.context.PreprocessingState.PrinterType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.igormaznitsa.jcp.directives.AfterDirectiveProcessingBehaviour
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.igormaznitsa.jcp.directives.DirectiveArgumentType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.igormaznitsa.jcp.expression.ExpressionItemPriority
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.igormaznitsa.jcp.expression.ExpressionItemType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.igormaznitsa.jcp.expression.ExpressionParser.SpecialItem
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.igormaznitsa.jcp.expression.ValueType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.igormaznitsa.meta.annotation.Weight.Unit
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.igormaznitsa.meta.Complexity
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- ValueType - Enum in com.igormaznitsa.jcp.expression
-
The enumeration contains all allowed types for expression values and their
signatures
- VAR_DATE - Static variable in class com.igormaznitsa.jcp.context.JCPSpecialVariableProcessor
-
- VAR_DEST_DIR - Static variable in class com.igormaznitsa.jcp.context.JCPSpecialVariableProcessor
-
- VAR_DEST_FILE_NAME - Static variable in class com.igormaznitsa.jcp.context.JCPSpecialVariableProcessor
-
- VAR_DEST_FULLPATH - Static variable in class com.igormaznitsa.jcp.context.JCPSpecialVariableProcessor
-
- VAR_LINE - Static variable in class com.igormaznitsa.jcp.context.JCPSpecialVariableProcessor
-
- VAR_SRC_DIR - Static variable in class com.igormaznitsa.jcp.context.JCPSpecialVariableProcessor
-
- VAR_SRC_DIR2 - Static variable in class com.igormaznitsa.jcp.context.JCPSpecialVariableProcessor
-
- VAR_SRC_FILE_NAME - Static variable in class com.igormaznitsa.jcp.context.JCPSpecialVariableProcessor
-
- VAR_SRC_FILE_NAME2 - Static variable in class com.igormaznitsa.jcp.context.JCPSpecialVariableProcessor
-
- VAR_SRC_FULLPATH - Static variable in class com.igormaznitsa.jcp.context.JCPSpecialVariableProcessor
-
- VAR_SRC_FULLPATH2 - Static variable in class com.igormaznitsa.jcp.context.JCPSpecialVariableProcessor
-
- VAR_TIME - Static variable in class com.igormaznitsa.jcp.context.JCPSpecialVariableProcessor
-
- VAR_TIMESTAMP - Static variable in class com.igormaznitsa.jcp.context.JCPSpecialVariableProcessor
-
- VAR_VERSION - Static variable in class com.igormaznitsa.jcp.context.JCPSpecialVariableProcessor
-
- Variable - Class in com.igormaznitsa.jcp.expression
-
The class describes an expression variable
- Variable(String) - Constructor for class com.igormaznitsa.jcp.expression.Variable
-
The constructor
- VerboseHandler - Class in com.igormaznitsa.jcp.cmdline
-
The handler processing the flag that the preprocessor to be verbose in its
messages and information
- VerboseHandler() - Constructor for class com.igormaznitsa.jcp.cmdline.VerboseHandler
-