Package org.kie.util.maven.support
Interface DependencyFilter
-
- All Known Implementing Classes:
DependencyFilter.ExcludeScopeFilter
public interface DependencyFilter
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDependencyFilter.ExcludeScopeFilter
-
Field Summary
Fields Modifier and Type Field Description static DependencyFilterCOMPILE_FILTERstatic DependencyFilterTAKE_ALL_FILTER
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccept(org.kie.api.builder.ReleaseId releaseId, java.lang.String scope)
-
-
-
Field Detail
-
TAKE_ALL_FILTER
static final DependencyFilter TAKE_ALL_FILTER
-
COMPILE_FILTER
static final DependencyFilter COMPILE_FILTER
-
-