| java.lang.Object org.h2.tools.code.CheckTextFiles
CheckTextFiles | public class CheckTextFiles (Code) | | This tool checks that source code files only contain the allowed set of
characters, and that the copyright license is included in each file. It also
removes trailing spaces.
|
allowTaballowCRallowTrailingSpaces | boolean allowTaballowCRallowTrailingSpaces(Code) | | |
failOnError | boolean failOnError(Code) | | |
hasError | boolean hasError(Code) | | |
spacesPerTab | int spacesPerTab(Code) | | |
checkOrFixFile | public void checkOrFixFile(File file, boolean fix, boolean checkLicense) throws Exception(Code) | | |
|
|