class |
FpDefault |
Default footprint that covers all the scenarios of updating target
from source using cache.
|
class |
FpExistedSource |
Footprint throws exception if source file does not exist.
|
class |
FpIfOlder |
Footprint that behaves as first given wrapped Footprint
if provided target exists and older than source.
|
class |
FpIfReleased |
Footprint that behaves like one of the given footprints depending on
hash and semver of provided cache.
|
class |
FpIfTargetExists |
Footprint that behaves like one of the given wrapped footprints depending on
existence of provided target path.
|
class |
FpIfTargetOlder |
Footprint that behaves like one of the given wrapped footprints depending on
the result of comparison target and source in terms of last modified date.
|
class |
FpIgnore |
Footprint that does not update target path.
|
class |
FpUpdateBoth |
Footprint that updates target from content function and updates cache from target.
|
class |
FpUpdateFromCache |
Footprint that updates target from cache.
|