Uses of Interface
org.nuiton.eugene.writer.ChainedFileWriterConfiguration
-
Packages that use ChainedFileWriterConfiguration Package Description org.nuiton.eugene.writer Eugene writer package : a small framework to chain writers. -
-
Uses of ChainedFileWriterConfiguration in org.nuiton.eugene.writer
Fields in org.nuiton.eugene.writer declared as ChainedFileWriterConfiguration Modifier and Type Field Description protected ChainedFileWriterConfigurationDefaultChainedWriterEngine. configurationshared configurationMethods in org.nuiton.eugene.writer that return ChainedFileWriterConfiguration Modifier and Type Method Description ChainedFileWriterConfigurationDefaultChainedWriterEngine. getConfiguration()Methods in org.nuiton.eugene.writer with parameters of type ChainedFileWriterConfiguration Modifier and Type Method Description protected abstract voidAbstractChainedFileWriter. generate(ChainedFileWriterConfiguration configuration, File outputDir, Map<File,List<File>> filesByRoot, Map<File,List<File>> resourcesByFile)Generates for all given files (filesByRootand then copy resources given for his file reacted in theresourcesByFiledictionnary.voidAbstractChainedFileWriter. generate(ChainedFileWriterConfiguration configuration, ChainedFileWriterData data)voidChainedFileWriter. generate(ChainedFileWriterConfiguration configuration, ChainedFileWriterData data)Launch the generation for this writer with all pre-computed data to treate and resources to copy.voidChainedWriterEngine. init(ChainedFileWriterConfiguration configuration)voidDefaultChainedWriterEngine. init(ChainedFileWriterConfiguration configuration)protected voidAbstractChainedFileWriter. initWriter(ChainedFileWriterConfiguration configuration)Initialize the writer before the generation.Constructors in org.nuiton.eugene.writer with parameters of type ChainedFileWriterConfiguration Constructor Description FileGrabberFromClassPath(ChainedFileWriterConfiguration configuration)FileGrabberFromDirectory(ChainedFileWriterConfiguration configuration)
-