public static class KnowledgeBuilderImpl.ResourceRemovalResult extends Object
Constructor and Description |
---|
ResourceRemovalResult() |
ResourceRemovalResult(boolean modified,
Collection<String> removedTypes) |
Modifier and Type | Method and Description |
---|---|
void |
add(KnowledgeBuilderImpl.ResourceRemovalResult other) |
Collection<String> |
getRemovedTypes() |
boolean |
isModified() |
void |
mergeModified(boolean otherModified) |
public ResourceRemovalResult()
public ResourceRemovalResult(boolean modified, Collection<String> removedTypes)
public void add(KnowledgeBuilderImpl.ResourceRemovalResult other)
public void mergeModified(boolean otherModified)
public boolean isModified()
public Collection<String> getRemovedTypes()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.