public interface DependencyFilter
Modifier and Type | Interface and Description |
---|---|
static class |
DependencyFilter.ExcludeScopeFilter |
Modifier and Type | Field and Description |
---|---|
static DependencyFilter |
COMPILE_FILTER |
static DependencyFilter |
TAKE_ALL_FILTER |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(org.kie.api.builder.ReleaseId releaseId,
String scope) |
static final DependencyFilter TAKE_ALL_FILTER
static final DependencyFilter COMPILE_FILTER
boolean accept(org.kie.api.builder.ReleaseId releaseId, String scope)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.