public interface Displayable
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDisplayable(Set<DisplayType> displayTypesOptions,
Pattern displayPackageNamePattern,
Pattern displayNamePattern)
Tells if the dependency has to be displayed following the passed display options (type, name
and package name).
|
boolean isDisplayable(Set<DisplayType> displayTypesOptions, Pattern displayPackageNamePattern, Pattern displayNamePattern)
displayTypesOptions - the Set of display types options which filter type, mustn't be
null, if empty, this method always returns false,
mustn't be null.displayPackageNamePattern - the Pattern which filter package name, mustn't be null.displayNamePattern - the Pattern which filter name, mustn't be null.true if the dependency has to be displayed, false
otherwise.Copyright © 2014 Sourceforge. All rights reserved.