public interface Match
Resolver
so that it
can be retrieved using a string that matches its pattern. Any
object that extends this can be inserted into the resolver and
retrieved using a string that matches its pattern. For example
take the following pattern "*.html" this will match the string
"/index.html" or "readme.html". This object should be extended
to add more XML attributes and elements, which can be retrieved
when the Match
object is retrieve from a resolver.Modifier and Type | Method and Description |
---|---|
String |
getPattern()
This is the pattern string that is used by the resolver.
|
String getPattern()