Uses of Class
com.igormaznitsa.jcp.containers.FileInfoContainer
Packages that use FileInfoContainer
-
Uses of FileInfoContainer in com.igormaznitsa.jcp.context
Methods in com.igormaznitsa.jcp.context that return FileInfoContainerModifier and TypeMethodDescriptionPreprocessingState.ExcludeIfInfo.getFileInfoContainer()PreprocessingState.getRootFileInfo()Methods in com.igormaznitsa.jcp.context with parameters of type FileInfoContainerModifier and TypeMethodDescriptionPreprocessorContext.produceNewPreprocessingState(FileInfoContainer fileContainer, int phaseIndex) Generate new preprocessing state object, also the new preprocessing state will be saved as the current one in the contextPreprocessorContext.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, String excludeIfCondition, int stringIndex) Constructors in com.igormaznitsa.jcp.context with parameters of type FileInfoContainerModifierConstructorDescriptionExcludeIfInfo(FileInfoContainer fileInfoContainer, String condition, int stringIndex)