Uses of Class
com.igormaznitsa.jcp.containers.FileInfoContainer
Packages that use FileInfoContainer
-
Uses of FileInfoContainer in com.igormaznitsa.jcp
Methods in com.igormaznitsa.jcp that return types with arguments of type FileInfoContainerModifier and TypeMethodDescriptionprivate Collection<FileInfoContainer> JCPreprocessor.findAllFilesToBePreprocessed(File[] srcDirs, String[] excludedFolderPatterns) Method parameters in com.igormaznitsa.jcp with type arguments of type FileInfoContainerModifier and TypeMethodDescriptionJCPreprocessor.preprocessFiles(Collection<FileInfoContainer> files) private List<PreprocessingState.ExcludeIfInfo> JCPreprocessor.processGlobalDirectives(Collection<FileInfoContainer> files) -
Uses of FileInfoContainer in com.igormaznitsa.jcp.context
Fields in com.igormaznitsa.jcp.context declared as FileInfoContainerModifier and TypeFieldDescriptionprivate final FileInfoContainerPreprocessingState.ExcludeIfInfo.fileInfoContainerprivate final FileInfoContainerPreprocessingState.rootFileInfoMethods 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) (package private)PreprocessingState(PreprocessorContext context, FileInfoContainer rootFile, TextFileDataContainer rootContainer, String inEncoding, String outEncoding, boolean overrideOnlyIfContentChanged) (package private)PreprocessingState(PreprocessorContext context, FileInfoContainer rootFile, String inEncoding, String outEncoding, boolean overrideOnlyIfContentChanged)