Uses of Interface
net.stoerr.ai.aigenpipeline.framework.task.RegenerationCheckStrategy
-
Packages that use RegenerationCheckStrategy Package Description net.stoerr.ai.aigenpipeline.commandline net.stoerr.ai.aigenpipeline.framework.task -
-
Uses of RegenerationCheckStrategy in net.stoerr.ai.aigenpipeline.commandline
Fields in net.stoerr.ai.aigenpipeline.commandline declared as RegenerationCheckStrategy Modifier and Type Field Description protected RegenerationCheckStrategyAIGenPipeline. regenerationCheckStrategy -
Uses of RegenerationCheckStrategy in net.stoerr.ai.aigenpipeline.framework.task
Classes in net.stoerr.ai.aigenpipeline.framework.task that implement RegenerationCheckStrategy Modifier and Type Class Description static classRegenerationCheckStrategy.VersionMarkerRegenerationCheckStrategyFields in net.stoerr.ai.aigenpipeline.framework.task declared as RegenerationCheckStrategy Modifier and Type Field Description static RegenerationCheckStrategyRegenerationCheckStrategy. ALWAYSstatic RegenerationCheckStrategyRegenerationCheckStrategy. IF_NOT_EXISTSstatic RegenerationCheckStrategyRegenerationCheckStrategy. IF_OLDERRegenerate when output file does not exist or is older than one of the input files.protected RegenerationCheckStrategyAIGenerationTask. regenerationCheckStrategystatic RegenerationCheckStrategyRegenerationCheckStrategy. VERSIONMARKERMethods in net.stoerr.ai.aigenpipeline.framework.task with parameters of type RegenerationCheckStrategy Modifier and Type Method Description AIGenerationTaskAIGenerationTask. setRegenerationCheckStrategy(RegenerationCheckStrategy strategy)Sets the strategy to check whether the generation has to be run.
-