com.puppycrawl.tools.checkstyle
public final class PackageNamesLoader extends AbstractLoader
Version: 4-Dec-2002
Method Summary | |
---|---|
void | endElement(String aNamespaceURI, String aLocalName, String aQName) {@inheritDoc} |
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) {@inheritDoc} |
Parameters: aClassLoader the class loader that gets the default package names.
Returns: the default list of package names.
Throws: CheckstyleException if an error occurs.
Parameters: aFilename name of the package file.
Returns: the list of package names stored in the package file.
Throws: CheckstyleException if an error occurs.