Uses of Interface
org.eolang.maven.fp.Footprint
-
Packages that use Footprint Package Description org.eolang.maven.fp EO program footprint. -
-
Uses of Footprint in org.eolang.maven.fp
Classes in org.eolang.maven.fp that implement Footprint Modifier and Type Class Description classFpDefaultDefault footprint that covers all the scenarios of updating target from source using cache.classFpEnvelopeWrapper for footprint.classFpExistedSourceFootprint throws exception if source file does not exist.classFpForkFootprint that behaves like one of the givenFootprints depending on the give condition.classFpGeneratedFootprint that saves content generated from lambda to the target file.classFpIfOlderFootprint that behaves as first given wrappedFootprintif provided target exists and older than source.classFpIfReleasedFootprint that behaves like one of the given footprints depending on hash and semver of provided cache.classFpIfTargetExistsFootprint that behaves like one of the given wrapped footprints depending on existence of provided target path.classFpIfTargetOlderFootprint that behaves like one of the given wrapped footprints depending on the result of comparison target and source in terms of last modified date.classFpIgnoreFootprint that does not update target path.classFpUpdateBothFootprint that updates target from content function and updates cache from target.classFpUpdateFromCacheFootprint that updates target from cache.Constructors in org.eolang.maven.fp with parameters of type Footprint Constructor Description FpEnvelope(Footprint footprint)Ctor.FpExistedSource(Footprint footprint)Ctor.FpFork(org.cactoos.BiFunc<Path,Path,Boolean> condition, Footprint first, Footprint second)Ctor.FpIfOlder(org.cactoos.Func<Path,Path> destination, Footprint first, Footprint second)Ctor.FpIfOlder(Footprint first, Footprint second)Ctor.FpIfReleased(String semver, String hash, Footprint first, Footprint second)Ctor.FpIfReleased(String semver, Supplier<String> hash, Footprint first, Footprint second)Ctor.FpIfTargetExists(org.cactoos.Func<Path,Path> destination, Footprint first, Footprint second)Ctor.FpIfTargetExists(Footprint first, Footprint second)Ctor.FpIfTargetOlder(org.cactoos.Func<Path,Path> destination, Footprint first, Footprint second)Ctor.FpUpdateBoth(Footprint origin, Supplier<Path> cache)Ctor.
-