Interface FilterCondition
-
public interface FilterConditionA method reference toKnowledgeBuilderImpl.filterAccepts(ResourceChange.Type, String, String)or toKnowledgeBuilderImpl.filterAcceptsRemoval(ResourceChange.Type, String, String)It is necessary to ease the refactoring of some methods inKnowledgeBuilderImplintoCompilationPhases.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccepts(org.kie.internal.builder.ResourceChange.Type type, String namespace, String name)
-