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 RegenerationCheckStrategy
AIGenPipeline. 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 class
RegenerationCheckStrategy.VersionMarkerRegenerationCheckStrategy
Fields in net.stoerr.ai.aigenpipeline.framework.task declared as RegenerationCheckStrategy Modifier and Type Field Description static RegenerationCheckStrategy
RegenerationCheckStrategy. ALWAYS
static RegenerationCheckStrategy
RegenerationCheckStrategy. IF_NOT_EXISTS
static RegenerationCheckStrategy
RegenerationCheckStrategy. IF_OLDER
Regenerate when output file does not exist or is older than one of the input files.protected RegenerationCheckStrategy
AIGenerationTask. regenerationCheckStrategy
static RegenerationCheckStrategy
RegenerationCheckStrategy. VERSIONMARKER
Methods in net.stoerr.ai.aigenpipeline.framework.task with parameters of type RegenerationCheckStrategy Modifier and Type Method Description AIGenerationTask
AIGenerationTask. setRegenerationCheckStrategy(RegenerationCheckStrategy strategy)
Sets the strategy to check whether the generation has to be run.
-