Uses of Class
org.nuiton.eugene.writer.ChainedFileWriterEntry
-
Packages that use ChainedFileWriterEntry Package Description org.nuiton.eugene.writer Eugene writer package : a small framework to chain writers. -
-
Uses of ChainedFileWriterEntry in org.nuiton.eugene.writer
Fields in org.nuiton.eugene.writer with type parameters of type ChainedFileWriterEntry Modifier and Type Field Description protected List<ChainedFileWriterEntry>AbstractChainedFileWriter. entriesentries to treate with this writerMethods in org.nuiton.eugene.writer that return ChainedFileWriterEntry Modifier and Type Method Description abstract ChainedFileWriterEntryDefaultChainedWriterEngine.ModelFileWriterEntryType. newEntry(DefaultChainedWriterEngine engine, String include, Matcher matcher, ChainedFileWriter writer)Methods in org.nuiton.eugene.writer that return types with arguments of type ChainedFileWriterEntry Modifier and Type Method Description List<ChainedFileWriterEntry>AbstractChainedFileWriter. getEntries()List<ChainedFileWriterEntry>ChainedFileWriter. getEntries()Methods in org.nuiton.eugene.writer with parameters of type ChainedFileWriterEntry Modifier and Type Method Description voidAbstractChainedFileWriter. addEntry(ChainedFileWriterEntry entry)voidChainedFileWriter. addEntry(ChainedFileWriterEntry entry)Add an entry to treate.
-