|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Match
This object is used with the Resolver
to store
and retrive the pattern match pairs. This is used so that
the resolver can return the pairs in a consistent and simple
manner. This provides an organized way to interact with the
Resolver
. This is Serializable
so
it is possible to store any retrived implementation.
Method Summary | |
---|---|
java.lang.String |
getMatch()
This is match that the getPattern result
resolves for. |
java.lang.String |
getPattern()
This is the pattern that this match was stored under in the Resolver . |
Method Detail |
---|
java.lang.String getPattern()
Resolver
. The pattern is typically
a String
that contains wild characters so
that it can be matched with certain String
s.
java.lang.String getMatch()
getPattern
result
resolves for. The Resolvr
returns this
String
when the resolve
method
is given a String
that can be matched using
the pattern.
String
for the pattern
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |