public class Rule
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String[] |
PACKAGES |
| Constructor and Description |
|---|
Rule(org.w3c.dom.Element config,
java.lang.String ruleName) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ChannelGroup> |
acceptable(java.util.List<ChannelImpl> chanList,
java.util.List<ChannelImpl> failures) |
java.lang.String |
getRuleName() |
public Rule(org.w3c.dom.Element config,
java.lang.String ruleName)
throws ConfigurationException
ConfigurationExceptionpublic java.util.List<ChannelGroup> acceptable(java.util.List<ChannelImpl> chanList, java.util.List<ChannelImpl> failures)
public java.lang.String getRuleName()