|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.plugins.jbossas5.util.RegularExpressionNameMatcher
public class RegularExpressionNameMatcher
| Constructor Summary | |
|---|---|
RegularExpressionNameMatcher()
|
|
| Method Summary | |
|---|---|
boolean |
matches(org.jboss.managed.api.ManagedComponent component,
java.lang.String regex)
Matches a managed component's name against a regular expression. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RegularExpressionNameMatcher()
| Method Detail |
|---|
public boolean matches(org.jboss.managed.api.ManagedComponent component,
java.lang.String regex)
matches in interface org.jboss.deployers.spi.management.NameMatcher<org.jboss.managed.api.ManagedComponent>component - a managed component whose name will be matched against the given regular expressionregex - a Java regular expression as described by Pattern
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||