public class PackageHtmlCheck extends AbstractFileSetCheck
| Constructor and Description |
|---|
PackageHtmlCheck()
Creates a new
PackageHtmlCheck instance. |
| Modifier and Type | Method and Description |
|---|---|
protected Set |
getParentDirs(File[] aFiles)
Returns the set of directories for a set of files.
|
void |
process(File[] aFiles)
Checks that each java file in the fileset has a package.html sibling
and fires errors for the missing files.
|
destroy, filter, fireErrors, getCharset, getMessageCollector, getMessageDispatcher, log, log, setCharset, setFileExtensions, setMessageDispatchergetId, getMessageBundle, getSeverity, getSeverityLevel, log, log, log, log, log, log, log, log, log, setId, setSeverityconfigure, contextualize, finishLocalSetup, getConfiguration, setupChildclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfigurecontextualizepublic PackageHtmlCheck()
PackageHtmlCheck instance.public void process(File[] aFiles)
aFiles - a set of filesFileSetCheck.destroy()