Uses of Class
javax.annotation.Nonnull
-
-
Uses of Nonnull in com.igormaznitsa.jcp
Methods in com.igormaznitsa.jcp with annotations of type Nonnull Modifier and Type Method Description JCPreprocessor.PreprocessingStatisticsJCPreprocessor. execute()private java.util.Set<java.io.File>JCPreprocessor. findAllFiles(java.lang.String baseFolderCanonicalPath, java.io.File dir, AntPathMatcher antPathMatcher, java.lang.String[] excludedFolderPatterns)private java.util.Collection<FileInfoContainer>JCPreprocessor. findAllFilesToBePreprocessed(java.io.File[] srcDirs, java.lang.String[] excludedFolderPatterns)static java.lang.Iterable<CommandLineHandler>JCPreprocessor. getCommandLineHandlers()PreprocessorContextJCPreprocessor. getContext()static java.lang.StringInfoHelper. getCopyright()static java.lang.StringInfoHelper. getProductName()static java.lang.StringInfoHelper. getSite()static java.lang.StringInfoHelper. getVersion()private static java.lang.StringInfoHelper. makeColumns(java.lang.String name, java.lang.String reference, int firstColumnWidth)private static java.lang.StringInfoHelper. makeCommandLineKeyReference(CommandLineHandler handler)private static java.lang.StringInfoHelper. makeDirectiveReference(AbstractDirectiveHandler directive)private static java.lang.StringInfoHelper. makeFunctionReference(AbstractFunction func)private static java.lang.StringInfoHelper. makeOperatorReference(AbstractOperator operator)private static java.lang.StringInfoHelper. makeSpecialDirectiveReference(java.lang.String name, java.lang.String reference)private static java.lang.StringInfoHelper. makeSpecialVariableReference(JCPSpecialVariableProcessor.NameReferencePair p)static java.util.List<java.lang.String>InfoHelper. makeTextForHelpInfo()private JCPreprocessor.PreprocessingStatisticsJCPreprocessor. preprocessFiles(java.util.Collection<FileInfoContainer> files)private static PreprocessorContextJCPreprocessor. processCommandString(PreprocessorContext context, java.lang.String[] originalStrings, java.lang.String[] normalizedStrings)private java.util.List<PreprocessingState.ExcludeIfInfo>JCPreprocessor. processGlobalDirectives(java.util.Collection<FileInfoContainer> files)Method parameters in com.igormaznitsa.jcp with annotations of type Nonnull Modifier and Type Method Description private java.util.Set<java.io.File>JCPreprocessor. findAllFiles(java.lang.String baseFolderCanonicalPath, java.io.File dir, AntPathMatcher antPathMatcher, java.lang.String[] excludedFolderPatterns)private java.util.Set<java.io.File>JCPreprocessor. findAllFiles(java.lang.String baseFolderCanonicalPath, java.io.File dir, AntPathMatcher antPathMatcher, java.lang.String[] excludedFolderPatterns)private java.util.Set<java.io.File>JCPreprocessor. findAllFiles(java.lang.String baseFolderCanonicalPath, java.io.File dir, AntPathMatcher antPathMatcher, java.lang.String[] excludedFolderPatterns)private java.util.Set<java.io.File>JCPreprocessor. findAllFiles(java.lang.String baseFolderCanonicalPath, java.io.File dir, AntPathMatcher antPathMatcher, java.lang.String[] excludedFolderPatterns)private java.util.Collection<FileInfoContainer>JCPreprocessor. findAllFilesToBePreprocessed(java.io.File[] srcDirs, java.lang.String[] excludedFolderPatterns)private java.util.Collection<FileInfoContainer>JCPreprocessor. findAllFilesToBePreprocessed(java.io.File[] srcDirs, java.lang.String[] excludedFolderPatterns)static voidJCPreprocessor. main(java.lang.String... args)private static java.lang.StringInfoHelper. makeColumns(java.lang.String name, java.lang.String reference, int firstColumnWidth)private static java.lang.StringInfoHelper. makeColumns(java.lang.String name, java.lang.String reference, int firstColumnWidth)private static java.lang.StringInfoHelper. makeCommandLineKeyReference(CommandLineHandler handler)private static java.lang.StringInfoHelper. makeDirectiveReference(AbstractDirectiveHandler directive)private static java.lang.StringInfoHelper. makeFunctionReference(AbstractFunction func)private static java.lang.StringInfoHelper. makeOperatorReference(AbstractOperator operator)private static java.lang.StringInfoHelper. makeSpecialDirectiveReference(java.lang.String name, java.lang.String reference)private static java.lang.StringInfoHelper. makeSpecialDirectiveReference(java.lang.String name, java.lang.String reference)private static java.lang.StringInfoHelper. makeSpecialVariableReference(JCPSpecialVariableProcessor.NameReferencePair p)private JCPreprocessor.PreprocessingStatisticsJCPreprocessor. preprocessFiles(java.util.Collection<FileInfoContainer> files)private static PreprocessorContextJCPreprocessor. processCommandString(PreprocessorContext context, java.lang.String[] originalStrings, java.lang.String[] normalizedStrings)private static PreprocessorContextJCPreprocessor. processCommandString(PreprocessorContext context, java.lang.String[] originalStrings, java.lang.String[] normalizedStrings)private voidJCPreprocessor. processFileExclusion(java.util.List<PreprocessingState.ExcludeIfInfo> foundExcludeIf)private java.util.List<PreprocessingState.ExcludeIfInfo>JCPreprocessor. processGlobalDirectives(java.util.Collection<FileInfoContainer> files)Constructor parameters in com.igormaznitsa.jcp with annotations of type Nonnull Constructor Description JCPreprocessor(PreprocessorContext context) -
Uses of Nonnull in com.igormaznitsa.jcp.ant
Methods in com.igormaznitsa.jcp.ant with annotations of type Nonnull Modifier and Type Method Description PreprocessTask.CfgFilePreprocessTask. createCfgFile()PreprocessTask.GlobalPreprocessTask. createGlobal()(package private) PreprocessorContextPreprocessTask. generatePreprocessorContext()ValuePreprocessTask. getVariable(java.lang.String varName, PreprocessorContext context)java.lang.String[]PreprocessTask. getVariableNames()Method parameters in com.igormaznitsa.jcp.ant with annotations of type Nonnull Modifier and Type Method Description private voidPreprocessTask. fillCfgFiles(PreprocessorContext context)private voidPreprocessTask. fillGlobalVars(PreprocessorContext context)ValuePreprocessTask. getVariable(java.lang.String varName, PreprocessorContext context)ValuePreprocessTask. getVariable(java.lang.String varName, PreprocessorContext context)voidPreprocessTask. setDestination(java.io.File dst)Set the "destination" attribute, it allows to define the destination directory where the preprocessed files will be placed invoidPreprocessTask. setExcluded(java.lang.String ext)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)voidPreprocessTask. setExcludedFolders(java.lang.String value)Set the "excludedfolders" attribute, sub-folders in source folders to be excluded from preprocessing, ANT patterns allowed, ${path.separator} should be used for multiple itemsvoidPreprocessTask.CfgFile. setFile(java.io.File file)voidPreprocessTask. setInCharset(java.lang.String charSet)Set the "inCharset" attribute, it allows to define the text encoding for the reading text filesvoidPreprocessTask.Global. setName(java.lang.String name)voidPreprocessTask. setOutCharset(java.lang.String charSet)Set the "outCharset" attribute, it allows to define the text encoding for the writing text filesvoidPreprocessTask. setProcessing(java.lang.String ext)Set the "processing" attribute, it defines the file extensions to be processedvoidPreprocessTask. setSource(java.io.File src)Set the "source" attribute, it allows to define the source directory to be preprocessedvoidPreprocessTask.Global. setValue(java.lang.String value)voidPreprocessTask. setVariable(java.lang.String varName, Value value, PreprocessorContext context)voidPreprocessTask. setVariable(java.lang.String varName, Value value, PreprocessorContext context)voidPreprocessTask. setVariable(java.lang.String varName, Value value, PreprocessorContext context) -
Uses of Nonnull in com.igormaznitsa.jcp.cmdline
Methods in com.igormaznitsa.jcp.cmdline with annotations of type Nonnull Modifier and Type Method Description java.lang.StringAllowWhitespaceDirectiveHandler. getDescription()java.lang.StringCareForLastNextLineCharHandler. getDescription()java.lang.StringClearDstDirectoryHandler. getDescription()java.lang.StringCommandLineHandler. getDescription()Get the description of the key (it will be printed into the help text)java.lang.StringCompareDestinationContentHandler. getDescription()java.lang.StringCopyFileAttributesHandler. getDescription()java.lang.StringDestinationDirectoryHandler. getDescription()java.lang.StringExcludedFileExtensionsHandler. getDescription()java.lang.StringExcludeFoldersHandler. getDescription()java.lang.StringFileExtensionsHandler. getDescription()java.lang.StringGlobalVariableDefiningFileHandler. getDescription()java.lang.StringGlobalVariableHandler. getDescription()java.lang.StringHelpHandler. getDescription()java.lang.StringInCharsetHandler. getDescription()java.lang.StringKeepLineHandler. getDescription()java.lang.StringOutCharsetHandler. getDescription()java.lang.StringPreserveIndentDirectiveHandler. getDescription()java.lang.StringRemoveCommentsHandler. getDescription()java.lang.StringSourceDirectoryHandler. getDescription()java.lang.StringUnknownAsFalseHandler. getDescription()java.lang.StringVerboseHandler. getDescription()java.lang.StringAllowWhitespaceDirectiveHandler. getKeyName()java.lang.StringCareForLastNextLineCharHandler. getKeyName()java.lang.StringClearDstDirectoryHandler. getKeyName()java.lang.StringCommandLineHandler. getKeyName()Get the key name for the handlerjava.lang.StringCompareDestinationContentHandler. getKeyName()java.lang.StringCopyFileAttributesHandler. getKeyName()java.lang.StringDestinationDirectoryHandler. getKeyName()java.lang.StringExcludedFileExtensionsHandler. getKeyName()java.lang.StringExcludeFoldersHandler. getKeyName()java.lang.StringFileExtensionsHandler. getKeyName()java.lang.StringGlobalVariableDefiningFileHandler. getKeyName()java.lang.StringGlobalVariableHandler. getKeyName()java.lang.StringHelpHandler. getKeyName()java.lang.StringInCharsetHandler. getKeyName()java.lang.StringKeepLineHandler. getKeyName()java.lang.StringOutCharsetHandler. getKeyName()java.lang.StringPreserveIndentDirectiveHandler. getKeyName()java.lang.StringRemoveCommentsHandler. getKeyName()java.lang.StringSourceDirectoryHandler. getKeyName()java.lang.StringUnknownAsFalseHandler. getKeyName()java.lang.StringVerboseHandler. getKeyName()Method parameters in com.igormaznitsa.jcp.cmdline with annotations of type Nonnull Modifier and Type Method Description booleanAllowWhitespaceDirectiveHandler. processCommandLineKey(java.lang.String key, PreprocessorContext context)booleanAllowWhitespaceDirectiveHandler. processCommandLineKey(java.lang.String key, PreprocessorContext context)booleanCareForLastNextLineCharHandler. processCommandLineKey(java.lang.String key, PreprocessorContext context)booleanCareForLastNextLineCharHandler. processCommandLineKey(java.lang.String key, PreprocessorContext context)booleanClearDstDirectoryHandler. processCommandLineKey(java.lang.String key, PreprocessorContext context)booleanClearDstDirectoryHandler. processCommandLineKey(java.lang.String key, PreprocessorContext context)booleanCommandLineHandler. processCommandLineKey(java.lang.String key, PreprocessorContext context)Process a command line keybooleanCommandLineHandler. processCommandLineKey(java.lang.String key, PreprocessorContext context)Process a command line keybooleanCompareDestinationContentHandler. processCommandLineKey(java.lang.String key, PreprocessorContext context)booleanCompareDestinationContentHandler. processCommandLineKey(java.lang.String key, PreprocessorContext context)booleanCopyFileAttributesHandler. processCommandLineKey(java.lang.String key, PreprocessorContext context)booleanCopyFileAttributesHandler. processCommandLineKey(java.lang.String key, PreprocessorContext context)booleanDestinationDirectoryHandler. processCommandLineKey(java.lang.String key, PreprocessorContext context)booleanDestinationDirectoryHandler. processCommandLineKey(java.lang.String key, PreprocessorContext context)booleanExcludedFileExtensionsHandler. processCommandLineKey(java.lang.String key, PreprocessorContext context)booleanExcludedFileExtensionsHandler. processCommandLineKey(java.lang.String key, PreprocessorContext context)booleanExcludeFoldersHandler. processCommandLineKey(java.lang.String key, PreprocessorContext context)booleanExcludeFoldersHandler. processCommandLineKey(java.lang.String key, PreprocessorContext context)booleanFileExtensionsHandler. processCommandLineKey(java.lang.String key, PreprocessorContext context)booleanFileExtensionsHandler. processCommandLineKey(java.lang.String key, PreprocessorContext context)booleanGlobalVariableDefiningFileHandler. processCommandLineKey(java.lang.String key, PreprocessorContext context)booleanGlobalVariableDefiningFileHandler. processCommandLineKey(java.lang.String key, PreprocessorContext context)booleanGlobalVariableHandler. processCommandLineKey(java.lang.String key, PreprocessorContext context)booleanGlobalVariableHandler. processCommandLineKey(java.lang.String key, PreprocessorContext context)booleanHelpHandler. processCommandLineKey(java.lang.String key, PreprocessorContext context)booleanHelpHandler. processCommandLineKey(java.lang.String key, PreprocessorContext context)booleanInCharsetHandler. processCommandLineKey(java.lang.String key, PreprocessorContext context)booleanInCharsetHandler. processCommandLineKey(java.lang.String key, PreprocessorContext context)booleanKeepLineHandler. processCommandLineKey(java.lang.String key, PreprocessorContext context)booleanKeepLineHandler. processCommandLineKey(java.lang.String key, PreprocessorContext context)booleanOutCharsetHandler. processCommandLineKey(java.lang.String key, PreprocessorContext context)booleanOutCharsetHandler. processCommandLineKey(java.lang.String key, PreprocessorContext context)booleanPreserveIndentDirectiveHandler. processCommandLineKey(java.lang.String key, PreprocessorContext context)booleanPreserveIndentDirectiveHandler. processCommandLineKey(java.lang.String key, PreprocessorContext context)booleanRemoveCommentsHandler. processCommandLineKey(java.lang.String argument, PreprocessorContext configurator)booleanRemoveCommentsHandler. processCommandLineKey(java.lang.String argument, PreprocessorContext configurator)booleanSourceDirectoryHandler. processCommandLineKey(java.lang.String key, PreprocessorContext context)booleanSourceDirectoryHandler. processCommandLineKey(java.lang.String key, PreprocessorContext context)booleanUnknownAsFalseHandler. processCommandLineKey(java.lang.String key, PreprocessorContext context)booleanUnknownAsFalseHandler. processCommandLineKey(java.lang.String key, PreprocessorContext context)booleanVerboseHandler. processCommandLineKey(java.lang.String key, PreprocessorContext context)booleanVerboseHandler. processCommandLineKey(java.lang.String key, PreprocessorContext context) -
Uses of Nonnull in com.igormaznitsa.jcp.containers
Methods in com.igormaznitsa.jcp.containers with annotations of type Nonnull Modifier and Type Method Description private java.lang.StringFileInfoContainer. extractDoubleDollarPrefixedDirective(java.lang.String line, PreprocessorContext context)private java.lang.StringFileInfoContainer. extractHashPrefixedDirective(java.lang.String line, PreprocessorContext context)private java.lang.StringFileInfoContainer. extractSingleDollarPrefixedDirective(java.lang.String line, PreprocessorContext context)private static java.lang.StringFileInfoContainer. findTailRemover(java.lang.String str, PreprocessorContext context)java.lang.StringFileInfoContainer. getDestinationDir()java.lang.StringFileInfoContainer. getDestinationFilePath()java.lang.StringFileInfoContainer. getDestinationName()java.io.FileTextFileDataContainer. getFile()java.io.FileFileInfoContainer. getSourceFile()java.lang.String[]TextFileDataContainer. getText()PreprocessingStateFileInfoContainer. preprocessFile(PreprocessingState state, PreprocessorContext context)Preprocess file, NB! it doesn't clear local variables automatically for cloned contextsprotected AfterDirectiveProcessingBehaviourFileInfoContainer. processDirective(PreprocessingState state, java.lang.String directiveString, PreprocessorContext context, boolean firstPass)java.util.List<PreprocessingState.ExcludeIfInfo>FileInfoContainer. processGlobalDirectives(PreprocessingState state, PreprocessorContext context)java.lang.StringFileInfoContainer. toString()Method parameters in com.igormaznitsa.jcp.containers with annotations of type Nonnull Modifier and Type Method Description private booleanFileInfoContainer. checkDirectiveArgumentRoughly(AbstractDirectiveHandler directive, java.lang.String rest)private booleanFileInfoContainer. checkDirectiveArgumentRoughly(AbstractDirectiveHandler directive, java.lang.String rest)private java.lang.StringFileInfoContainer. extractDoubleDollarPrefixedDirective(java.lang.String line, PreprocessorContext context)private java.lang.StringFileInfoContainer. extractDoubleDollarPrefixedDirective(java.lang.String line, PreprocessorContext context)private java.lang.StringFileInfoContainer. extractHashPrefixedDirective(java.lang.String line, PreprocessorContext context)private java.lang.StringFileInfoContainer. extractHashPrefixedDirective(java.lang.String line, PreprocessorContext context)private java.lang.StringFileInfoContainer. extractSingleDollarPrefixedDirective(java.lang.String line, PreprocessorContext context)private java.lang.StringFileInfoContainer. extractSingleDollarPrefixedDirective(java.lang.String line, PreprocessorContext context)private static java.lang.StringFileInfoContainer. findTailRemover(java.lang.String str, PreprocessorContext context)private static java.lang.StringFileInfoContainer. findTailRemover(java.lang.String str, PreprocessorContext context)private booleanFileInfoContainer. isDoubleDollarPrefixed(java.lang.String line, PreprocessorContext context)private booleanFileInfoContainer. isDoubleDollarPrefixed(java.lang.String line, PreprocessorContext context)private booleanFileInfoContainer. isHashPrefixed(java.lang.String line, PreprocessorContext context)private booleanFileInfoContainer. isHashPrefixed(java.lang.String line, PreprocessorContext context)private booleanFileInfoContainer. isSingleDollarPrefixed(java.lang.String line, PreprocessorContext context)private booleanFileInfoContainer. isSingleDollarPrefixed(java.lang.String line, PreprocessorContext context)PreprocessingStateFileInfoContainer. preprocessFile(PreprocessingState state, PreprocessorContext context)Preprocess file, NB! it doesn't clear local variables automatically for cloned contextsprotected AfterDirectiveProcessingBehaviourFileInfoContainer. processDirective(PreprocessingState state, java.lang.String directiveString, PreprocessorContext context, boolean firstPass)protected AfterDirectiveProcessingBehaviourFileInfoContainer. processDirective(PreprocessingState state, java.lang.String directiveString, PreprocessorContext context, boolean firstPass)protected AfterDirectiveProcessingBehaviourFileInfoContainer. processDirective(PreprocessingState state, java.lang.String directiveString, PreprocessorContext context, boolean firstPass)java.util.List<PreprocessingState.ExcludeIfInfo>FileInfoContainer. processGlobalDirectives(PreprocessingState state, PreprocessorContext context)voidFileInfoContainer. setDestinationDir(java.lang.String destDir)voidFileInfoContainer. setDestinationName(java.lang.String destName)Constructor parameters in com.igormaznitsa.jcp.containers with annotations of type Nonnull Constructor Description FileInfoContainer(java.io.File srcFile, java.lang.String dstFileName, boolean copyOnly)FileInfoContainer(java.io.File srcFile, java.lang.String dstFileName, boolean copyOnly)TextFileDataContainer(TextFileDataContainer item, int stringIndex)TextFileDataContainer(java.io.File currentFile, java.lang.String[] text, boolean fileEndedByNextLine, int stringIndex)TextFileDataContainer(java.io.File currentFile, java.lang.String[] text, boolean fileEndedByNextLine, int stringIndex) -
Uses of Nonnull in com.igormaznitsa.jcp.context
Methods in com.igormaznitsa.jcp.context with annotations of type Nonnull Modifier and Type Method Description PreprocessorContextPreprocessorContext. clearLocalVariables()Remove all local variables from the inside storageprivate TextFileDataContainerPreprocessingState. cloneTopTextDataContainer(boolean useLastReadStringIndex)java.io.FilePreprocessorContext. createDestinationFileForPath(java.lang.String path)It allows to create a File object for its path subject to the destination directory pathjava.io.FilePreprocessorContext. findFileInSourceFolder(java.lang.String path)It finds a file for its path among files in source folder, it is prohibited to return files out of preprocessing folders.java.lang.StringPreprocessingState.ExcludeIfInfo. getCondition()java.io.File[]PreprocessorContext. getConfigFiles()Get array of current registered configuration files(package private) java.util.List<TextFileDataContainer>PreprocessingState. getCurrentIncludeStack()java.lang.StringPreprocessorContext. getDestinationDirectory()Get the string representation of the destination directoryjava.io.FilePreprocessorContext. getDestinationDirectoryAsFile()Get the current destination directory as a File objectjava.lang.String[]PreprocessorContext. getExcludedFileExtensions()Get excluded file extension list as a string arrayjava.lang.String[]PreprocessorContext. getExcludedFolderPatterns()Get patterns for excluded folders.FileInfoContainerPreprocessingState.ExcludeIfInfo. getFileInfoContainer()java.lang.StringPreprocessorContext. getInCharacterEncoding()Get the current character encoding for text readingjava.lang.StringJCPSpecialVariableProcessor.NameReferencePair. getName()java.lang.StringPreprocessorContext. getOutCharacterEncoding()Get the current character encoding for text writingprivate java.io.File[]PreprocessorContext. getParsedSourceDirectoryAsFiles()Inside auxiliary method to parse the source directories list into file arrayjava.util.Set<PreprocessingFlag>PreprocessingState. getPreprocessingFlags()PreprocessingStatePreprocessorContext. getPreprocessingState()Get the last generated preprocessing state, it is the current onejava.lang.String[]PreprocessorContext. getProcessingFileExtensions()Get file extensions of files to be preprocessed as a string arraystatic java.util.List<JCPSpecialVariableProcessor.NameReferencePair>JCPSpecialVariableProcessor. getReference()java.lang.StringJCPSpecialVariableProcessor.NameReferencePair. getReference()FileInfoContainerPreprocessingState. getRootFileInfo()TextFileDataContainerPreprocessingState. getRootTextContainer()java.lang.StringPreprocessorContext. getSourceDirectories()Get the source directories as semi separated stringjava.io.File[]PreprocessorContext. getSourceDirectoryAsFiles()Get the current source directories as a file arrayValueSpecialVariableProcessor. getVariable(java.lang.String varName, PreprocessorContext context)Get the value for the variablejava.lang.String[]EnvironmentVariableProcessor. getVariableNames()java.lang.String[]JCPSpecialVariableProcessor. getVariableNames()java.lang.String[]SpecialVariableProcessor. getVariableNames()Get all variable names allowed by the processor as an array, all names must be in lower casePreprocessingStatePreprocessingState. goToString(int stringIndex)PreprocessorExceptionPreprocessingState. makeException(java.lang.String message, java.lang.String causeString, java.lang.Throwable cause)PreprocessorExceptionPreprocessorContext. makeException(java.lang.String text, java.lang.Throwable cause)Prepare exception with message and cause, or return cause if it is a preprocessor exceptionFilePositionInfo[]PreprocessingState. makeIncludeStack()private static java.lang.StringPreprocessorContext. makeStackView(TextFileDataContainer cloneSource, boolean cloned, java.util.List<TextFileDataContainer> list)TextFileDataContainerPreprocessingState. openFile(java.io.File file)java.util.List<PreprocessingState.ExcludeIfInfo>PreprocessingState. popAllExcludeIfInfoData()PreprocessingState.ExcludeIfInfoPreprocessingState. popExcludeIfData()PreprocessingStatePreprocessingState. popIf()TextFileDataContainerPreprocessingState. popTextContainer()PreprocessingStatePreprocessingState. popWhile()PreprocessingStatePreprocessorContext. produceNewPreprocessingState(FileInfoContainer fileContainer, int phaseIndex)Generate new preprocessing state object, also the new preprocessing state will be saved as the current one in the contextPreprocessingStatePreprocessorContext. produceNewPreprocessingState(FileInfoContainer fileContainer, TextFileDataContainer textContainer)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 contextPreprocessingStatePreprocessingState. pushIf(boolean makeActive)PreprocessingStatePreprocessingState. pushWhile(boolean makeActive)PreprocessorContextPreprocessorContext. removeGlobalVariable(java.lang.String name)Remove a global variable value from the context.PreprocessorContextPreprocessorContext. removeLocalVariable(java.lang.String name)Remove a local variable value from the context.PreprocessorContextPreprocessorContext. setClearDestinationDirBefore(boolean flag)Set the flag to clear the destination directory before preprocessingPreprocessorContextPreprocessorContext. setCompareDestination(boolean flag)Set the flag to check before saving if the content changed.PreprocessorContextPreprocessorContext. setCopyFileAttributes(boolean value)Set the flag to copy file attributes.PreprocessorContextPreprocessorContext. setDestinationDirectory(java.lang.String directory)Set a destination directory for result filesPreprocessorContextPreprocessorContext. setExcludedFileExtensions(java.lang.String extensions)Set comma separated list of file extensions to be excluded from preprocessingPreprocessorContextPreprocessorContext. setGlobalVariable(java.lang.String name, Value value)Set a global variable valuePreprocessorContextPreprocessorContext. setInCharacterEncoding(java.lang.String characterEncoding)Set the character encoding for reading texts, it must be supported by the Java platform else an exception will be thrownPreprocessorContextPreprocessorContext. setKeepLines(boolean flag)Set the flag to keep lines as commented onesPreprocessorContextPreprocessorContext. setLocalVariable(java.lang.String name, Value value)Set a local variable valuePreprocessorContextPreprocessorContext. setOutCharacterEncoding(java.lang.String characterEncoding)Set the output texts character encoding, it must be supported by the Java platform else an exception will be thrownPreprocessorContextPreprocessorContext. setPreprocessorExtension(PreprocessorExtension extension)Set a preprocessor extension, it is a module implements the PreprocessorExtension interface which can process and get some calls from a preprocessor during its workPreprocessorContextPreprocessorContext. setProcessingFileExtensions(java.lang.String extensions)Set file extensions of files to be preprocessed, it is a comma separated listPreprocessorContextPreprocessorContext. setRemoveComments(boolean removingComments)Set the remove comments flagPreprocessorContextPreprocessorContext. setSourceDirectories(java.lang.String directories)Set source directoriesPreprocessorContextPreprocessorContext. setVerbose(boolean flag)Set the verbose flagjava.io.WriterPreprocessingState. writePrinterBuffers(java.io.Writer writer)Method parameters in com.igormaznitsa.jcp.context with annotations of type Nonnull Modifier and Type Method Description voidPreprocessorContext. addConfigFile(java.io.File file)Add a configuration file, it is a file which contains directives and global variable definitionsjava.io.FilePreprocessorContext. createDestinationFileForPath(java.lang.String path)It allows to create a File object for its path subject to the destination directory pathjava.io.FilePreprocessorContext. findFileInSourceFolder(java.lang.String path)It finds a file for its path among files in source folder, it is prohibited to return files out of preprocessing folders.java.lang.ObjectPreprocessorContext. getSharedResource(java.lang.String name)Get a shared source from inside mapValueEnvironmentVariableProcessor. getVariable(java.lang.String varName, PreprocessorContext context)ValueEnvironmentVariableProcessor. getVariable(java.lang.String varName, PreprocessorContext context)ValueJCPSpecialVariableProcessor. getVariable(java.lang.String varName, PreprocessorContext context)ValueJCPSpecialVariableProcessor. getVariable(java.lang.String varName, PreprocessorContext context)ValueSpecialVariableProcessor. getVariable(java.lang.String varName, PreprocessorContext context)Get the value for the variablevoidPreprocessorContext. logForVerbose(java.lang.String str)PreprocessorExceptionPreprocessorContext. makeException(java.lang.String text, java.lang.Throwable cause)Prepare exception with message and cause, or return cause if it is a preprocessor exceptionTextFileDataContainerPreprocessingState. openFile(java.io.File file)voidPreprocessingState. popAllIFUntilContainerWithFile(TextFileDataContainer container)PreprocessingStatePreprocessorContext. produceNewPreprocessingState(FileInfoContainer fileContainer, int phaseIndex)Generate new preprocessing state object, also the new preprocessing state will be saved as the current one in the contextPreprocessingStatePreprocessorContext. produceNewPreprocessingState(FileInfoContainer fileContainer, TextFileDataContainer textContainer)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 contextPreprocessingStatePreprocessorContext. produceNewPreprocessingState(FileInfoContainer fileContainer, TextFileDataContainer textContainer)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 contextvoidPreprocessingState. pushExcludeIfData(FileInfoContainer infoContainer, java.lang.String excludeIfCondition, int stringIndex)voidPreprocessingState. pushExcludeIfData(FileInfoContainer infoContainer, java.lang.String excludeIfCondition, int stringIndex)voidPreprocessorContext. registerSpecialVariableProcessor(SpecialVariableProcessor processor)It allows to register a special variable processor which can process some special global variablesPreprocessorContextPreprocessorContext. removeGlobalVariable(java.lang.String name)Remove a global variable value from the context.PreprocessorContextPreprocessorContext. removeLocalVariable(java.lang.String name)Remove a local variable value from the context.java.lang.ObjectPreprocessorContext. removeSharedResource(java.lang.String name)Remove a shared object from the inside map for its namebooleanPreprocessingState. saveBuffersToFile(java.io.File outFile, boolean removeComments)voidPreprocessingState. saveBuffersToStreams(java.io.OutputStream prefix, java.io.OutputStream normal, java.io.OutputStream postfix)voidPreprocessingState. saveBuffersToStreams(java.io.OutputStream prefix, java.io.OutputStream normal, java.io.OutputStream postfix)voidPreprocessingState. saveBuffersToStreams(java.io.OutputStream prefix, java.io.OutputStream normal, java.io.OutputStream postfix)PreprocessorContextPreprocessorContext. setDestinationDirectory(java.lang.String directory)Set a destination directory for result filesPreprocessorContextPreprocessorContext. setExcludedFileExtensions(java.lang.String extensions)Set comma separated list of file extensions to be excluded from preprocessingvoidPreprocessorContext. setExcludedFolderPatterns(java.lang.String... patterns)Set patterns for excluded folders.PreprocessorContextPreprocessorContext. setGlobalVariable(java.lang.String name, Value value)Set a global variable valuePreprocessorContextPreprocessorContext. setGlobalVariable(java.lang.String name, Value value)Set a global variable valuePreprocessorContextPreprocessorContext. setInCharacterEncoding(java.lang.String characterEncoding)Set the character encoding for reading texts, it must be supported by the Java platform else an exception will be thrownPreprocessorContextPreprocessorContext. setLocalVariable(java.lang.String name, Value value)Set a local variable valuePreprocessorContextPreprocessorContext. setLocalVariable(java.lang.String name, Value value)Set a local variable valuePreprocessorContextPreprocessorContext. setOutCharacterEncoding(java.lang.String characterEncoding)Set the output texts character encoding, it must be supported by the Java platform else an exception will be thrownvoidPreprocessingState. setPrinter(PreprocessingState.PrinterType type)PreprocessorContextPreprocessorContext. setProcessingFileExtensions(java.lang.String extensions)Set file extensions of files to be preprocessed, it is a comma separated listvoidPreprocessorContext. setSharedResource(java.lang.String name, java.lang.Object obj)Set a shared source, it is an object saved into the inside map for a namevoidPreprocessorContext. setSharedResource(java.lang.String name, java.lang.Object obj)Set a shared source, it is an object saved into the inside map for a namePreprocessorContextPreprocessorContext. setSourceDirectories(java.lang.String directories)Set source directoriesvoidEnvironmentVariableProcessor. setVariable(java.lang.String varName, Value value, PreprocessorContext context)voidEnvironmentVariableProcessor. setVariable(java.lang.String varName, Value value, PreprocessorContext context)voidEnvironmentVariableProcessor. setVariable(java.lang.String varName, Value value, PreprocessorContext context)voidJCPSpecialVariableProcessor. setVariable(java.lang.String varName, Value value, PreprocessorContext context)voidJCPSpecialVariableProcessor. setVariable(java.lang.String varName, Value value, PreprocessorContext context)voidJCPSpecialVariableProcessor. setVariable(java.lang.String varName, Value value, PreprocessorContext context)voidSpecialVariableProcessor. setVariable(java.lang.String varName, Value value, PreprocessorContext context)Set a value to the variablevoidSpecialVariableProcessor. setVariable(java.lang.String varName, Value value, PreprocessorContext context)Set a value to the variablejava.io.WriterPreprocessingState. writePrinterBuffers(java.io.Writer writer)Constructor parameters in com.igormaznitsa.jcp.context with annotations of type Nonnull Constructor Description ExcludeIfInfo(FileInfoContainer fileInfoContainer, java.lang.String condition, int stringIndex)ExcludeIfInfo(FileInfoContainer fileInfoContainer, java.lang.String condition, int stringIndex)NameReferencePair(java.lang.String name, java.lang.String reference)NameReferencePair(java.lang.String name, java.lang.String reference)PreprocessingState(PreprocessorContext context, FileInfoContainer rootFile, TextFileDataContainer rootContainer, java.lang.String inEncoding, java.lang.String outEncoding, boolean overrideOnlyIfContentChanged)PreprocessingState(PreprocessorContext context, FileInfoContainer rootFile, TextFileDataContainer rootContainer, java.lang.String inEncoding, java.lang.String outEncoding, boolean overrideOnlyIfContentChanged)PreprocessingState(PreprocessorContext context, FileInfoContainer rootFile, TextFileDataContainer rootContainer, java.lang.String inEncoding, java.lang.String outEncoding, boolean overrideOnlyIfContentChanged)PreprocessingState(PreprocessorContext context, FileInfoContainer rootFile, TextFileDataContainer rootContainer, java.lang.String inEncoding, java.lang.String outEncoding, boolean overrideOnlyIfContentChanged)PreprocessingState(PreprocessorContext context, FileInfoContainer rootFile, TextFileDataContainer rootContainer, java.lang.String inEncoding, java.lang.String outEncoding, boolean overrideOnlyIfContentChanged)PreprocessingState(PreprocessorContext context, FileInfoContainer rootFile, java.lang.String inEncoding, java.lang.String outEncoding, boolean overrideOnlyIfContentChanged)PreprocessingState(PreprocessorContext context, FileInfoContainer rootFile, java.lang.String inEncoding, java.lang.String outEncoding, boolean overrideOnlyIfContentChanged)PreprocessingState(PreprocessorContext context, FileInfoContainer rootFile, java.lang.String inEncoding, java.lang.String outEncoding, boolean overrideOnlyIfContentChanged)PreprocessingState(PreprocessorContext context, FileInfoContainer rootFile, java.lang.String inEncoding, java.lang.String outEncoding, boolean overrideOnlyIfContentChanged)PreprocessingState(PreprocessorContext context, java.lang.String inEncoding, java.lang.String outEncoding)PreprocessingState(PreprocessorContext context, java.lang.String inEncoding, java.lang.String outEncoding)PreprocessingState(PreprocessorContext context, java.lang.String inEncoding, java.lang.String outEncoding)PreprocessorContext(PreprocessorContext context)Make clone of a preprocessor context but without cloning state. -
Uses of Nonnull in com.igormaznitsa.jcp.directives
Methods in com.igormaznitsa.jcp.directives with annotations of type Nonnull Modifier and Type Method Description AfterDirectiveProcessingBehaviourAbortDirectiveHandler. execute(java.lang.String rawTail, PreprocessorContext context)abstract AfterDirectiveProcessingBehaviourAbstractDirectiveHandler. execute(java.lang.String tailString, PreprocessorContext context)Execute directiveAfterDirectiveProcessingBehaviourActionDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourBreakDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourCommentNextLineDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourContinueDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourDefineDirectiveHandler. execute(java.lang.String rawTail, PreprocessorContext context)AfterDirectiveProcessingBehaviourEchoDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourElseDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourEndDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourEndIfDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourErrorDirectiveHandler. execute(java.lang.String trimmedString, PreprocessorContext context)AfterDirectiveProcessingBehaviourExcludeIfDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourExitDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourExitIfDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourFlushDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourGlobalDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourGlobalElseDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourGlobalEndIfDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourGlobalIfDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourIfDefinedDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourIfDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourIncludeDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourLocalDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourMsgDirectiveHandler. execute(java.lang.String rawTail, PreprocessorContext context)AfterDirectiveProcessingBehaviourNoAutoFlushHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourOutDirDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourOutDisabledDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourOutEnabledDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourOutNameDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourPostfixDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourPrefixDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourWhileDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)DirectiveArgumentTypeAbortDirectiveHandler. getArgumentType()DirectiveArgumentTypeAbstractDirectiveHandler. getArgumentType()Get the argument type needed by the directiveDirectiveArgumentTypeActionDirectiveHandler. getArgumentType()DirectiveArgumentTypeDefineDirectiveHandler. getArgumentType()DirectiveArgumentTypeEchoDirectiveHandler. getArgumentType()DirectiveArgumentTypeErrorDirectiveHandler. getArgumentType()DirectiveArgumentTypeExcludeIfDirectiveHandler. getArgumentType()DirectiveArgumentTypeExitIfDirectiveHandler. getArgumentType()DirectiveArgumentTypeGlobalDirectiveHandler. getArgumentType()DirectiveArgumentTypeGlobalIfDirectiveHandler. getArgumentType()DirectiveArgumentTypeIfDefDirectiveHandler. getArgumentType()DirectiveArgumentTypeIfDefinedDirectiveHandler. getArgumentType()DirectiveArgumentTypeIfDirectiveHandler. getArgumentType()DirectiveArgumentTypeIncludeDirectiveHandler. getArgumentType()DirectiveArgumentTypeLocalDirectiveHandler. getArgumentType()DirectiveArgumentTypeMsgDirectiveHandler. getArgumentType()DirectiveArgumentTypeOutDirDirectiveHandler. getArgumentType()DirectiveArgumentTypeOutDisabledDirectiveHandler. getArgumentType()DirectiveArgumentTypeOutEnabledDirectiveHandler. getArgumentType()DirectiveArgumentTypeOutNameDirectiveHandler. getArgumentType()DirectiveArgumentTypePostfixDirectiveHandler. getArgumentType()DirectiveArgumentTypePrefixDirectiveHandler. getArgumentType()DirectiveArgumentTypeWhileDirectiveHandler. getArgumentType()java.lang.StringDirectiveArgumentType. getAsText()java.lang.StringAbstractDirectiveHandler. getFullName()Get the directive name with prefixjava.lang.StringAbortDirectiveHandler. getName()abstract java.lang.StringAbstractDirectiveHandler. getName()Get the name of the directive without prefixjava.lang.StringActionDirectiveHandler. getName()java.lang.StringBreakDirectiveHandler. getName()java.lang.StringCommentNextLineDirectiveHandler. getName()java.lang.StringContinueDirectiveHandler. getName()java.lang.StringDefineDirectiveHandler. getName()java.lang.StringDefinelDirectiveHandler. getName()java.lang.StringEchoDirectiveHandler. getName()java.lang.StringElseDirectiveHandler. getName()java.lang.StringEndDirectiveHandler. getName()java.lang.StringEndIfDirectiveHandler. getName()java.lang.StringErrorDirectiveHandler. getName()java.lang.StringExcludeIfDirectiveHandler. getName()java.lang.StringExitDirectiveHandler. getName()java.lang.StringExitIfDirectiveHandler. getName()java.lang.StringFlushDirectiveHandler. getName()java.lang.StringGlobalDirectiveHandler. getName()java.lang.StringGlobalElseDirectiveHandler. getName()java.lang.StringGlobalEndIfDirectiveHandler. getName()java.lang.StringGlobalIfDirectiveHandler. getName()java.lang.StringIfDefDirectiveHandler. getName()java.lang.StringIfDefinedDirectiveHandler. getName()java.lang.StringIfDirectiveHandler. getName()java.lang.StringIfNDefDirectiveHandler. getName()java.lang.StringIncludeDirectiveHandler. getName()java.lang.StringLocalDirectiveHandler. getName()java.lang.StringMsgDirectiveHandler. getName()java.lang.StringNoAutoFlushHandler. getName()java.lang.StringOutDirDirectiveHandler. getName()java.lang.StringOutDisabledDirectiveHandler. getName()java.lang.StringOutEnabledDirectiveHandler. getName()java.lang.StringOutNameDirectiveHandler. getName()java.lang.StringPostfixDirectiveHandler. getName()java.lang.StringPrefixDirectiveHandler. getName()java.lang.StringUndefDirectiveHandler. getName()java.lang.StringWarningDirectiveHandler. getName()java.lang.StringWhileDirectiveHandler. getName()java.lang.StringAbortDirectiveHandler. getReference()abstract java.lang.StringAbstractDirectiveHandler. getReference()Get the directive reference, it will be printed for a help requestjava.lang.StringActionDirectiveHandler. getReference()java.lang.StringBreakDirectiveHandler. getReference()java.lang.StringCommentNextLineDirectiveHandler. getReference()java.lang.StringContinueDirectiveHandler. getReference()java.lang.StringDefineDirectiveHandler. getReference()java.lang.StringDefinelDirectiveHandler. getReference()java.lang.StringEchoDirectiveHandler. getReference()java.lang.StringElseDirectiveHandler. getReference()java.lang.StringEndDirectiveHandler. getReference()java.lang.StringEndIfDirectiveHandler. getReference()java.lang.StringErrorDirectiveHandler. getReference()java.lang.StringExcludeIfDirectiveHandler. getReference()java.lang.StringExitDirectiveHandler. getReference()java.lang.StringExitIfDirectiveHandler. getReference()java.lang.StringFlushDirectiveHandler. getReference()java.lang.StringGlobalDirectiveHandler. getReference()java.lang.StringGlobalElseDirectiveHandler. getReference()java.lang.StringGlobalEndIfDirectiveHandler. getReference()java.lang.StringGlobalIfDirectiveHandler. getReference()java.lang.StringIfDefDirectiveHandler. getReference()java.lang.StringIfDefinedDirectiveHandler. getReference()java.lang.StringIfDirectiveHandler. getReference()java.lang.StringIfNDefDirectiveHandler. getReference()java.lang.StringIncludeDirectiveHandler. getReference()java.lang.StringLocalDirectiveHandler. getReference()java.lang.StringMsgDirectiveHandler. getReference()java.lang.StringNoAutoFlushHandler. getReference()java.lang.StringOutDirDirectiveHandler. getReference()java.lang.StringOutDisabledDirectiveHandler. getReference()java.lang.StringOutEnabledDirectiveHandler. getReference()java.lang.StringOutNameDirectiveHandler. getReference()java.lang.StringPostfixDirectiveHandler. getReference()java.lang.StringPrefixDirectiveHandler. getReference()java.lang.StringUndefDirectiveHandler. getReference()java.lang.StringWarningDirectiveHandler. getReference()java.lang.StringWhileDirectiveHandler. getReference()private java.util.List<ExpressionTree>ActionDirectiveHandler. parseString(java.lang.String str, PreprocessorContext context)Method parameters in com.igormaznitsa.jcp.directives with annotations of type Nonnull Modifier and Type Method Description AfterDirectiveProcessingBehaviourAbortDirectiveHandler. execute(java.lang.String rawTail, PreprocessorContext context)AfterDirectiveProcessingBehaviourAbortDirectiveHandler. execute(java.lang.String rawTail, PreprocessorContext context)abstract AfterDirectiveProcessingBehaviourAbstractDirectiveHandler. execute(java.lang.String tailString, PreprocessorContext context)Execute directiveabstract AfterDirectiveProcessingBehaviourAbstractDirectiveHandler. execute(java.lang.String tailString, PreprocessorContext context)Execute directiveAfterDirectiveProcessingBehaviourActionDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourActionDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourBreakDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourBreakDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourCommentNextLineDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourCommentNextLineDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourContinueDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourContinueDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourDefineDirectiveHandler. execute(java.lang.String rawTail, PreprocessorContext context)AfterDirectiveProcessingBehaviourDefineDirectiveHandler. execute(java.lang.String rawTail, PreprocessorContext context)AfterDirectiveProcessingBehaviourEchoDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourEchoDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourElseDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourElseDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourEndDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourEndDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourEndIfDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourEndIfDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourErrorDirectiveHandler. execute(java.lang.String trimmedString, PreprocessorContext context)AfterDirectiveProcessingBehaviourErrorDirectiveHandler. execute(java.lang.String trimmedString, PreprocessorContext context)AfterDirectiveProcessingBehaviourExcludeIfDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourExcludeIfDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourExitDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourExitDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourExitIfDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourExitIfDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourFlushDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourFlushDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourGlobalDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourGlobalDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourGlobalElseDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourGlobalElseDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourGlobalEndIfDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourGlobalEndIfDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourGlobalIfDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourGlobalIfDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourIfDefinedDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourIfDefinedDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourIfDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourIfDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourIncludeDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourIncludeDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourLocalDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourLocalDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourMsgDirectiveHandler. execute(java.lang.String rawTail, PreprocessorContext context)AfterDirectiveProcessingBehaviourMsgDirectiveHandler. execute(java.lang.String rawTail, PreprocessorContext context)AfterDirectiveProcessingBehaviourNoAutoFlushHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourNoAutoFlushHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourOutDirDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourOutDirDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourOutDisabledDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourOutDisabledDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourOutEnabledDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourOutEnabledDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourOutNameDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourOutNameDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourPostfixDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourPostfixDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourPrefixDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourPrefixDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourWhileDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)AfterDirectiveProcessingBehaviourWhileDirectiveHandler. execute(java.lang.String string, PreprocessorContext context)private java.util.List<ExpressionTree>ActionDirectiveHandler. parseString(java.lang.String str, PreprocessorContext context)private java.util.List<ExpressionTree>ActionDirectiveHandler. parseString(java.lang.String str, PreprocessorContext context)protected voidDefineDirectiveHandler. process(PreprocessorContext context, java.lang.String varName, Value value, boolean exists)protected voidDefineDirectiveHandler. process(PreprocessorContext context, java.lang.String varName, Value value, boolean exists)protected voidDefineDirectiveHandler. process(PreprocessorContext context, java.lang.String varName, Value value, boolean exists)protected voidDefinelDirectiveHandler. process(PreprocessorContext context, java.lang.String varName, Value value, boolean exists)protected voidDefinelDirectiveHandler. process(PreprocessorContext context, java.lang.String varName, Value value, boolean exists)protected voidDefinelDirectiveHandler. process(PreprocessorContext context, java.lang.String varName, Value value, boolean exists)protected voidErrorDirectiveHandler. process(PreprocessorContext context, java.lang.String message)protected voidErrorDirectiveHandler. process(PreprocessorContext context, java.lang.String message)protected voidUndefDirectiveHandler. process(PreprocessorContext context, java.lang.String varName, Value value, boolean exists)protected voidUndefDirectiveHandler. process(PreprocessorContext context, java.lang.String varName, Value value, boolean exists)protected voidUndefDirectiveHandler. process(PreprocessorContext context, java.lang.String varName, Value value, boolean exists)protected voidWarningDirectiveHandler. process(PreprocessorContext context, java.lang.String message)protected voidWarningDirectiveHandler. process(PreprocessorContext context, java.lang.String message)private voidGlobalDirectiveHandler. processDefinition(java.lang.String string, PreprocessorContext context)private voidGlobalDirectiveHandler. processDefinition(java.lang.String string, PreprocessorContext context)private voidLocalDirectiveHandler. processLocalDefinition(java.lang.String string, PreprocessorContext context)private voidLocalDirectiveHandler. processLocalDefinition(java.lang.String string, PreprocessorContext context)Constructor parameters in com.igormaznitsa.jcp.directives with annotations of type Nonnull Constructor Description DirectiveArgumentType(java.lang.String str) -
Uses of Nonnull in com.igormaznitsa.jcp.exceptions
Methods in com.igormaznitsa.jcp.exceptions with annotations of type Nonnull Modifier and Type Method Description java.io.FileFilePositionInfo. getFile()FilePositionInfo[]PreprocessorException. getIncludeChain()private static java.lang.StringPreprocessorException. makeStackView(FilePositionInfo[] list, char fill)static java.lang.StringPreprocessorException. referenceAsString(char fillChar, java.lang.Throwable thr)java.lang.StringFilePositionInfo. toString()java.lang.StringPreprocessorException. toString()Constructor parameters in com.igormaznitsa.jcp.exceptions with annotations of type Nonnull Constructor Description FilePositionInfo(java.io.File file, int stringIndex) -
Uses of Nonnull in com.igormaznitsa.jcp.expression
Methods in com.igormaznitsa.jcp.expression with annotations of type Nonnull Modifier and Type Method Description ExpressionTreeElementExpressionTreeElement. addSubTree(ExpressionTree tree)Add a tree as new child and make the maximum priority for itjava.lang.BooleanValue. asBoolean()java.lang.FloatValue. asFloat()java.lang.LongValue. asLong()java.lang.StringValue. asString()private ExpressionTreeElementExpression. calculateTreeElement(ExpressionTreeElement element, PreprocessingState state)private ValueExpression. eval(PreprocessingState state)static ValueExpression. evalExpression(java.lang.String expression, PreprocessorContext context)Evaluate expressionprivate ExpressionTreeElementExpression. evalFunction(ExpressionTreeElement functionElement, PreprocessingState state)private ExpressionTreeElementExpression. evalOperator(ExpressionTreeElement operatorElement, PreprocessingState state)static ValueExpression. evalTree(ExpressionTree tree, PreprocessorContext context)Evaluate an expression treeExpressionTreeElementExpressionTreeElement. getChildForIndex(int index)Get the child element for its index (the first is 0)ExpressionItemPriorityExpressionItem. getExpressionItemPriority()Get the priority of the itemExpressionItemPriorityValue. getExpressionItemPriority()ExpressionItemPriorityVariable. getExpressionItemPriority()Get the expression item priorityExpressionItemTypeExpressionItem. getExpressionItemType()Get the type of the itemExpressionItemTypeValue. getExpressionItemType()ExpressionItemTypeVariable. getExpressionItemType()Get the expression item typestatic ExpressionParserExpressionParser. getInstance()ExpressionItemExpressionTreeElement. getItem()Get the wrapped itemjava.lang.StringVariable. getName()Get the variable nameExpressionTreeElementExpressionTree. getRoot()Get the root of the treejava.lang.StringValueType. getSignature()ValueTypeValue. getType()java.lang.ObjectValue. getValue()ExpressionTreeExpressionParser. parse(java.lang.String expressionStr, PreprocessorContext context)To parse an expression represented as a string and get a treeprivate ExpressionTreeExpressionParser. readFunction(AbstractFunction function, java.io.PushbackReader reader, PreprocessorContext context, FilePositionInfo[] includeStack, java.lang.String sources)The auxiliary method allows to form a function and its arguments as a treestatic ValueValue. recognizeOf(java.lang.String str)static ValueValue. recognizeRawString(java.lang.String str)static ValueTypeValue. recognizeType(java.lang.String value)java.lang.StringValue. toString()java.lang.StringVariable. toString()java.lang.StringValue. toStringDetail()static ValueValue. valueOf(java.lang.Boolean val)static ValueValue. valueOf(java.lang.Float val)static ValueValue. valueOf(java.lang.Long val)static ValueValue. valueOf(java.lang.String val)Method parameters in com.igormaznitsa.jcp.expression with annotations of type Nonnull Modifier and Type Method Description private voidExpressionTreeElement. addElementToNextFreeSlot(ExpressionTreeElement element)Add an expression element into the next free child slotvoidExpressionTree. addItem(ExpressionItem item)Add new expression item into treeExpressionTreeElementExpressionTreeElement. addSubTree(ExpressionTree tree)Add a tree as new child and make the maximum priority for itvoidExpressionTree. addTree(ExpressionTree tree)Add whole tree as a tree element, also it sets the maximum priority to the new elementExpressionTreeElementExpressionTreeElement. addTreeElement(ExpressionTreeElement element)Add tree element with sorting operation depends on priority of the elementsprivate ExpressionTreeElementExpression. calculateTreeElement(ExpressionTreeElement element, PreprocessingState state)private ExpressionTreeElementExpression. calculateTreeElement(ExpressionTreeElement element, PreprocessingState state)private ValueExpression. eval(PreprocessingState state)static ValueExpression. evalExpression(java.lang.String expression, PreprocessorContext context)Evaluate expressionstatic ValueExpression. evalExpression(java.lang.String expression, PreprocessorContext context)Evaluate expressionprivate ExpressionTreeElementExpression. evalFunction(ExpressionTreeElement functionElement, PreprocessingState state)private ExpressionTreeElementExpression. evalFunction(ExpressionTreeElement functionElement, PreprocessingState state)private ExpressionTreeElementExpression. evalOperator(ExpressionTreeElement operatorElement, PreprocessingState state)private ExpressionTreeElementExpression. evalOperator(ExpressionTreeElement operatorElement, PreprocessingState state)static ValueExpression. evalTree(ExpressionTree tree, PreprocessorContext context)Evaluate an expression treestatic ValueExpression. evalTree(ExpressionTree tree, PreprocessorContext context)Evaluate an expression treevoidExpressionTreeElement. fillArguments(java.util.List<ExpressionTree> arguments)It fills children slots from a list containing expression treesstatic java.lang.ObjectValue. getValue(java.lang.String value, ValueType type)static java.lang.ObjectValue. getValue(java.lang.String value, ValueType type)booleanValueType. isCompatible(ValueType type)To check that the type is compatible with another one(package private) ExpressionItemExpressionParser. nextItem(java.io.PushbackReader reader, PreprocessorContext context)Read the next item from the reader(package private) ExpressionItemExpressionParser. nextItem(java.io.PushbackReader reader, PreprocessorContext context)Read the next item from the readerExpressionTreeExpressionParser. parse(java.lang.String expressionStr, PreprocessorContext context)To parse an expression represented as a string and get a treeExpressionTreeExpressionParser. parse(java.lang.String expressionStr, PreprocessorContext context)To parse an expression represented as a string and get a treeExpressionItemExpressionParser. readExpression(java.io.PushbackReader reader, ExpressionTree tree, PreprocessorContext context, boolean insideBracket, boolean argument)It reads an expression from a reader and fill a treeExpressionItemExpressionParser. readExpression(java.io.PushbackReader reader, ExpressionTree tree, PreprocessorContext context, boolean insideBracket, boolean argument)It reads an expression from a reader and fill a treeExpressionItemExpressionParser. readExpression(java.io.PushbackReader reader, ExpressionTree tree, PreprocessorContext context, boolean insideBracket, boolean argument)It reads an expression from a reader and fill a treeprivate ExpressionTreeExpressionParser. readFunction(AbstractFunction function, java.io.PushbackReader reader, PreprocessorContext context, FilePositionInfo[] includeStack, java.lang.String sources)The auxiliary method allows to form a function and its arguments as a treeprivate ExpressionTreeExpressionParser. readFunction(AbstractFunction function, java.io.PushbackReader reader, PreprocessorContext context, FilePositionInfo[] includeStack, java.lang.String sources)The auxiliary method allows to form a function and its arguments as a treeprivate ExpressionTreeExpressionParser. readFunction(AbstractFunction function, java.io.PushbackReader reader, PreprocessorContext context, FilePositionInfo[] includeStack, java.lang.String sources)The auxiliary method allows to form a function and its arguments as a tree(package private) ExpressionItemExpressionParser. readFunctionArgument(java.io.PushbackReader reader, ExpressionTree tree, PreprocessorContext context, FilePositionInfo[] callStack, java.lang.String source)The auxiliary method allows to read a function argument(package private) ExpressionItemExpressionParser. readFunctionArgument(java.io.PushbackReader reader, ExpressionTree tree, PreprocessorContext context, FilePositionInfo[] callStack, java.lang.String source)The auxiliary method allows to read a function argument(package private) ExpressionItemExpressionParser. readFunctionArgument(java.io.PushbackReader reader, ExpressionTree tree, PreprocessorContext context, FilePositionInfo[] callStack, java.lang.String source)The auxiliary method allows to read a function argumentstatic ValueValue. recognizeOf(java.lang.String str)static ValueValue. recognizeRawString(java.lang.String str)static ValueTypeValue. recognizeType(java.lang.String value)booleanExpressionTreeElement. replaceElement(ExpressionTreeElement oldOne, ExpressionTreeElement newOne)It replaces a child elementbooleanExpressionTreeElement. replaceElement(ExpressionTreeElement oldOne, ExpressionTreeElement newOne)It replaces a child elementstatic ValueValue. valueOf(java.lang.Boolean val)static ValueValue. valueOf(java.lang.Float val)static ValueValue. valueOf(java.lang.Long val)static ValueValue. valueOf(java.lang.String val)Constructor parameters in com.igormaznitsa.jcp.expression with annotations of type Nonnull Constructor Description Expression(PreprocessorContext context, ExpressionTree tree)Expression(PreprocessorContext context, ExpressionTree tree)ExpressionTreeElement(ExpressionItem item, FilePositionInfo[] callStack, java.lang.String sourceString)The constructorExpressionTreeElement(ExpressionItem item, FilePositionInfo[] callStack, java.lang.String sourceString)The constructorValue(java.lang.Boolean val)Value(java.lang.Float val)Value(java.lang.Long val)ValueType(java.lang.String signature)Variable(java.lang.String varName)The constructor -
Uses of Nonnull in com.igormaznitsa.jcp.expression.functions
Methods in com.igormaznitsa.jcp.expression.functions with annotations of type Nonnull Modifier and Type Method Description private static java.lang.StringFunctionBINFILE. convertTo(java.io.File file, FunctionBINFILE.Type type, boolean deflate, int lineLength, java.lang.String endOfLine)private static byte[]FunctionBINFILE. deflate(byte[] data)private static java.lang.StringFunctionSTR2GO. escapeGo(java.lang.String value)ValueFunctionDefinedByUser. execute(PreprocessorContext context, Value[] values)ValueFunctionABS. executeFloat(PreprocessorContext context, Value value)ValueFunctionROUND. executeFloat(PreprocessorContext context, Value value)ValueFunctionABS. executeInt(PreprocessorContext context, Value value)ValueFunctionROUND. executeInt(PreprocessorContext context, Value value)abstract ValueAbstractStrConverter. executeStr(PreprocessorContext context, Value stringToConvert)ValueFunctionEVALFILE. executeStr(PreprocessorContext context, Value strfilePath)ValueFunctionSTR2CSV. executeStr(PreprocessorContext context, Value value)ValueFunctionSTR2INT. executeStr(PreprocessorContext context, Value value)ValueFunctionSTR2JS. executeStr(PreprocessorContext context, Value value)ValueFunctionSTR2JSON. executeStr(PreprocessorContext context, Value value)ValueFunctionSTR2WEB. executeStr(PreprocessorContext context, Value value)ValueFunctionSTR2XML. executeStr(PreprocessorContext context, Value value)ValueFunctionSTRLEN. executeStr(PreprocessorContext context, Value value)ValueFunctionTRIMLINES. executeStr(PreprocessorContext context, Value value)ValueFunctionIS. executeStrAny(PreprocessorContext context, Value varName, Value value)ValueFunctionSTR2GO. executeStrBool(PreprocessorContext context, Value source, Value splitAndQuoteLines)ValueFunctionSTR2JAVA. executeStrBool(PreprocessorContext context, Value source, Value splitAndQuoteLines)ValueFunctionBINFILE. executeStrStr(PreprocessorContext context, Value strfilePath, Value encodeType)ValueFunctionISSUBSTR. executeStrStr(PreprocessorContext context, Value subStrValue, Value strValue)abstract ValueType[][]AbstractFunction. getAllowedArgumentTypes()Get arrays of supported argument typesValueType[][]AbstractStrConverter. getAllowedArgumentTypes()ValueType[][]FunctionABS. getAllowedArgumentTypes()ValueType[][]FunctionBINFILE. getAllowedArgumentTypes()ValueType[][]FunctionDefinedByUser. getAllowedArgumentTypes()ValueType[][]FunctionEVALFILE. getAllowedArgumentTypes()ValueType[][]FunctionIS. getAllowedArgumentTypes()ValueType[][]FunctionISSUBSTR. getAllowedArgumentTypes()ValueType[][]FunctionROUND. getAllowedArgumentTypes()ValueType[][]FunctionSTR2GO. getAllowedArgumentTypes()ValueType[][]FunctionSTR2JAVA. getAllowedArgumentTypes()ValueType[][]FunctionSTRLEN. getAllowedArgumentTypes()ExpressionItemPriorityAbstractFunction. getExpressionItemPriority()Get the priority of the function in the expression treeExpressionItemTypeAbstractFunction. getExpressionItemType()Get the expression item typeabstract java.lang.StringAbstractFunction. getName()Get the function namejava.lang.StringFunctionABS. getName()java.lang.StringFunctionBINFILE. getName()java.lang.StringFunctionBINFILE.Type. getName()java.lang.StringFunctionDefinedByUser. getName()java.lang.StringFunctionEVALFILE. getName()java.lang.StringFunctionIS. getName()java.lang.StringFunctionISSUBSTR. getName()java.lang.StringFunctionROUND. getName()java.lang.StringFunctionSTR2CSV. getName()java.lang.StringFunctionSTR2GO. getName()java.lang.StringFunctionSTR2INT. getName()java.lang.StringFunctionSTR2JAVA. getName()java.lang.StringFunctionSTR2JS. getName()java.lang.StringFunctionSTR2JSON. getName()java.lang.StringFunctionSTR2WEB. getName()java.lang.StringFunctionSTR2XML. getName()java.lang.StringFunctionSTRLEN. getName()java.lang.StringFunctionTRIMLINES. getName()abstract java.lang.StringAbstractFunction. getReference()Get the function reference to be output for a help requestjava.lang.StringFunctionABS. getReference()java.lang.StringFunctionBINFILE. getReference()java.lang.StringFunctionDefinedByUser. getReference()java.lang.StringFunctionEVALFILE. getReference()java.lang.StringFunctionIS. getReference()java.lang.StringFunctionISSUBSTR. getReference()java.lang.StringFunctionROUND. getReference()java.lang.StringFunctionSTR2CSV. getReference()java.lang.StringFunctionSTR2GO. getReference()java.lang.StringFunctionSTR2INT. getReference()java.lang.StringFunctionSTR2JAVA. getReference()java.lang.StringFunctionSTR2JS. getReference()java.lang.StringFunctionSTR2JSON. getReference()java.lang.StringFunctionSTR2WEB. getReference()java.lang.StringFunctionSTR2XML. getReference()java.lang.StringFunctionSTRLEN. getReference()java.lang.StringFunctionTRIMLINES. getReference()abstract ValueTypeAbstractFunction. getResultType()Get the result typeValueTypeFunctionABS. getResultType()ValueTypeFunctionBINFILE. getResultType()ValueTypeFunctionDefinedByUser. getResultType()ValueTypeFunctionEVALFILE. getResultType()ValueTypeFunctionIS. getResultType()ValueTypeFunctionISSUBSTR. getResultType()ValueTypeFunctionROUND. getResultType()ValueTypeFunctionSTR2CSV. getResultType()ValueTypeFunctionSTR2GO. getResultType()ValueTypeFunctionSTR2INT. getResultType()ValueTypeFunctionSTR2JAVA. getResultType()ValueTypeFunctionSTR2JS. getResultType()ValueTypeFunctionSTR2JSON. getResultType()ValueTypeFunctionSTR2WEB. getResultType()ValueTypeFunctionSTR2XML. getResultType()ValueTypeFunctionSTRLEN. getResultType()ValueTypeFunctionTRIMLINES. getResultType()private PreprocessorContextFunctionEVALFILE. prepareContext(PreprocessorContext base)private static java.lang.StringFunctionSTR2GO. toUnicode(char c)Method parameters in com.igormaznitsa.jcp.expression.functions with annotations of type Nonnull Modifier and Type Method Description private static java.lang.StringFunctionBINFILE. convertTo(java.io.File file, FunctionBINFILE.Type type, boolean deflate, int lineLength, java.lang.String endOfLine)private static java.lang.StringFunctionBINFILE. convertTo(java.io.File file, FunctionBINFILE.Type type, boolean deflate, int lineLength, java.lang.String endOfLine)private static java.lang.StringFunctionBINFILE. convertTo(java.io.File file, FunctionBINFILE.Type type, boolean deflate, int lineLength, java.lang.String endOfLine)private static byte[]FunctionBINFILE. deflate(byte[] data)private static java.lang.StringFunctionSTR2GO. escapeGo(java.lang.String value)ValueFunctionDefinedByUser. execute(PreprocessorContext context, Value[] values)ValueFunctionDefinedByUser. execute(PreprocessorContext context, Value[] values)ValueFunctionABS. executeFloat(PreprocessorContext context, Value value)ValueFunctionABS. executeFloat(PreprocessorContext context, Value value)ValueFunctionROUND. executeFloat(PreprocessorContext context, Value value)ValueFunctionROUND. executeFloat(PreprocessorContext context, Value value)ValueFunctionABS. executeInt(PreprocessorContext context, Value value)ValueFunctionABS. executeInt(PreprocessorContext context, Value value)ValueFunctionROUND. executeInt(PreprocessorContext context, Value value)ValueFunctionROUND. executeInt(PreprocessorContext context, Value value)abstract ValueAbstractStrConverter. executeStr(PreprocessorContext context, Value stringToConvert)abstract ValueAbstractStrConverter. executeStr(PreprocessorContext context, Value stringToConvert)ValueFunctionEVALFILE. executeStr(PreprocessorContext context, Value strfilePath)ValueFunctionEVALFILE. executeStr(PreprocessorContext context, Value strfilePath)ValueFunctionSTR2CSV. executeStr(PreprocessorContext context, Value value)ValueFunctionSTR2CSV. executeStr(PreprocessorContext context, Value value)ValueFunctionSTR2INT. executeStr(PreprocessorContext context, Value value)ValueFunctionSTR2INT. executeStr(PreprocessorContext context, Value value)ValueFunctionSTR2JS. executeStr(PreprocessorContext context, Value value)ValueFunctionSTR2JS. executeStr(PreprocessorContext context, Value value)ValueFunctionSTR2JSON. executeStr(PreprocessorContext context, Value value)ValueFunctionSTR2JSON. executeStr(PreprocessorContext context, Value value)ValueFunctionSTR2WEB. executeStr(PreprocessorContext context, Value value)ValueFunctionSTR2WEB. executeStr(PreprocessorContext context, Value value)ValueFunctionSTR2XML. executeStr(PreprocessorContext context, Value value)ValueFunctionSTR2XML. executeStr(PreprocessorContext context, Value value)ValueFunctionSTRLEN. executeStr(PreprocessorContext context, Value value)ValueFunctionSTRLEN. executeStr(PreprocessorContext context, Value value)ValueFunctionTRIMLINES. executeStr(PreprocessorContext context, Value value)ValueFunctionTRIMLINES. executeStr(PreprocessorContext context, Value value)ValueFunctionIS. executeStrAny(PreprocessorContext context, Value varName, Value value)ValueFunctionIS. executeStrAny(PreprocessorContext context, Value varName, Value value)ValueFunctionIS. executeStrAny(PreprocessorContext context, Value varName, Value value)ValueFunctionSTR2GO. executeStrBool(PreprocessorContext context, Value source, Value splitAndQuoteLines)ValueFunctionSTR2GO. executeStrBool(PreprocessorContext context, Value source, Value splitAndQuoteLines)ValueFunctionSTR2GO. executeStrBool(PreprocessorContext context, Value source, Value splitAndQuoteLines)ValueFunctionSTR2JAVA. executeStrBool(PreprocessorContext context, Value source, Value splitAndQuoteLines)ValueFunctionSTR2JAVA. executeStrBool(PreprocessorContext context, Value source, Value splitAndQuoteLines)ValueFunctionSTR2JAVA. executeStrBool(PreprocessorContext context, Value source, Value splitAndQuoteLines)ValueFunctionBINFILE. executeStrStr(PreprocessorContext context, Value strfilePath, Value encodeType)ValueFunctionBINFILE. executeStrStr(PreprocessorContext context, Value strfilePath, Value encodeType)ValueFunctionBINFILE. executeStrStr(PreprocessorContext context, Value strfilePath, Value encodeType)ValueFunctionISSUBSTR. executeStrStr(PreprocessorContext context, Value subStrValue, Value strValue)ValueFunctionISSUBSTR. executeStrStr(PreprocessorContext context, Value subStrValue, Value strValue)ValueFunctionISSUBSTR. executeStrStr(PreprocessorContext context, Value subStrValue, Value strValue)static <E extends AbstractFunction>
EAbstractFunction. findForClass(java.lang.Class<E> functionClass)Allows to find a function handler instance for its classstatic AbstractFunctionAbstractFunction. findForName(java.lang.String str)Find a function handler for its nameprivate static booleanFunctionBINFILE. hasDeflateFlag(java.lang.String name, FunctionBINFILE.Type type)private static booleanFunctionBINFILE. hasDeflateFlag(java.lang.String name, FunctionBINFILE.Type type)private static booleanFunctionBINFILE. hasSplitFlag(java.lang.String name, FunctionBINFILE.Type type)private static booleanFunctionBINFILE. hasSplitFlag(java.lang.String name, FunctionBINFILE.Type type)private PreprocessorContextFunctionEVALFILE. prepareContext(PreprocessorContext base)Constructor parameters in com.igormaznitsa.jcp.expression.functions with annotations of type Nonnull Constructor Description FunctionDefinedByUser(java.lang.String name, int argsNumber, PreprocessorContext context)FunctionDefinedByUser(java.lang.String name, int argsNumber, PreprocessorContext context)Type(java.lang.String name) -
Uses of Nonnull in com.igormaznitsa.jcp.expression.functions.xml
Methods in com.igormaznitsa.jcp.expression.functions.xml with annotations of type Nonnull Modifier and Type Method Description static java.lang.StringAbstractXMLFunction. buildPathForElement(org.w3c.dom.Element element)ValueFunctionXML_NAME. executeStr(PreprocessorContext context, Value elementId)ValueFunctionXML_OPEN. executeStr(PreprocessorContext context, Value filePath)ValueFunctionXML_ROOT. executeStr(PreprocessorContext context, Value documentId)ValueFunctionXML_SIZE. executeStr(PreprocessorContext context, Value elementListId)ValueFunctionXML_TEXT. executeStr(PreprocessorContext context, Value elementid)ValueFunctionXML_GET. executeStrInt(PreprocessorContext context, Value elementListId, Value elementIndex)ValueFunctionXML_ATTR. executeStrStr(PreprocessorContext context, Value elementId, Value attributeName)ValueFunctionXML_LIST. executeStrStr(PreprocessorContext context, Value elementId, Value elementTag)ValueFunctionXML_XELEMENT. executeStrStr(PreprocessorContext context, Value documentId, Value xPath)ValueFunctionXML_XLIST. executeStrStr(PreprocessorContext context, Value documentId, Value xPath)java.lang.StringAbstractXMLFunction. findElementForIndex(PreprocessorContext context, java.lang.String elementListId, int elementIndex)ValueType[][]FunctionXML_ATTR. getAllowedArgumentTypes()ValueType[][]FunctionXML_GET. getAllowedArgumentTypes()ValueType[][]FunctionXML_LIST. getAllowedArgumentTypes()ValueType[][]FunctionXML_NAME. getAllowedArgumentTypes()ValueType[][]FunctionXML_OPEN. getAllowedArgumentTypes()ValueType[][]FunctionXML_ROOT. getAllowedArgumentTypes()ValueType[][]FunctionXML_SIZE. getAllowedArgumentTypes()ValueType[][]FunctionXML_TEXT. getAllowedArgumentTypes()ValueType[][]FunctionXML_XELEMENT. getAllowedArgumentTypes()ValueType[][]FunctionXML_XLIST. getAllowedArgumentTypes()java.lang.StringAbstractXMLFunction. getAttribute(PreprocessorContext context, java.lang.String elementId, java.lang.String attributeName)org.w3c.dom.DocumentAbstractXMLFunction. getCachedDocument(PreprocessorContext context, java.lang.String documentId)org.w3c.dom.ElementAbstractXMLFunction. getCachedElement(PreprocessorContext context, java.lang.String elementId)org.w3c.dom.NodeListAbstractXMLFunction. getCachedElementList(PreprocessorContext context, java.lang.String elementListId)static java.lang.StringAbstractXMLFunction. getFirstLevelTextContent(org.w3c.dom.Node node)java.lang.StringFunctionXML_ATTR. getName()java.lang.StringFunctionXML_GET. getName()java.lang.StringFunctionXML_LIST. getName()java.lang.StringFunctionXML_NAME. getName()java.lang.StringFunctionXML_OPEN. getName()java.lang.StringFunctionXML_ROOT. getName()java.lang.StringFunctionXML_SIZE. getName()java.lang.StringFunctionXML_TEXT. getName()java.lang.StringFunctionXML_XELEMENT. getName()java.lang.StringFunctionXML_XLIST. getName()org.w3c.dom.NodeNodeContainer. getNode()org.w3c.dom.NodeListNodeContainer. getNodeList()java.lang.StringFunctionXML_ATTR. getReference()java.lang.StringFunctionXML_GET. getReference()java.lang.StringFunctionXML_LIST. getReference()java.lang.StringFunctionXML_NAME. getReference()java.lang.StringFunctionXML_OPEN. getReference()java.lang.StringFunctionXML_ROOT. getReference()java.lang.StringFunctionXML_SIZE. getReference()java.lang.StringFunctionXML_TEXT. getReference()java.lang.StringFunctionXML_XELEMENT. getReference()java.lang.StringFunctionXML_XLIST. getReference()ValueTypeFunctionXML_ATTR. getResultType()ValueTypeFunctionXML_GET. getResultType()ValueTypeFunctionXML_LIST. getResultType()ValueTypeFunctionXML_NAME. getResultType()ValueTypeFunctionXML_OPEN. getResultType()ValueTypeFunctionXML_ROOT. getResultType()ValueTypeFunctionXML_SIZE. getResultType()ValueTypeFunctionXML_TEXT. getResultType()ValueTypeFunctionXML_XELEMENT. getResultType()ValueTypeFunctionXML_XLIST. getResultType()static java.lang.StringAbstractXMLFunction. makeDocumentId(java.lang.String fileName)static java.lang.StringAbstractXMLFunction. makeDocumentRootId(java.lang.String documentId)static java.lang.StringAbstractXMLFunction. makeElementId(java.lang.String elementListId, int elementIndex)static java.lang.StringAbstractXMLFunction. makeElementListId(org.w3c.dom.Element parentName, java.lang.String elementName)static java.lang.StringAbstractXMLFunction. makeXPathElementId(java.lang.String documentId, java.lang.String xpath)static java.lang.StringAbstractXMLFunction. makeXPathListId(java.lang.String documentId, java.lang.String xpath)private org.w3c.dom.DocumentFunctionXML_OPEN. openFileAndParse(PreprocessorContext context, java.io.File file)private javax.xml.xpath.XPathExpressionFunctionXML_XELEMENT. prepareXPathExpression(java.lang.String path)private javax.xml.xpath.XPathExpressionFunctionXML_XLIST. prepareXPathExpression(java.lang.String path)Method parameters in com.igormaznitsa.jcp.expression.functions.xml with annotations of type Nonnull Modifier and Type Method Description static java.lang.StringAbstractXMLFunction. buildPathForElement(org.w3c.dom.Element element)ValueFunctionXML_NAME. executeStr(PreprocessorContext context, Value elementId)ValueFunctionXML_NAME. executeStr(PreprocessorContext context, Value elementId)ValueFunctionXML_OPEN. executeStr(PreprocessorContext context, Value filePath)ValueFunctionXML_OPEN. executeStr(PreprocessorContext context, Value filePath)ValueFunctionXML_ROOT. executeStr(PreprocessorContext context, Value documentId)ValueFunctionXML_ROOT. executeStr(PreprocessorContext context, Value documentId)ValueFunctionXML_SIZE. executeStr(PreprocessorContext context, Value elementListId)ValueFunctionXML_SIZE. executeStr(PreprocessorContext context, Value elementListId)ValueFunctionXML_TEXT. executeStr(PreprocessorContext context, Value elementid)ValueFunctionXML_TEXT. executeStr(PreprocessorContext context, Value elementid)ValueFunctionXML_GET. executeStrInt(PreprocessorContext context, Value elementListId, Value elementIndex)ValueFunctionXML_GET. executeStrInt(PreprocessorContext context, Value elementListId, Value elementIndex)ValueFunctionXML_GET. executeStrInt(PreprocessorContext context, Value elementListId, Value elementIndex)ValueFunctionXML_ATTR. executeStrStr(PreprocessorContext context, Value elementId, Value attributeName)ValueFunctionXML_ATTR. executeStrStr(PreprocessorContext context, Value elementId, Value attributeName)ValueFunctionXML_ATTR. executeStrStr(PreprocessorContext context, Value elementId, Value attributeName)ValueFunctionXML_LIST. executeStrStr(PreprocessorContext context, Value elementId, Value elementTag)ValueFunctionXML_LIST. executeStrStr(PreprocessorContext context, Value elementId, Value elementTag)ValueFunctionXML_LIST. executeStrStr(PreprocessorContext context, Value elementId, Value elementTag)ValueFunctionXML_XELEMENT. executeStrStr(PreprocessorContext context, Value documentId, Value xPath)ValueFunctionXML_XELEMENT. executeStrStr(PreprocessorContext context, Value documentId, Value xPath)ValueFunctionXML_XELEMENT. executeStrStr(PreprocessorContext context, Value documentId, Value xPath)ValueFunctionXML_XLIST. executeStrStr(PreprocessorContext context, Value documentId, Value xPath)ValueFunctionXML_XLIST. executeStrStr(PreprocessorContext context, Value documentId, Value xPath)ValueFunctionXML_XLIST. executeStrStr(PreprocessorContext context, Value documentId, Value xPath)org.w3c.dom.ElementAbstractXMLFunction. findCachedElement(PreprocessorContext context, java.lang.String elementId)org.w3c.dom.ElementAbstractXMLFunction. findCachedElement(PreprocessorContext context, java.lang.String elementId)org.w3c.dom.NodeListAbstractXMLFunction. findCachedElementList(PreprocessorContext context, java.lang.String elementListId)org.w3c.dom.NodeListAbstractXMLFunction. findCachedElementList(PreprocessorContext context, java.lang.String elementListId)java.lang.StringAbstractXMLFunction. findElementForIndex(PreprocessorContext context, java.lang.String elementListId, int elementIndex)java.lang.StringAbstractXMLFunction. findElementForIndex(PreprocessorContext context, java.lang.String elementListId, int elementIndex)java.lang.StringAbstractXMLFunction. getAttribute(PreprocessorContext context, java.lang.String elementId, java.lang.String attributeName)java.lang.StringAbstractXMLFunction. getAttribute(PreprocessorContext context, java.lang.String elementId, java.lang.String attributeName)java.lang.StringAbstractXMLFunction. getAttribute(PreprocessorContext context, java.lang.String elementId, java.lang.String attributeName)org.w3c.dom.DocumentAbstractXMLFunction. getCachedDocument(PreprocessorContext context, java.lang.String documentId)org.w3c.dom.DocumentAbstractXMLFunction. getCachedDocument(PreprocessorContext context, java.lang.String documentId)org.w3c.dom.ElementAbstractXMLFunction. getCachedElement(PreprocessorContext context, java.lang.String elementId)org.w3c.dom.ElementAbstractXMLFunction. getCachedElement(PreprocessorContext context, java.lang.String elementId)org.w3c.dom.NodeListAbstractXMLFunction. getCachedElementList(PreprocessorContext context, java.lang.String elementListId)org.w3c.dom.NodeListAbstractXMLFunction. getCachedElementList(PreprocessorContext context, java.lang.String elementListId)intAbstractXMLFunction. getElementListSize(PreprocessorContext context, java.lang.String elementListId)intAbstractXMLFunction. getElementListSize(PreprocessorContext context, java.lang.String elementListId)static java.lang.StringAbstractXMLFunction. getFirstLevelTextContent(org.w3c.dom.Node node)static java.lang.StringAbstractXMLFunction. makeDocumentId(java.lang.String fileName)static java.lang.StringAbstractXMLFunction. makeDocumentRootId(java.lang.String documentId)static java.lang.StringAbstractXMLFunction. makeElementId(java.lang.String elementListId, int elementIndex)static java.lang.StringAbstractXMLFunction. makeElementId(java.lang.String elementListId, int elementIndex)static java.lang.StringAbstractXMLFunction. makeElementListId(org.w3c.dom.Element parentName, java.lang.String elementName)static java.lang.StringAbstractXMLFunction. makeElementListId(org.w3c.dom.Element parentName, java.lang.String elementName)static java.lang.StringAbstractXMLFunction. makeXPathElementId(java.lang.String documentId, java.lang.String xpath)static java.lang.StringAbstractXMLFunction. makeXPathElementId(java.lang.String documentId, java.lang.String xpath)static java.lang.StringAbstractXMLFunction. makeXPathListId(java.lang.String documentId, java.lang.String xpath)static java.lang.StringAbstractXMLFunction. makeXPathListId(java.lang.String documentId, java.lang.String xpath)private org.w3c.dom.DocumentFunctionXML_OPEN. openFileAndParse(PreprocessorContext context, java.io.File file)private org.w3c.dom.DocumentFunctionXML_OPEN. openFileAndParse(PreprocessorContext context, java.io.File file)private javax.xml.xpath.XPathExpressionFunctionXML_XELEMENT. prepareXPathExpression(java.lang.String path)private javax.xml.xpath.XPathExpressionFunctionXML_XLIST. prepareXPathExpression(java.lang.String path)Constructor parameters in com.igormaznitsa.jcp.expression.functions.xml with annotations of type Nonnull Constructor Description NodeContainer(long id, org.w3c.dom.Node node)NodeContainer(long id, org.w3c.dom.NodeList list) -
Uses of Nonnull in com.igormaznitsa.jcp.expression.operators
Methods in com.igormaznitsa.jcp.expression.operators with annotations of type Nonnull Modifier and Type Method Description ValueOperatorADD. executeAnyStr(Value arg1, Value arg2)ValueOperatorNOT. executeBool(Value arg1)ValueOperatorAND. executeBoolBool(Value arg1, Value arg2)ValueOperatorEQU. executeBoolBool(Value arg1, Value arg2)ValueOperatorNOTEQU. executeBoolBool(Value arg1, Value arg2)ValueOperatorOR. executeBoolBool(Value arg1, Value arg2)ValueOperatorXOR. executeBoolBool(Value arg1, Value arg2)ValueOperatorADD. executeFloatFloat(Value arg1, Value arg2)ValueOperatorDIV. executeFloatFloat(Value arg1, Value arg2)ValueOperatorEQU. executeFloatFloat(Value arg1, Value arg2)ValueOperatorGREAT. executeFloatFloat(Value arg1, Value arg2)ValueOperatorGREATEQU. executeFloatFloat(Value arg1, Value arg2)ValueOperatorLESS. executeFloatFloat(Value arg1, Value arg2)ValueOperatorLESSEQU. executeFloatFloat(Value arg1, Value arg2)ValueOperatorMOD. executeFloatFloat(Value arg1, Value arg2)ValueOperatorMUL. executeFloatFloat(Value arg1, Value arg2)ValueOperatorNOTEQU. executeFloatFloat(Value arg1, Value arg2)ValueOperatorSUB. executeFloatFloat(Value arg1, Value arg2)ValueOperatorADD. executeFloatInt(Value arg1, Value arg2)ValueOperatorDIV. executeFloatInt(Value arg1, Value arg2)ValueOperatorEQU. executeFloatInt(Value arg1, Value arg2)ValueOperatorGREAT. executeFloatInt(Value arg1, Value arg2)ValueOperatorGREATEQU. executeFloatInt(Value arg1, Value arg2)ValueOperatorLESS. executeFloatInt(Value arg1, Value arg2)ValueOperatorLESSEQU. executeFloatInt(Value arg1, Value arg2)ValueOperatorMOD. executeFloatInt(Value arg1, Value arg2)ValueOperatorMUL. executeFloatInt(Value arg1, Value arg2)ValueOperatorNOTEQU. executeFloatInt(Value arg1, Value arg2)ValueOperatorSUB. executeFloatInt(Value arg1, Value arg2)ValueOperatorNOT. executeInt(Value arg1)ValueOperatorADD. executeIntFloat(Value arg1, Value arg2)ValueOperatorDIV. executeIntFloat(Value arg1, Value arg2)ValueOperatorEQU. executeIntFloat(Value arg1, Value arg2)ValueOperatorGREAT. executeIntFloat(Value arg1, Value arg2)ValueOperatorGREATEQU. executeIntFloat(Value arg1, Value arg2)ValueOperatorLESS. executeIntFloat(Value arg1, Value arg2)ValueOperatorLESSEQU. executeIntFloat(Value arg1, Value arg2)ValueOperatorMOD. executeIntFloat(Value arg1, Value arg2)ValueOperatorMUL. executeIntFloat(Value arg1, Value arg2)ValueOperatorNOTEQU. executeIntFloat(Value arg1, Value arg2)ValueOperatorSUB. executeIntFloat(Value arg1, Value arg2)ValueOperatorADD. executeIntInt(Value arg1, Value arg2)ValueOperatorAND. executeIntInt(Value arg1, Value arg2)ValueOperatorDIV. executeIntInt(Value arg1, Value arg2)ValueOperatorEQU. executeIntInt(Value arg1, Value arg2)ValueOperatorGREAT. executeIntInt(Value arg1, Value arg2)ValueOperatorGREATEQU. executeIntInt(Value arg1, Value arg2)ValueOperatorLESS. executeIntInt(Value arg1, Value arg2)ValueOperatorLESSEQU. executeIntInt(Value arg1, Value arg2)ValueOperatorMOD. executeIntInt(Value arg1, Value arg2)ValueOperatorMUL. executeIntInt(Value arg1, Value arg2)ValueOperatorNOTEQU. executeIntInt(Value arg1, Value arg2)ValueOperatorOR. executeIntInt(Value arg1, Value arg2)ValueOperatorSUB. executeIntInt(Value arg1, Value arg2)ValueOperatorXOR. executeIntInt(Value arg1, Value arg2)ValueOperatorADD. executeStrAny(Value arg1, Value arg2)ValueOperatorEQU. executeStrStr(Value arg1, Value arg2)ValueOperatorGREAT. executeStrStr(Value arg1, Value arg2)ValueOperatorGREATEQU. executeStrStr(Value arg1, Value arg2)ValueOperatorLESS. executeStrStr(Value arg1, Value arg2)ValueOperatorLESSEQU. executeStrStr(Value arg1, Value arg2)ValueOperatorNOTEQU. executeStrStr(Value arg1, Value arg2)ExpressionItemPriorityOperatorADD. getExpressionItemPriority()ExpressionItemPriorityOperatorAND. getExpressionItemPriority()ExpressionItemPriorityOperatorDIV. getExpressionItemPriority()ExpressionItemPriorityOperatorEQU. getExpressionItemPriority()ExpressionItemPriorityOperatorGREAT. getExpressionItemPriority()ExpressionItemPriorityOperatorGREATEQU. getExpressionItemPriority()ExpressionItemPriorityOperatorLESS. getExpressionItemPriority()ExpressionItemPriorityOperatorLESSEQU. getExpressionItemPriority()ExpressionItemPriorityOperatorMOD. getExpressionItemPriority()ExpressionItemPriorityOperatorMUL. getExpressionItemPriority()ExpressionItemPriorityOperatorNOT. getExpressionItemPriority()ExpressionItemPriorityOperatorNOTEQU. getExpressionItemPriority()ExpressionItemPriorityOperatorOR. getExpressionItemPriority()ExpressionItemPriorityOperatorSUB. getExpressionItemPriority()ExpressionItemPriorityOperatorXOR. getExpressionItemPriority()ExpressionItemTypeAbstractOperator. getExpressionItemType()Get the expression item typeabstract java.lang.StringAbstractOperator. getKeyword()Get the operator keywordjava.lang.StringOperatorADD. getKeyword()java.lang.StringOperatorAND. getKeyword()java.lang.StringOperatorDIV. getKeyword()java.lang.StringOperatorEQU. getKeyword()java.lang.StringOperatorGREAT. getKeyword()java.lang.StringOperatorGREATEQU. getKeyword()java.lang.StringOperatorLESS. getKeyword()java.lang.StringOperatorLESSEQU. getKeyword()java.lang.StringOperatorMOD. getKeyword()java.lang.StringOperatorMUL. getKeyword()java.lang.StringOperatorNOT. getKeyword()java.lang.StringOperatorNOTEQU. getKeyword()java.lang.StringOperatorOR. getKeyword()java.lang.StringOperatorSUB. getKeyword()java.lang.StringOperatorXOR. getKeyword()abstract java.lang.StringAbstractOperator. getReference()Get the operator reference to be shown for a help information requestjava.lang.StringOperatorADD. getReference()java.lang.StringOperatorAND. getReference()java.lang.StringOperatorDIV. getReference()java.lang.StringOperatorEQU. getReference()java.lang.StringOperatorGREAT. getReference()java.lang.StringOperatorGREATEQU. getReference()java.lang.StringOperatorLESS. getReference()java.lang.StringOperatorLESSEQU. getReference()java.lang.StringOperatorMOD. getReference()java.lang.StringOperatorMUL. getReference()java.lang.StringOperatorNOT. getReference()java.lang.StringOperatorNOTEQU. getReference()java.lang.StringOperatorOR. getReference()java.lang.StringOperatorSUB. getReference()java.lang.StringOperatorXOR. getReference()java.lang.StringAbstractOperator. toString()Method parameters in com.igormaznitsa.jcp.expression.operators with annotations of type Nonnull Modifier and Type Method Description ValueOperatorADD. executeAnyStr(Value arg1, Value arg2)ValueOperatorADD. executeAnyStr(Value arg1, Value arg2)ValueOperatorNOT. executeBool(Value arg1)ValueOperatorAND. executeBoolBool(Value arg1, Value arg2)ValueOperatorAND. executeBoolBool(Value arg1, Value arg2)ValueOperatorEQU. executeBoolBool(Value arg1, Value arg2)ValueOperatorEQU. executeBoolBool(Value arg1, Value arg2)ValueOperatorNOTEQU. executeBoolBool(Value arg1, Value arg2)ValueOperatorNOTEQU. executeBoolBool(Value arg1, Value arg2)ValueOperatorOR. executeBoolBool(Value arg1, Value arg2)ValueOperatorOR. executeBoolBool(Value arg1, Value arg2)ValueOperatorXOR. executeBoolBool(Value arg1, Value arg2)ValueOperatorXOR. executeBoolBool(Value arg1, Value arg2)ValueOperatorADD. executeFloatFloat(Value arg1, Value arg2)ValueOperatorADD. executeFloatFloat(Value arg1, Value arg2)ValueOperatorDIV. executeFloatFloat(Value arg1, Value arg2)ValueOperatorDIV. executeFloatFloat(Value arg1, Value arg2)ValueOperatorEQU. executeFloatFloat(Value arg1, Value arg2)ValueOperatorEQU. executeFloatFloat(Value arg1, Value arg2)ValueOperatorGREAT. executeFloatFloat(Value arg1, Value arg2)ValueOperatorGREAT. executeFloatFloat(Value arg1, Value arg2)ValueOperatorGREATEQU. executeFloatFloat(Value arg1, Value arg2)ValueOperatorGREATEQU. executeFloatFloat(Value arg1, Value arg2)ValueOperatorLESS. executeFloatFloat(Value arg1, Value arg2)ValueOperatorLESS. executeFloatFloat(Value arg1, Value arg2)ValueOperatorLESSEQU. executeFloatFloat(Value arg1, Value arg2)ValueOperatorLESSEQU. executeFloatFloat(Value arg1, Value arg2)ValueOperatorMOD. executeFloatFloat(Value arg1, Value arg2)ValueOperatorMOD. executeFloatFloat(Value arg1, Value arg2)ValueOperatorMUL. executeFloatFloat(Value arg1, Value arg2)ValueOperatorMUL. executeFloatFloat(Value arg1, Value arg2)ValueOperatorNOTEQU. executeFloatFloat(Value arg1, Value arg2)ValueOperatorNOTEQU. executeFloatFloat(Value arg1, Value arg2)ValueOperatorSUB. executeFloatFloat(Value arg1, Value arg2)ValueOperatorSUB. executeFloatFloat(Value arg1, Value arg2)ValueOperatorADD. executeFloatInt(Value arg1, Value arg2)ValueOperatorADD. executeFloatInt(Value arg1, Value arg2)ValueOperatorDIV. executeFloatInt(Value arg1, Value arg2)ValueOperatorDIV. executeFloatInt(Value arg1, Value arg2)ValueOperatorEQU. executeFloatInt(Value arg1, Value arg2)ValueOperatorEQU. executeFloatInt(Value arg1, Value arg2)ValueOperatorGREAT. executeFloatInt(Value arg1, Value arg2)ValueOperatorGREAT. executeFloatInt(Value arg1, Value arg2)ValueOperatorGREATEQU. executeFloatInt(Value arg1, Value arg2)ValueOperatorGREATEQU. executeFloatInt(Value arg1, Value arg2)ValueOperatorLESS. executeFloatInt(Value arg1, Value arg2)ValueOperatorLESS. executeFloatInt(Value arg1, Value arg2)ValueOperatorLESSEQU. executeFloatInt(Value arg1, Value arg2)ValueOperatorLESSEQU. executeFloatInt(Value arg1, Value arg2)ValueOperatorMOD. executeFloatInt(Value arg1, Value arg2)ValueOperatorMOD. executeFloatInt(Value arg1, Value arg2)ValueOperatorMUL. executeFloatInt(Value arg1, Value arg2)ValueOperatorMUL. executeFloatInt(Value arg1, Value arg2)ValueOperatorNOTEQU. executeFloatInt(Value arg1, Value arg2)ValueOperatorNOTEQU. executeFloatInt(Value arg1, Value arg2)ValueOperatorSUB. executeFloatInt(Value arg1, Value arg2)ValueOperatorSUB. executeFloatInt(Value arg1, Value arg2)ValueOperatorNOT. executeInt(Value arg1)ValueOperatorADD. executeIntFloat(Value arg1, Value arg2)ValueOperatorADD. executeIntFloat(Value arg1, Value arg2)ValueOperatorDIV. executeIntFloat(Value arg1, Value arg2)ValueOperatorDIV. executeIntFloat(Value arg1, Value arg2)ValueOperatorEQU. executeIntFloat(Value arg1, Value arg2)ValueOperatorEQU. executeIntFloat(Value arg1, Value arg2)ValueOperatorGREAT. executeIntFloat(Value arg1, Value arg2)ValueOperatorGREAT. executeIntFloat(Value arg1, Value arg2)ValueOperatorGREATEQU. executeIntFloat(Value arg1, Value arg2)ValueOperatorGREATEQU. executeIntFloat(Value arg1, Value arg2)ValueOperatorLESS. executeIntFloat(Value arg1, Value arg2)ValueOperatorLESS. executeIntFloat(Value arg1, Value arg2)ValueOperatorLESSEQU. executeIntFloat(Value arg1, Value arg2)ValueOperatorLESSEQU. executeIntFloat(Value arg1, Value arg2)ValueOperatorMOD. executeIntFloat(Value arg1, Value arg2)ValueOperatorMOD. executeIntFloat(Value arg1, Value arg2)ValueOperatorMUL. executeIntFloat(Value arg1, Value arg2)ValueOperatorMUL. executeIntFloat(Value arg1, Value arg2)ValueOperatorNOTEQU. executeIntFloat(Value arg1, Value arg2)ValueOperatorNOTEQU. executeIntFloat(Value arg1, Value arg2)ValueOperatorSUB. executeIntFloat(Value arg1, Value arg2)ValueOperatorSUB. executeIntFloat(Value arg1, Value arg2)ValueOperatorADD. executeIntInt(Value arg1, Value arg2)ValueOperatorADD. executeIntInt(Value arg1, Value arg2)ValueOperatorAND. executeIntInt(Value arg1, Value arg2)ValueOperatorAND. executeIntInt(Value arg1, Value arg2)ValueOperatorDIV. executeIntInt(Value arg1, Value arg2)ValueOperatorDIV. executeIntInt(Value arg1, Value arg2)ValueOperatorEQU. executeIntInt(Value arg1, Value arg2)ValueOperatorEQU. executeIntInt(Value arg1, Value arg2)ValueOperatorGREAT. executeIntInt(Value arg1, Value arg2)ValueOperatorGREAT. executeIntInt(Value arg1, Value arg2)ValueOperatorGREATEQU. executeIntInt(Value arg1, Value arg2)ValueOperatorGREATEQU. executeIntInt(Value arg1, Value arg2)ValueOperatorLESS. executeIntInt(Value arg1, Value arg2)ValueOperatorLESS. executeIntInt(Value arg1, Value arg2)ValueOperatorLESSEQU. executeIntInt(Value arg1, Value arg2)ValueOperatorLESSEQU. executeIntInt(Value arg1, Value arg2)ValueOperatorMOD. executeIntInt(Value arg1, Value arg2)ValueOperatorMOD. executeIntInt(Value arg1, Value arg2)ValueOperatorMUL. executeIntInt(Value arg1, Value arg2)ValueOperatorMUL. executeIntInt(Value arg1, Value arg2)ValueOperatorNOTEQU. executeIntInt(Value arg1, Value arg2)ValueOperatorNOTEQU. executeIntInt(Value arg1, Value arg2)ValueOperatorOR. executeIntInt(Value arg1, Value arg2)ValueOperatorOR. executeIntInt(Value arg1, Value arg2)ValueOperatorSUB. executeIntInt(Value arg1, Value arg2)ValueOperatorSUB. executeIntInt(Value arg1, Value arg2)ValueOperatorXOR. executeIntInt(Value arg1, Value arg2)ValueOperatorXOR. executeIntInt(Value arg1, Value arg2)ValueOperatorADD. executeStrAny(Value arg1, Value arg2)ValueOperatorADD. executeStrAny(Value arg1, Value arg2)ValueOperatorEQU. executeStrStr(Value arg1, Value arg2)ValueOperatorEQU. executeStrStr(Value arg1, Value arg2)ValueOperatorGREAT. executeStrStr(Value arg1, Value arg2)ValueOperatorGREAT. executeStrStr(Value arg1, Value arg2)ValueOperatorGREATEQU. executeStrStr(Value arg1, Value arg2)ValueOperatorGREATEQU. executeStrStr(Value arg1, Value arg2)ValueOperatorLESS. executeStrStr(Value arg1, Value arg2)ValueOperatorLESS. executeStrStr(Value arg1, Value arg2)ValueOperatorLESSEQU. executeStrStr(Value arg1, Value arg2)ValueOperatorLESSEQU. executeStrStr(Value arg1, Value arg2)ValueOperatorNOTEQU. executeStrStr(Value arg1, Value arg2)ValueOperatorNOTEQU. executeStrStr(Value arg1, Value arg2)static <E extends AbstractOperator>
EAbstractOperator. findForClass(java.lang.Class<E> operatorClass)Find an operator handler for its class -
Uses of Nonnull in com.igormaznitsa.jcp.extension
Methods in com.igormaznitsa.jcp.extension with annotations of type Nonnull Modifier and Type Method Description ValuePreprocessorExtension. processUserFunction(java.lang.String functionName, Value[] arguments)Call to process a user function (the function starts with $)Method parameters in com.igormaznitsa.jcp.extension with annotations of type Nonnull Modifier and Type Method Description intPreprocessorExtension. getUserFunctionArity(java.lang.String functionName)When a preprocessor meets a user defined function (the function starts with $) then it will ask for its aritybooleanPreprocessorExtension. processAction(PreprocessorContext context, Value[] parameters)To process an action (it will be called if the preprocessor is met //#action directive)booleanPreprocessorExtension. processAction(PreprocessorContext context, Value[] parameters)To process an action (it will be called if the preprocessor is met //#action directive)ValuePreprocessorExtension. processUserFunction(java.lang.String functionName, Value[] arguments)Call to process a user function (the function starts with $)ValuePreprocessorExtension. processUserFunction(java.lang.String functionName, Value[] arguments)Call to process a user function (the function starts with $) -
Uses of Nonnull in com.igormaznitsa.jcp.maven
Methods in com.igormaznitsa.jcp.maven with annotations of type Nonnull Modifier and Type Method Description java.io.File[]PreprocessorMojo. getCfgFiles()java.io.FilePreprocessorMojo. getDestination()java.lang.String[]PreprocessorMojo. getExcludedFolders()java.util.PropertiesPreprocessorMojo. getGlobalVars()java.lang.StringPreprocessorMojo. getInEncoding()java.lang.StringPreprocessorMojo. getOutEncoding()(package private) static java.lang.StringMavenPropertiesImporter. getProperty(org.apache.maven.project.MavenProject project, java.lang.String name)java.lang.StringPreprocessorMojo. getSource()java.io.FilePreprocessorMojo. getTestDestination()java.lang.String[]MavenPropertiesImporter. getVariableNames()(package private) PreprocessorContextPreprocessorMojo. makePreprocessorContext(java.lang.String sourceFoldersInPreprocessorFormat)(package private) static java.lang.StringMavenPropertiesImporter. normalizeGetter(java.lang.String str)Method parameters in com.igormaznitsa.jcp.maven with annotations of type Nonnull Modifier and Type Method Description private voidMavenPropertiesImporter. addVariableIntoInsideMap(PreprocessorContext context, java.lang.String name, Value value, boolean verbose)private voidMavenPropertiesImporter. addVariableIntoInsideMap(PreprocessorContext context, java.lang.String name, Value value, boolean verbose)private voidMavenPropertiesImporter. addVariableIntoInsideMap(PreprocessorContext context, java.lang.String name, Value value, boolean verbose)voidPreprocessorMojo. debug(java.lang.String message)voidPreprocessorMojo. error(java.lang.String message)(package private) static java.lang.StringMavenPropertiesImporter. getProperty(org.apache.maven.project.MavenProject project, java.lang.String name)(package private) static java.lang.StringMavenPropertiesImporter. getProperty(org.apache.maven.project.MavenProject project, java.lang.String name)ValueMavenPropertiesImporter. getVariable(java.lang.String varName, PreprocessorContext context)ValueMavenPropertiesImporter. getVariable(java.lang.String varName, PreprocessorContext context)voidPreprocessorMojo. info(java.lang.String message)(package private) PreprocessorContextPreprocessorMojo. makePreprocessorContext(java.lang.String sourceFoldersInPreprocessorFormat)(package private) static java.lang.StringMavenPropertiesImporter. normalizeGetter(java.lang.String str)private voidMavenPropertiesImporter. printInfoAboutVarIntoLog(PreprocessorContext context, java.lang.String varName, java.lang.String value)private voidMavenPropertiesImporter. printInfoAboutVarIntoLog(PreprocessorContext context, java.lang.String varName, java.lang.String value)private voidMavenPropertiesImporter. printInfoAboutVarIntoLog(PreprocessorContext context, java.lang.String varName, java.lang.String value)private voidPreprocessorClearMojo. processFileSet(java.util.List<org.apache.maven.shared.model.fileset.FileSet> fileSets, org.slf4j.Logger log)private voidPreprocessorClearMojo. processFileSet(java.util.List<org.apache.maven.shared.model.fileset.FileSet> fileSets, org.slf4j.Logger log)private voidPreprocessorClearMojo. processPredefinedFolders(org.slf4j.Logger log)private voidPreprocessorMojo. replaceSourceRootByPreprocessingDestinationFolder(PreprocessorContext context)voidPreprocessorMojo. setCfgFiles(java.io.File[] files)voidPreprocessorMojo. setDestination(java.io.File destination)voidPreprocessorMojo. setExcludedFolders(java.lang.String... antPatterns)voidPreprocessorMojo. setGlobalVars(java.util.Properties vars)voidPreprocessorMojo. setInEncoding(java.lang.String value)voidPreprocessorMojo. setOutEncoding(java.lang.String value)voidPreprocessorMojo. setSource(java.lang.String source)voidPreprocessorMojo. setTestDestination(java.io.File destination)voidMavenPropertiesImporter. setVariable(java.lang.String varName, Value value, PreprocessorContext context)voidMavenPropertiesImporter. setVariable(java.lang.String varName, Value value, PreprocessorContext context)voidMavenPropertiesImporter. setVariable(java.lang.String varName, Value value, PreprocessorContext context)voidPreprocessorMojo. warning(java.lang.String message)Constructor parameters in com.igormaznitsa.jcp.maven with annotations of type Nonnull Constructor Description MavenPropertiesImporter(PreprocessorContext context, org.apache.maven.project.MavenProject project, boolean logAddedProperties)MavenPropertiesImporter(PreprocessorContext context, org.apache.maven.project.MavenProject project, boolean logAddedProperties) -
Uses of Nonnull in com.igormaznitsa.jcp.removers
Methods in com.igormaznitsa.jcp.removers with annotations of type Nonnull Modifier and Type Method Description java.io.WriterJavaCommentsRemover. process()Constructor parameters in com.igormaznitsa.jcp.removers with annotations of type Nonnull Constructor Description JavaCommentsRemover(java.io.Reader src, java.io.Writer dst)JavaCommentsRemover(java.io.Reader src, java.io.Writer dst) -
Uses of Nonnull in com.igormaznitsa.jcp.utils
Methods in com.igormaznitsa.jcp.utils with annotations of type Nonnull Modifier and Type Method Description static java.lang.StringPreprocessorUtils. extractTail(java.lang.String prefix, java.lang.String value)static java.lang.StringPreprocessorUtils. extractTrimmedTail(java.lang.String prefix, java.lang.String value)static java.lang.StringPreprocessorUtils. generateStringForChar(char chr, int length)static java.lang.StringPreprocessorUtils. getFilePath(java.io.File file)static java.lang.StringPreprocessorUtils. getNextLineCodes()static java.lang.StringPreprocessorUtils. leftTrim(java.lang.String rawString)static java.io.BufferedReaderPreprocessorUtils. makeFileReader(java.io.File file, java.lang.String charset, int bufferSize)static java.lang.StringPreprocessorUtils. processMacroses(java.lang.String processingString, PreprocessorContext context)static byte[]PreprocessorUtils. readFileAsByteArray(java.io.File file)static java.lang.String[]PreprocessorUtils. readWholeTextFileIntoArray(java.io.File file, java.lang.String encoding, java.util.concurrent.atomic.AtomicBoolean endedByNextLine)static java.lang.String[]PreprocessorUtils. replaceChar(java.lang.String[] source, char toBeReplaced, char replacement)static java.lang.StringPreprocessorUtils. replacePartByChar(java.lang.String text, char chr, int startPosition, int length)static java.lang.String[]PreprocessorUtils. replaceStringPrefix(java.lang.String[] allowedPrefixesToBeReplaced, java.lang.String replacement, java.lang.String[] strings)static java.lang.String[]PreprocessorUtils. splitExtensionCommaList(java.lang.String extensions)static java.lang.String[]PreprocessorUtils. splitForChar(java.lang.String string, char delimiter)static java.lang.String[]PreprocessorUtils. splitForCharAndHoldEmptyLine(java.lang.String string, char delimiter)static java.lang.String[]PreprocessorUtils. splitForEqualChar(java.lang.String string)Method parameters in com.igormaznitsa.jcp.utils with annotations of type Nonnull Modifier and Type Method Description private static voidPreprocessorUtils. checkFile(java.io.File file)static voidPreprocessorUtils. copyFile(java.io.File source, java.io.File dest, boolean copyFileAttributes)static voidPreprocessorUtils. copyFile(java.io.File source, java.io.File dest, boolean copyFileAttributes)static voidPreprocessorUtils. copyFileAttributes(java.io.File from, java.io.File to)static voidPreprocessorUtils. copyFileAttributes(java.io.File from, java.io.File to)static java.lang.StringPreprocessorUtils. extractTail(java.lang.String prefix, java.lang.String value)static java.lang.StringPreprocessorUtils. extractTail(java.lang.String prefix, java.lang.String value)static java.lang.StringPreprocessorUtils. extractTrimmedTail(java.lang.String prefix, java.lang.String value)static java.lang.StringPreprocessorUtils. extractTrimmedTail(java.lang.String prefix, java.lang.String value)static java.lang.StringPreprocessorUtils. leftTrim(java.lang.String rawString)static java.io.BufferedReaderPreprocessorUtils. makeFileReader(java.io.File file, java.lang.String charset, int bufferSize)static java.io.BufferedReaderPreprocessorUtils. makeFileReader(java.io.File file, java.lang.String charset, int bufferSize)voidResetablePrinter. print(java.lang.String text)voidResetablePrinter. println(java.lang.String text)static java.lang.StringPreprocessorUtils. processMacroses(java.lang.String processingString, PreprocessorContext context)static java.lang.StringPreprocessorUtils. processMacroses(java.lang.String processingString, PreprocessorContext context)static byte[]PreprocessorUtils. readFileAsByteArray(java.io.File file)static java.lang.String[]PreprocessorUtils. readWholeTextFileIntoArray(java.io.File file, java.lang.String encoding, java.util.concurrent.atomic.AtomicBoolean endedByNextLine)static java.lang.String[]PreprocessorUtils. replaceChar(java.lang.String[] source, char toBeReplaced, char replacement)static java.lang.StringPreprocessorUtils. replacePartByChar(java.lang.String text, char chr, int startPosition, int length)static java.lang.String[]PreprocessorUtils. replaceStringPrefix(java.lang.String[] allowedPrefixesToBeReplaced, java.lang.String replacement, java.lang.String[] strings)static java.lang.String[]PreprocessorUtils. replaceStringPrefix(java.lang.String[] allowedPrefixesToBeReplaced, java.lang.String replacement, java.lang.String[] strings)static java.lang.String[]PreprocessorUtils. replaceStringPrefix(java.lang.String[] allowedPrefixesToBeReplaced, java.lang.String replacement, java.lang.String[] strings)static java.lang.String[]PreprocessorUtils. splitExtensionCommaList(java.lang.String extensions)static java.lang.String[]PreprocessorUtils. splitForChar(java.lang.String string, char delimiter)static java.lang.String[]PreprocessorUtils. splitForCharAndHoldEmptyLine(java.lang.String string, char delimiter)static java.lang.String[]PreprocessorUtils. splitForEqualChar(java.lang.String string)static voidPreprocessorUtils. throwPreprocessorException(java.lang.String msg, java.lang.String processingString, java.io.File srcFile, int nextStringIndex, java.lang.Throwable cause)voidResetablePrinter. writeBufferTo(java.io.Writer writer) -
Uses of Nonnull in com.igormaznitsa.meta
Methods in com.igormaznitsa.meta with annotations of type Nonnull Modifier and Type Method Description java.lang.StringComplexity. getFormula()Get the formula.java.lang.StringComplexity. toString()Constructor parameters in com.igormaznitsa.meta with annotations of type Nonnull Constructor Description Complexity(java.lang.String formula) -
Uses of Nonnull in com.igormaznitsa.meta.common.exceptions
Methods in com.igormaznitsa.meta.common.exceptions with annotations of type Nonnull Modifier and Type Method Description TimeGuard.TimeDataTimeViolationError. getData()Get the data container which was created during time watcher registration.Method parameters in com.igormaznitsa.meta.common.exceptions with annotations of type Nonnull Modifier and Type Method Description static voidMetaErrorListeners. addErrorListener(MetaErrorListener value)Add new fireError listener for global fireError events.static voidMetaErrorListeners. fireError(java.lang.String text, java.lang.Throwable error)Send notifications to all listeners.static voidMetaErrorListeners. fireError(java.lang.String text, java.lang.Throwable error)Send notifications to all listeners.voidMetaErrorListener. onDetectedError(java.lang.String text, java.lang.Throwable error)The Method will be called if detected some error.static voidMetaErrorListeners. removeErrorListener(MetaErrorListener value)Remove listener.Constructor parameters in com.igormaznitsa.meta.common.exceptions with annotations of type Nonnull Constructor Description TimeViolationError(long detectedTimeInMilliseconds, TimeGuard.TimeData item)The Constructor. -
Uses of Nonnull in com.igormaznitsa.meta.common.templates
Methods in com.igormaznitsa.meta.common.templates with annotations of type Nonnull Modifier and Type Method Description CallTraceKeepCreationPointTemplate. getCreationPoint()Get the creation point stack trace for the instance. -
Uses of Nonnull in com.igormaznitsa.meta.common.utils
Methods in com.igormaznitsa.meta.common.utils with annotations of type Nonnull Modifier and Type Method Description static <T extends java.util.Collection<?>>
TAssertions. assertDoesntContainNull(T collection)Assert that collection doesn't contain null value.static <T> T[]Assertions. assertDoesntContainNull(T[] array)Assert that array doesn't contain null value.static <T extends Disposable>
TAssertions. assertNotDisposed(T disposable)Assert that a disposable object is not disposed.static <T> TAssertions. assertNotNull(java.lang.String failMessage, T object)Assert that value is not nullstatic <T> TAssertions. assertNotNull(T object)Assert that value is not nullstatic <T> TGetUtils. ensureNonNull(T value)Get value if it is not null.static <T> TGetUtils. ensureNonNull(T value, T defaultValue)Get value and ensure that the value is not nullstatic java.lang.StringGetUtils. ensureNonNullAndNonEmpty(java.lang.String value, java.lang.String dflt)Get non-null non-empty string.static java.lang.StringGetUtils. ensureNonNullStr(java.lang.String value)Ensure that a string will not be null.static java.lang.ErrorAssertions. fail(java.lang.String message)Throw assertion error for some causestatic <T> TGetUtils. findFirstNonNull(T... objects)Find the first non-null value in an array and return that.TimeGuard.TimeAlertListenerTimeGuard.TimeData. getAlertListener()Get alert listener if providedjava.lang.StringCallTrace. getThreadDescriptor()Get the descriptor of the thread where the object instance was created.static <T> T[]ArrayUtils. joinArrays(T[]... arrays)Join arrays provided as parameters, all arrays must be the same type, null values allowed.static byte[]IOUtils. packData(byte[] data)Pack some binary data.static java.lang.StringStrUtils. pressing(java.lang.String value)Remove all white space chars and ISO control chars.java.lang.StringCallTrace. restoreStackTrace()Restore stack trace as a string from inside data representation.static java.lang.StackTraceElementThreadUtils. stackElement()Get the stack element of the method caller.static java.lang.StringStrUtils. trimLeft(java.lang.String value)Trim left white spaces in string.static java.lang.StringStrUtils. trimRight(java.lang.String value)Trim right white spaces in string.static byte[]IOUtils. unpackData(byte[] data)Unpack binary data packed by the packData method.Method parameters in com.igormaznitsa.meta.common.utils with annotations of type Nonnull Modifier and Type Method Description static voidTimeGuard. addPoint(java.lang.String timePointName, TimeGuard.TimeAlertListener listener)Add a named time point.static voidTimeGuard. addPoint(java.lang.String timePointName, TimeGuard.TimeAlertListener listener)Add a named time point.static <T> TAssertions. assertAmong(T obj, T... list)Check that object is presented among provided elements and replace the object by equal element from the list.static <T extends java.util.Collection<?>>
TAssertions. assertDoesntContainNull(T collection)Assert that collection doesn't contain null value.static <T> T[]Assertions. assertDoesntContainNull(T[] array)Assert that array doesn't contain null value.static <T> TAssertions. assertIsValid(T obj, Validator<T> validator)Check an object by a validator.static <T extends Disposable>
TAssertions. assertNotDisposed(T disposable)Assert that a disposable object is not disposed.static voidTimeGuard. checkPoint(java.lang.String timePointName)Check named time point(s).static DisposableDeferrers. defer(Disposable disposable)Defer execution of some disposable object.static Deferrers.DeferredDeferrers. defer(Deferrers.Deferred deferred)Defer some action.static java.lang.RunnableDeferrers. defer(java.lang.Runnable runnable)Defer execution of some runnable action.static <T> TGetUtils. ensureNonNull(T value)Get value if it is not null.static <T> TGetUtils. ensureNonNull(T value, T defaultValue)Get value and ensure that the value is not nullstatic java.lang.StringGetUtils. ensureNonNullAndNonEmpty(java.lang.String value, java.lang.String dflt)Get non-null non-empty string.static <T> TGetUtils. findFirstNonNull(T... objects)Find the first non-null value in an array and return that.voidTimeGuard.TimeAlertListener. onTimeAlert(long detectedTimeDelayInMilliseconds, TimeGuard.TimeData timeData)Process time.static byte[]IOUtils. packData(byte[] data)Pack some binary data.static java.lang.StringStrUtils. pressing(java.lang.String value)Remove all white space chars and ISO control chars.static java.lang.StringStrUtils. trimLeft(java.lang.String value)Trim left white spaces in string.static java.lang.StringStrUtils. trimRight(java.lang.String value)Trim right white spaces in string.static byte[]IOUtils. unpackData(byte[] data)Unpack binary data packed by the packData method.Constructor parameters in com.igormaznitsa.meta.common.utils with annotations of type Nonnull Constructor Description CallTrace(boolean skipConstructors, boolean pack, java.lang.String eol)The Constructor allows to create call trace history with defined end-of-line symbol and since needed stack item position.TimeData(int stackDepth, java.lang.String alertMessage, long maxAllowedDelayInMilliseconds, TimeGuard.TimeAlertListener violationListener)The Constructor
-