Package org.h2.build.code

Source code checking classes.

See:
          Description

Class Summary
CheckJavadoc This tool checks that for each .java file there is a package.html file, that for each .java file there is at least one (class level) javadoc comment, and that lines with comments are not too long.
CheckTextFiles This tool checks that source code files only contain the allowed set of characters, and that the copyright license is included in each file.
SwitchSource Switched source code to a specific Java version, automatically to the current version, or enable / disable other blocks of source code in Java files.
 

Package org.h2.build.code Description

Source code checking classes.