|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xml.sax.helpers.DefaultHandler
com.puppycrawl.tools.checkstyle.api.AbstractLoader
com.puppycrawl.tools.checkstyle.PackageNamesLoader
public final class PackageNamesLoader
Loads a list of package names from a package name XML file.
Method Summary | |
---|---|
void |
endElement(String aNamespaceURI,
String aLocalName,
String aQName)
|
static Set<String> |
getPackageNames(ClassLoader aClassLoader)
Returns the set of package names, compiled from all checkstyle_packages.xml files found on the given classloaders classpath. |
void |
startElement(String aNamespaceURI,
String aLocalName,
String aQName,
Attributes aAtts)
|
Methods inherited from class com.puppycrawl.tools.checkstyle.api.AbstractLoader |
---|
error, fatalError, parseInputSource, resolveEntity, warning |
Methods inherited from class org.xml.sax.helpers.DefaultHandler |
---|
characters, endDocument, endPrefixMapping, ignorableWhitespace, notationDecl, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void startElement(String aNamespaceURI, String aLocalName, String aQName, Attributes aAtts) throws SAXException
startElement
in interface ContentHandler
startElement
in class org.xml.sax.helpers.DefaultHandler
SAXException
public void endElement(String aNamespaceURI, String aLocalName, String aQName)
endElement
in interface ContentHandler
endElement
in class org.xml.sax.helpers.DefaultHandler
public static Set<String> getPackageNames(ClassLoader aClassLoader) throws CheckstyleException
aClassLoader
- the class loader for loading the
checkstyle_packages.xml files.
CheckstyleException
- if an error occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |