public static class Resources.TypeFilterPredicate extends Object implements Predicate<ResourceDescriptor>
ResourceDescriptor has a matching type, this is determined by comparing the ResourceDescriptor.getType()
with type supplied to the Constructor of this Predicate.
This comparison relies on String.equals(Object).Resources.TypeFilter.| Constructor and Description |
|---|
TypeFilterPredicate(String type) |
public TypeFilterPredicate(String type)
public boolean test(ResourceDescriptor input)
test in interface Predicate<ResourceDescriptor>Copyright © 2024 Atlassian. All rights reserved.