|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.kernel.api.dependency.MatcherFactory
public abstract class MatcherFactory
Matcher factory. Holding the obvious Matcher implementations.
Constructor Summary | |
---|---|
MatcherFactory()
|
Method Summary | |
---|---|
abstract void |
addMatcherTransfomer(String key,
MatcherTransformer transformer)
Add matcher transfomer. |
abstract Matcher |
createMatcher(String transformer,
Object value)
Create the Matcher. |
static MatcherFactory |
getInstance()
Get the matcher factory |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MatcherFactory()
Method Detail |
---|
public static final MatcherFactory getInstance()
public abstract void addMatcherTransfomer(String key, MatcherTransformer transformer)
key
- the keytransformer
- the transfomerpublic abstract Matcher createMatcher(String transformer, Object value)
transformer
- the transformervalue
- the value to wrap
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |