java.lang.Object
org.apache.maven.plugins.dependency.resolvers.PluginsIncludeExcludeFilter
- All Implemented Interfaces:
Predicate<org.apache.maven.model.Plugin>
class PluginsIncludeExcludeFilter
extends Object
implements Predicate<org.apache.maven.model.Plugin>
A filter to include or exclude plugins.
-
-
Constructor Summary
Constructors
-
Method Summary
boolean
test(org.apache.maven.model.Plugin plugin)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Details
-
PluginsIncludeExcludeFilter
-
Method Details
-
test
public boolean test(org.apache.maven.model.Plugin plugin)
- Specified by:
test in interface Predicate<org.apache.maven.model.Plugin>