Package org.kie.util.maven.support
Class DependencyFilter.ExcludeScopeFilter
- java.lang.Object
-
- org.kie.util.maven.support.DependencyFilter.ExcludeScopeFilter
-
- All Implemented Interfaces:
DependencyFilter
- Enclosing interface:
- DependencyFilter
public static class DependencyFilter.ExcludeScopeFilter extends Object implements DependencyFilter
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.kie.util.maven.support.DependencyFilter
DependencyFilter.ExcludeScopeFilter
-
-
Field Summary
-
Fields inherited from interface org.kie.util.maven.support.DependencyFilter
COMPILE_FILTER, TAKE_ALL_FILTER
-
-
Constructor Summary
Constructors Constructor Description ExcludeScopeFilter(String... excludedScopes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccept(org.kie.api.builder.ReleaseId releaseId, String scope)
-
-
-
Constructor Detail
-
ExcludeScopeFilter
public ExcludeScopeFilter(String... excludedScopes)
-
-
Method Detail
-
accept
public boolean accept(org.kie.api.builder.ReleaseId releaseId, String scope)- Specified by:
acceptin interfaceDependencyFilter
-
-