com.puppycrawl.tools.checkstyle.checks.javadoc
public class PackageHtmlCheck extends AbstractFileSetCheck
Constructor Summary | |
---|---|
PackageHtmlCheck()
Creates a new PackageHtmlCheck instance. |
Method Summary | |
---|---|
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. |
PackageHtmlCheck
instance.Parameters: aFiles s set of files
Returns: the set of parent directories of the given files
Parameters: aFiles a set of files