|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.xml.sax.helpers.DefaultHandler
org.codehaus.mojo.jdepend.JDependXMLReportParser
hudson.plugins.jdepend.JDependParser
public class JDependParser
| Field Summary |
|---|
| Fields inherited from class org.codehaus.mojo.jdepend.JDependXMLReportParser |
|---|
buffer, cyclePackage, cycles, jdpackage, packages, stack, stats |
| Constructor Summary | |
|---|---|
JDependParser(java.io.File xmlFile)
An extension from the Codehaus JDependXMLReportParser to allow custom methods to be added. |
|
| Method Summary | |
|---|---|
java.util.List<?> |
getCycles()
Returns the cycles from the parser object, required for the Codehaus HTML outputter to work. |
protected java.lang.String |
getTotalClasses()
Counts the total number of classes in all packages in the parser. |
| Methods inherited from class org.codehaus.mojo.jdepend.JDependXMLReportParser |
|---|
characters, endElement, getPackages, getStats, startElement |
| Methods inherited from class org.xml.sax.helpers.DefaultHandler |
|---|
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JDependParser(java.io.File xmlFile)
throws javax.xml.parsers.ParserConfigurationException,
org.xml.sax.SAXException,
java.io.IOException
xmlFile -
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException
java.io.IOException| Method Detail |
|---|
protected java.lang.String getTotalClasses()
packages -
public java.util.List<?> getCycles()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||