|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.component.core.RuleBasedRedirectorConfig.Rule
public static final class RuleBasedRedirectorConfig.Rule
represents a redirect rule.
| Constructor Summary | |
|---|---|
RuleBasedRedirectorConfig.Rule(java.lang.String n, CommandMatcher m, CommandBuilder c)
creates a new Rule. |
|
| Method Summary | |
|---|---|
CommandBuilder |
getCommandBuilder()
returns the builder. |
CommandMatcher |
getCommandMatcher()
returns the matcher. |
java.lang.String |
getName()
returns the name of the Rule. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RuleBasedRedirectorConfig.Rule(java.lang.String n, CommandMatcher m, CommandBuilder c)
Rule.
n - the namem - the matcherc - the target builder| Method Detail |
|---|
public CommandMatcher getCommandMatcher()
public CommandBuilder getCommandBuilder()
public java.lang.String getName()
Rule.
getName in interface INamed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||