-
- All Implemented Interfaces:
-
com.neva.gradle.fork.config.Rule
public final class ReplaceContentsRule extends AbstractRule
-
-
Field Summary
Fields Modifier and Type Field Description private final PatternSetfilterprivate final FileTreetargetTreeprivate final Configconfig
-
Method Summary
Modifier and Type Method Description Unitexecute()final Unitfilter(Action<In PatternSet> options)StringtoString()final PatternSetgetFilter()final FileTreegetTargetTree()final ConfiggetConfig()-
Methods inherited from class com.neva.gradle.fork.config.rule.ReplaceContentsRule
removeEmptyDirs, validate, visitAll, visitDirs, visitFiles, visitTree -
Methods inherited from class com.neva.gradle.fork.config.Rule
equals, hashCode -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
filter
final Unit filter(Action<In PatternSet> options)
-
getFilter
final PatternSet getFilter()
-
getTargetTree
final FileTree getTargetTree()
-
-
-
-