Package org.eolang.maven.footprint
Class FpIfTargetExists
- java.lang.Object
-
- org.eolang.maven.footprint.FpEnvelope
-
- org.eolang.maven.footprint.FpIfTargetExists
-
public final class FpIfTargetExists extends FpEnvelope
Footprint that behaves like one of the given wrapped footprints depending on existence of provided target path.- Since:
- 0.41
-
-
Constructor Summary
Constructors Constructor Description FpIfTargetExists(org.cactoos.Func<Path,Path> destination, Footprint first, Footprint second)
Ctor.FpIfTargetExists(Footprint first, Footprint second)
Ctor.
-