com.puppycrawl.tools.checkstyle
Class PackageNamesLoader
java.lang.Object
org.xml.sax.helpers.DefaultHandler
com.puppycrawl.tools.checkstyle.api.AbstractLoader
com.puppycrawl.tools.checkstyle.PackageNamesLoader
- All Implemented Interfaces:
- ContentHandler, DTDHandler, EntityResolver, ErrorHandler
public final class PackageNamesLoader
- extends AbstractLoader
Loads a list of package names from a package name XML file.
- Version:
- 4-Dec-2002
- Author:
- Rick Giles
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 |
startElement
public void startElement(String aNamespaceURI,
String aLocalName,
String aQName,
Attributes aAtts)
throws SAXException
- Specified by:
startElement
in interface ContentHandler
- Overrides:
startElement
in class DefaultHandler
- Throws:
SAXException
endElement
public void endElement(String aNamespaceURI,
String aLocalName,
String aQName)
- Specified by:
endElement
in interface ContentHandler
- Overrides:
endElement
in class DefaultHandler
getPackageNames
public static Set<String> getPackageNames(ClassLoader aClassLoader)
throws CheckstyleException
- Returns the set of package names, compiled from all
checkstyle_packages.xml files found on the given classloaders
classpath.
- Parameters:
aClassLoader
- the class loader for loading the
checkstyle_packages.xml files.
- Returns:
- the set of package names.
- Throws:
CheckstyleException
- if an error occurs.
Copyright © 2001-2012. All Rights Reserved.