Uses of Class
com.igormaznitsa.jcp.containers.FileInfoContainer
-
Packages that use FileInfoContainer Package Description com.igormaznitsa.jcp com.igormaznitsa.jcp.context -
-
Uses of FileInfoContainer in com.igormaznitsa.jcp
Methods in com.igormaznitsa.jcp that return types with arguments of type FileInfoContainer Modifier and Type Method Description private java.util.Collection<FileInfoContainer>
JCPreprocessor. findAllFilesToBePreprocessed(java.io.File[] srcDirs)
Method parameters in com.igormaznitsa.jcp with type arguments of type FileInfoContainer Modifier and Type Method Description private JCPreprocessor.PreprocessingStatistics
JCPreprocessor. preprocessFiles(java.util.Collection<FileInfoContainer> files)
private java.util.List<PreprocessingState.ExcludeIfInfo>
JCPreprocessor. processGlobalDirectives(java.util.Collection<FileInfoContainer> files)
-
Uses of FileInfoContainer in com.igormaznitsa.jcp.context
Fields in com.igormaznitsa.jcp.context declared as FileInfoContainer Modifier and Type Field Description private FileInfoContainer
PreprocessingState.ExcludeIfInfo. fileInfoContainer
private FileInfoContainer
PreprocessingState. rootFileInfo
Methods in com.igormaznitsa.jcp.context that return FileInfoContainer Modifier and Type Method Description FileInfoContainer
PreprocessingState.ExcludeIfInfo. getFileInfoContainer()
FileInfoContainer
PreprocessingState. getRootFileInfo()
Methods in com.igormaznitsa.jcp.context with parameters of type FileInfoContainer Modifier and Type Method Description PreprocessingState
PreprocessorContext. produceNewPreprocessingState(FileInfoContainer fileContainer, int phaseIndex)
Generate new preprocessing state object, also the new preprocessing state will be saved as the current one in the contextPreprocessingState
PreprocessorContext. 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 contextvoid
PreprocessingState. pushExcludeIfData(FileInfoContainer infoContainer, java.lang.String excludeIfCondition, int stringIndex)
Constructors in com.igormaznitsa.jcp.context with parameters of type FileInfoContainer Constructor Description ExcludeIfInfo(FileInfoContainer fileInfoContainer, java.lang.String condition, int stringIndex)
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)
-