|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransformDefinition
The interface RenderDefinition
defines how classes that are
going to be utilized to Render DocPattern matches should behave.
Method Summary | |
---|---|
java.lang.String |
getText()
Retrieves the String template that will be used to render the matches. |
java.lang.String |
render(java.util.regex.MatchResult result)
Main method of RenderDefinition interface. |
Method Detail |
---|
java.lang.String render(java.util.regex.MatchResult result)
DocPattern
is executed, if it finds a set of matches
(within the contents of the record) it will call the
RenderDefinition
associated with it, to render the matches.
result
- java.util.regex.MatchResult that contains the match results for a
regular expression. It contains the whole match and separate groups.
java.lang.String getText()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |