|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.maven.doxia.sink.SinkAdapter
org.codehaus.mojo.findbugs.FindbugsXdocSink
public final class FindbugsXdocSink
A doxia Sink which produces an FindBugs model.
| Field Summary |
|---|
| Fields inherited from interface org.apache.maven.doxia.sink.Sink |
|---|
NUMBERING_DECIMAL, NUMBERING_LOWER_ALPHA, NUMBERING_LOWER_ROMAN, NUMBERING_UPPER_ALPHA, NUMBERING_UPPER_ROMAN, ROLE |
| Constructor Summary | |
|---|---|
FindbugsXdocSink(Writer out)
|
|
| Method Summary | |
|---|---|
void |
analysisErrorTag(String className)
|
void |
body_()
|
void |
body()
|
void |
body(String version,
String threshold,
String effort)
|
void |
bugInstance(String type,
String priority,
String category,
String message,
String lineNumber)
|
void |
classTag_()
|
void |
classTag(String className)
|
void |
close()
|
void |
errorTag_()
|
void |
errorTag()
|
void |
flush()
|
void |
head()
|
protected void |
markup(String text)
|
void |
missingClassTag(String className)
|
| Methods inherited from class org.apache.maven.doxia.sink.SinkAdapter |
|---|
anchor_, anchor, author_, author, bold_, bold, date_, date, definedTerm_, definedTerm, definition_, definition, definitionList_, definitionList, definitionListItem_, definitionListItem, figure_, figure, figureCaption_, figureCaption, figureGraphics, head_, horizontalRule, italic_, italic, lineBreak, link_, link, list_, list, listItem_, listItem, monospaced_, monospaced, nonBreakingSpace, numberedList_, numberedList, numberedListItem_, numberedListItem, pageBreak, paragraph_, paragraph, rawText, section1_, section1, section2_, section2, section3_, section3, section4_, section4, section5_, section5, sectionTitle_, sectionTitle, sectionTitle1_, sectionTitle1, sectionTitle2_, sectionTitle2, sectionTitle3_, sectionTitle3, sectionTitle4_, sectionTitle4, sectionTitle5_, sectionTitle5, table_, table, tableCaption_, tableCaption, tableCell_, tableCell, tableCell, tableHeaderCell_, tableHeaderCell, tableHeaderCell, tableRow_, tableRow, tableRows_, tableRows, text, title_, title, verbatim_, verbatim |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FindbugsXdocSink(Writer out)
| Method Detail |
|---|
public void analysisErrorTag(String className)
public void body()
body in interface org.apache.maven.doxia.sink.Sinkbody in class org.apache.maven.doxia.sink.SinkAdapter
public void body(String version,
String threshold,
String effort)
public void body_()
body_ in interface org.apache.maven.doxia.sink.Sinkbody_ in class org.apache.maven.doxia.sink.SinkAdapter
public void bugInstance(String type,
String priority,
String category,
String message,
String lineNumber)
public void classTag(String className)
public void classTag_()
public void close()
close in interface org.apache.maven.doxia.sink.Sinkclose in class org.apache.maven.doxia.sink.SinkAdapterpublic void errorTag()
public void errorTag_()
public void flush()
flush in interface org.apache.maven.doxia.sink.Sinkflush in class org.apache.maven.doxia.sink.SinkAdapterpublic void head()
head in interface org.apache.maven.doxia.sink.Sinkhead in class org.apache.maven.doxia.sink.SinkAdapterpublic void missingClassTag(String className)
protected void markup(String text)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||