Package com.atlassian.plugin.predicate
Class PluginKeyPatternsPredicate
java.lang.Object
com.atlassian.plugin.predicate.PluginKeyPatternsPredicate
@ExperimentalApi
public class PluginKeyPatternsPredicate
extends Object
implements Predicate<Plugin>
A plugin predicate which matches regular expressions against plugin keys.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionPluginKeyPatternsPredicate(PluginKeyPatternsPredicate.MatchType matchType, Collection<String> parts) -
Method Summary
-
Constructor Details
-
PluginKeyPatternsPredicate
public PluginKeyPatternsPredicate(PluginKeyPatternsPredicate.MatchType matchType, Collection<String> parts)
-
-
Method Details