static interface Doclet.IProcessor
| Modifier and Type | Method and Description |
|---|---|
void |
processEntry(java.lang.String thisName,
java.lang.String thisShortName,
java.lang.String thisLongName,
java.lang.String thisParentName,
java.lang.String thisSourcePatternString,
java.lang.String theseTargetPatternsString,
java.lang.String thatDescription,
java.lang.String[][] theseCodedExamples,
java.io.PrintWriter thisPrintWriter)
Print entry
|
void |
processHeader(java.lang.String thisSource,
java.lang.String thisDestination,
java.io.PrintWriter thisPrintWriter)
Process header
|
void |
processTail(java.util.List<java.lang.String> theseNames,
java.io.PrintWriter thisPrintWriter)
Process tail
|
void processHeader(java.lang.String thisSource,
java.lang.String thisDestination,
java.io.PrintWriter thisPrintWriter)
thisSource - sourcethisDestination - destinationthisPrintWriter - print writervoid processTail(java.util.List<java.lang.String> theseNames,
java.io.PrintWriter thisPrintWriter)
theseNames - namesthisPrintWriter - print writervoid processEntry(java.lang.String thisName,
java.lang.String thisShortName,
java.lang.String thisLongName,
java.lang.String thisParentName,
java.lang.String thisSourcePatternString,
java.lang.String theseTargetPatternsString,
java.lang.String thatDescription,
java.lang.String[][] theseCodedExamples,
java.io.PrintWriter thisPrintWriter)
thisName - namethisShortName - shortnamethisLongName - long namethisParentName - parent namethisSourcePatternString - source patterntheseTargetPatternsString - target patternsthatDescription - descriptiontheseCodedExamples - code examplesthisPrintWriter - printwriter