public class JDependParser
extends org.codehaus.mojo.jdepend.JDependXMLReportParser
| Constructor and Description |
|---|
JDependParser(File xmlFile)
An extension from the Codehaus JDependXMLReportParser
to allow custom methods to be added.
|
| Modifier and Type | Method and Description |
|---|---|
List<?> |
getCycles()
Returns the cycles from the parser object, required for the
Codehaus HTML outputter to work.
|
protected String |
getTotalClasses()
Counts the total number of classes in all packages in the parser.
|
characters, endElement, getPackages, getStats, startElementendDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningpublic JDependParser(File xmlFile) throws ParserConfigurationException, SAXException, IOException
xmlFile - ParserConfigurationExceptionSAXExceptionIOExceptionprotected String getTotalClasses()
public List<?> getCycles()
Copyright © 2009–2018. All rights reserved.