Package org.eolang.maven.fp
Class FpEnvelope
- java.lang.Object
-
- org.eolang.maven.fp.FpEnvelope
-
- Direct Known Subclasses:
FpDefault,FpExistedSource,FpIfOlder,FpIfReleased,FpIfTargetExists,FpIfTargetOlder,FpIgnore,FpUpdateBoth,FpUpdateFromCache
public class FpEnvelope extends Object implements Footprint
Wrapper for footprint.- Since:
- 0.41
-
-
Constructor Summary
Constructors Constructor Description FpEnvelope(Footprint footprint)Ctor.
-
-
-
Constructor Detail
-
FpEnvelope
public FpEnvelope(Footprint footprint)
Ctor.- Parameters:
footprint- Wrapped footprint
-
-
Method Detail
-
apply
public Path apply(Path source, Path target) throws IOException
-
-