public final class PackageNamesLoader extends AbstractLoader
Modifier and Type | Method and Description |
---|---|
void |
endElement(String aNamespaceURI,
String aLocalName,
String aQName) |
static ModuleFactory |
loadModuleFactory(ClassLoader aClassLoader)
Returns the default list of package names.
|
static ModuleFactory |
loadModuleFactory(String aFilename)
Returns the package names in a specified file.
|
void |
startElement(String aNamespaceURI,
String aLocalName,
String aQName,
Attributes aAtts) |
error, fatalError, parseInputSource, resolveEntity, warning
characters, endDocument, endPrefixMapping, ignorableWhitespace, notationDecl, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl
public void startElement(String aNamespaceURI, String aLocalName, String aQName, Attributes aAtts) throws SAXException
startElement
in interface ContentHandler
startElement
in class DefaultHandler
SAXException
public void endElement(String aNamespaceURI, String aLocalName, String aQName)
endElement
in interface ContentHandler
endElement
in class DefaultHandler
public static ModuleFactory loadModuleFactory(ClassLoader aClassLoader) throws CheckstyleException
aClassLoader
- the class loader that gets the
default package names.CheckstyleException
- if an error occurs.public static ModuleFactory loadModuleFactory(String aFilename) throws CheckstyleException
aFilename
- name of the package file.CheckstyleException
- if an error occurs.