public class JavadocPackageCheck extends AbstractFileSetCheck
Constructor and Description |
---|
JavadocPackageCheck()
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
beginProcessing(String aCharset)
Called when about to be called to process a set of files.
|
protected void |
processFiltered(File aFile,
List<String> aLines)
Called to process a file that matches the specified file extensions.
|
void |
setAllowLegacy(boolean aAllowLegacy)
Indicates whether to allow support for the legacy package.html
file.
|
destroy, finishProcessing, fireErrors, getMessageCollector, getMessageDispatcher, init, log, log, process, setFileExtensions, setMessageDispatcher
getCustomMessages, getId, getMessageBundle, getSeverity, getSeverityLevel, log, setId, setSeverity
configure, contextualize, finishLocalSetup, getConfiguration, setupChild
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
configure
contextualize
public void beginProcessing(String aCharset)
AbstractFileSetCheck
beginProcessing
in interface FileSetCheck
beginProcessing
in class AbstractFileSetCheck
aCharset
- the character set used to read the files.protected void processFiltered(File aFile, List<String> aLines)
AbstractFileSetCheck
processFiltered
in class AbstractFileSetCheck
aFile
- the file to be processedaLines
- an immutable list of the contents of the file.public void setAllowLegacy(boolean aAllowLegacy)
aAllowLegacy
- whether to allow support.Copyright © 2001–2014. All rights reserved.