All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description AbortDirectiveHandler The class implements the //#abort directive handlerAbstractDirectiveHandler The class is the abstract parent for all classes process preprocessor directivesAbstractFunction The abstract class is the base for each function handler in the preprocessorAbstractOperator The class is the base for all operator handlersAbstractStrConverter The class is parent for converting classes.AbstractXMLFunction ActionDirectiveHandler The class implements the //#action directive handlerAfterDirectiveProcessingBehaviour The enumeration contains flags after directive processing behaviorBreakDirectiveHandler The class implements the //#break directive handlerCareForLastNextLineCharHandler ClearDstDirectoryHandler The handler to process the key signals that the preprocessor must clear the destination directory before preprocessingCommandLineHandler The interface describes a command line key handler.CommentNextLineDirectiveHandler The class implements the //#// directive handlerCompareDestinationContentHandler the Handler processes command to disable overriding of existing file if content the same.ContinueDirectiveHandler The class implements the //#continue directive handlerDefineDirectiveHandler The class implements the //#define directive handlerDefinelDirectiveHandler The class implements the //#definel directive handlerDestinationDirectoryHandler The handler for the output directory command line keyDirectiveArgumentType The enumeration contains possible argument types are being used by directivesEchoDirectiveHandler The class implements //#assert directive handlerElseDirectiveHandler The class implements the //#else directive handlerEndDirectiveHandler The class implements the //#end directiveEndIfDirectiveHandler The class implements the //#endif directive handlerEnvironmentVariableProcessor 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 writingErrorDirectiveHandler The class implements //#error directive handlerExcludedFileExtensionsHandler The handler for the excluded extension list (with comma)ExcludeIfDirectiveHandler The class implements the //#excludeif directive handlerExitDirectiveHandler The class implements the //#exit directive handlerExitIfDirectiveHandler The class implements the //#exitif directive handlerExpression The main class to calculate expressionsExpressionItem The interface describes an object which can be used during expression calculationsExpressionItemPriority ExpressionItemType ExpressionParser This class is a parser allows to parse an expression and make a tree as the outputExpressionParser.ParserState The enumeration describes inside states of the parsesExpressionParser.SpecialItem The enumeration describes some special items which can be met in the expressionExpressionTree The class describes an object contains an expression treeExpressionTreeElement The class describes a wrapper around an expression item to be saved into an expression treeFileExtensionsHandler The handler for the preprocessing file extension list (with comma)FileInfoContainer The class is one from the main classes in the preprocessor because it describes a preprocessing file and contains business logic for the processFilePositionInfo The class implements a file data storage where an exception can store a snapshot of the current preprocessing file dataFlushDirectiveHandler The class implements the //#flush directive handlerFunctionABS The class implements the abs function handlerFunctionDefinedByUser The class implements the user defined function handler (a function which name begins with $)FunctionEVALFILE The Function makes preprocessing of a file and return result as a string value.FunctionISSUBSTR The class implements the ISSUBSTR function handlerFunctionROUND The class implements the round function handlerFunctionSTR2CSV The class implements the str2csv function handlerFunctionSTR2INT The class implements the str2int function handlerFunctionSTR2JAVA The class implements escape function handler to escape strings to be used in java.FunctionSTR2JS The class implements the str2js function handlerFunctionSTR2JSON The class implements the str2json function handlerFunctionSTR2WEB The class implements the str2web function handlerFunctionSTR2XML The class implements the str2xml function handlerFunctionSTRLEN The class implements the STRLEN function handlerFunctionXML_ATTR The class implements the xml_attr functionFunctionXML_GET The class implements the xml_get function handlerFunctionXML_LIST The class implements the xml_list function handlerFunctionXML_NAME The class implements the xml_name function handlerFunctionXML_OPEN The class implements the xml_open function handlerFunctionXML_ROOT The class implements the xml_getroot function handlerFunctionXML_SIZE The class implements the xml_elementsnumber functionFunctionXML_TEXT The class implements the xml_getelementtext function handlerFunctionXML_XELEMENT The class implements the xml_xpathelement function handlerFunctionXML_XLIST The class implements the xml_xpathlist function handlerGlobalDirectiveHandler The class implements the //#global directive handlerGlobalElseDirectiveHandler The class implements the //#_else directive handlerGlobalEndIfDirectiveHandler The class implements the //#_endif directive handlerGlobalIfDirectiveHandler The class implements the //#_if directive handlerGlobalVariableDefiningFileHandler The handler for '@' prefixed files in the command stringGlobalVariableHandler The handler for global variables, it adds met global variables into the inside storageHelpHandler The handler processes a help command from the command stringIfDefDirectiveHandler The class implements short synonym for the //#ifdefined directiveIfDefinedDirectiveHandler The class implements the //#ifdefined directive handlerIfDirectiveHandler The class implements the //#if directive handlerIfNDefDirectiveHandler The class implements the //#ifndef directive handlerInCharsetHandler To set the input text character encodingIncludeDirectiveHandler The class implements the //#include directive handlerInfoHelper JavaCommentsRemover A remover allows to cut off all Java like comments from a reader and write the result into a writerJCPreprocessor The main class implements the Java Comment Preprocessor, it has the main method and can be started from a command stringJCPreprocessor.PreprocessingStatistics JCPSpecialVariableProcessor The class implements the special variable processor interface and allows to get access to inside JCP variables Inside JCP variables have the "jcp." prefixJCPSpecialVariableProcessor.NameReferencePair KeepLineHandler The handler processing the flag tells the preprocessor to be try to keep non-executing lines of code as commented onesLocalDirectiveHandler The class implements the //#local directive handlerMavenPropertiesImporter The class imports some properties from the maven which can be accessible from preprocessed sources as global variablesMsgDirectiveHandler The class implements //#msg directive handlerNoAutoFlushHandler The class implements the //#noautoflush directive handlerNodeContainer It's a special auxiliary class to save XML node data in a preprocessor storageOperatorADD The class implements the ADD operator handlerOperatorAND The class implements the AND operator handlerOperatorDIV The class implements the DIV operator handlerOperatorEQU The class implements the EQU operator handlerOperatorGREAT The class implements the GREAT operator handlerOperatorGREATEQU The class implements the GREATEQU operator handlerOperatorLESS The class implements the LESS operator handlerOperatorLESSEQU The class implements the LESSEQU operator handlerOperatorMOD The class implements the MOD operator handlerOperatorMUL The class implements the MOD operator handlerOperatorNOT The class implements the NOT operator handlerOperatorNOTEQU The class implements the NOTEQU operator handlerOperatorOR The class implements the OR operator handlerOperatorSUB The class implements the SUB operator handlerOperatorXOR The class implements the XOR operator handlerOutCharsetHandler To set the output text character encodingOutDirDirectiveHandler The class implements the //#outdir directive handlerOutDisabledDirectiveHandler The class implements the //#- directive handlerOutEnabledDirectiveHandler The class implements the //#+ directive handlerOutNameDirectiveHandler The class implements the //#outname directive handlerPostfixDirectiveHandler The class implements the //#postfix[+|-] directive handlerPrefixDirectiveHandler The class implements the //#prefix[+|-] directive handlerPreprocessingFlag The enumeration contains flags describe inside special preprocessor statesPreprocessingState The class describes a preprocessor state also it contains inside buffers and save data on diskPreprocessingState.ExcludeIfInfo PreprocessingState.PrinterType PreprocessorClearMojo The Mojo allows to delete preprocessed folders.PreprocessorContext The preprocessor context class is a main class which contains all options of the preprocessor and allows to work with variables in expressionsPreprocessorException The exception allows to save some useful data about preprocessing files like the current include stack and the error string indexPreprocessorExtension The interface describes an extension which can be connected to a preprocessor and to be notified about some calls and actionsPreprocessorLogger The interface describes a logger to be used by a preprocessor during its workPreprocessorMojo 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.PreprocessorUtils It is an auxiliary class contains some useful methodsPreprocessTask The class implements an ANT task to allow calls for preprocessing from ANT build scripts.PreprocessTask.CfgFile Inside class describes a "cfgfile" item, it has the only attribute "file", the attribute must be definedPreprocessTask.Global 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 valuesRemoveCommentsHandler The handler processing the flag to clear all sources in the destination directory from inside commentsResetablePrinter The class implements a resetable char printerSourceDirectoryHandler The handler processing the key to set the source directorySpecialVariableProcessor The interface describes a special variable processor which will be called for variables met by a preprocessor in expressionsSystemOutLogger An Easy logger which just output log messages into the system output streamsTextFileDataContainer The class contains text data of a file and the string position index for the fileUndefDirectiveHandler The class implements the //#undef directive handlerValue The class describes an expression value i.e.ValueType The enumeration contains all allowed types for expression values and their signaturesVariable The class describes an expression variableVerboseHandler The handler processing the flag that the preprocessor to be verbose in its messages and informationWarningDirectiveHandler The class implements //#warning directive handlerWhileDirectiveHandler The class implements the //#while directive handler