Uses of Interface
net.stoerr.ai.aigenpipeline.framework.task.WritingStrategy
-
Packages that use WritingStrategy Package Description net.stoerr.ai.aigenpipeline.commandline net.stoerr.ai.aigenpipeline.framework.task -
-
Uses of WritingStrategy in net.stoerr.ai.aigenpipeline.commandline
Fields in net.stoerr.ai.aigenpipeline.commandline declared as WritingStrategy Modifier and Type Field Description protected WritingStrategyAIGenPipeline. writingStrategy -
Uses of WritingStrategy in net.stoerr.ai.aigenpipeline.framework.task
Fields in net.stoerr.ai.aigenpipeline.framework.task declared as WritingStrategy Modifier and Type Field Description static WritingStrategyWritingStrategy. WITHOUTVERSIONWrites the raw file without the cersion comment.static WritingStrategyWritingStrategy. WITHVERSIONWrites the file with the version comment.static WritingStrategyWritingStrategy. WITHVERSIONFILEWrites an additional file (.version) with the version.protected WritingStrategyAIGenerationTask. writingStrategyMethods in net.stoerr.ai.aigenpipeline.framework.task with parameters of type WritingStrategy Modifier and Type Method Description booleanRegenerationCheckStrategy. needsRegeneration(AIInOut output, List<AIInOut> inputs, WritingStrategy writingStrategy, List<String> inputVersions)Decides whether the output file needs to be regenerated.booleanRegenerationCheckStrategy.VersionMarkerRegenerationCheckStrategy. needsRegeneration(AIInOut output, List<AIInOut> inputs, WritingStrategy writingStrategy, List<String> inputVersions)AIGenerationTaskAIGenerationTask. setWritingStrategy(WritingStrategy strategy)Sets the strategy to deal with writing the output file.
-