|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RecordSet
The interface RecordSet
defines how a class that should be used
as a RecordSet within DocHelper should behave. The generated Main.java file
that drives the Documentation process depends on RecordSets heavily.
Method Summary | |
---|---|
void |
addPattern(DocPattern pattern)
Add a pattern to be matched to the RecordSet. |
void |
clearPatterns()
Clear all of the patterns. |
ResultNode |
execute(ResultNode doc)
Main method of RecordSet. |
void |
setName(java.lang.String name)
Set the name of this Record Set. |
Methods inherited from interface dochelper.Configurable |
---|
checkParams, init, setParam |
Method Detail |
---|
ResultNode execute(ResultNode doc) throws ResourceUnavailableException
doc
- The document onto which the results of running this record set should be appended to.
ResourceUnavailableException
java.lang.Exception
void addPattern(DocPattern pattern)
pattern
- Pattern that contains the regular expression and the Render Definition to process input
into output.void clearPatterns()
void setName(java.lang.String name)
name
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |