public class ClassesSearchResult<S extends org.pfsw.tools.cda.base.model.IAnalyzableElement> extends ASearchResult<S,org.pfsw.tools.cda.base.model.ClassInformation>
Constructor and Description |
---|
ClassesSearchResult(S initiator,
org.pfsw.tools.cda.base.model.ClassInformation[] found)
Initialize the new instance with initiator and the found objects.
|
Modifier and Type | Method and Description |
---|---|
org.pfsw.tools.cda.base.model.ClassInformation[] |
getAllClasses(org.pfsw.tools.cda.base.model.util.StringFilterCollection filter)
Returns all found classes that do NOT match any of the given filters
|
boolean |
ignorePackages() |
void |
setIgnorePackages(boolean newValue) |
coll, getAllFoundObjects, getFoundObjects, getId, getSearchInitiator, getTitle, getWorkset, setFoundObjects, setId, setSearchInitiator, setSupportsGraphView, setTitle, supportsGraphView
public ClassesSearchResult(S initiator, org.pfsw.tools.cda.base.model.ClassInformation[] found)
public boolean ignorePackages()
public void setIgnorePackages(boolean newValue)
public org.pfsw.tools.cda.base.model.ClassInformation[] getAllClasses(org.pfsw.tools.cda.base.model.util.StringFilterCollection filter)