public class PluginRuleSet extends RuleSet
Constructor and Description |
---|
PluginRuleSet(String pluginName,
String name)
Construct a rule set for a plugin.
|
Modifier and Type | Method and Description |
---|---|
Collection<Rule> |
getRules()
Returns the rules for this rule set.
|
boolean |
isAvailable()
Returns if the plugin is installed or not.
|
protected void |
loadRules()
Late loading of the rules for this rule set.
|
add, getName, removeRule
public boolean isAvailable()
isAvailable
in class RuleSet
protected void loadRules()
public Collection<Rule> getRules()
RuleSet
Copyright © 2004-2015. All Rights Reserved.