Package com.jalios.jcms.tools
Class HbmChecker
- java.lang.Object
-
- com.jalios.jcms.tools.AbstractChecker
-
- com.jalios.jcms.tools.HbmChecker
-
public class HbmChecker extends AbstractChecker
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
REVISION
-
Fields inherited from class com.jalios.jcms.tools.AbstractChecker
CHANNEL, PROP_SUFFIX_FILE_FILTER, UTF8Charset
-
-
Constructor Summary
Constructors Constructor Description HbmChecker()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CheckResult
check(java.io.File webappDir)
static void
main(java.lang.String[] args)
-
Methods inherited from class com.jalios.jcms.tools.AbstractChecker
getCheckedFile, getFileList, getFileList, loadLanguageProperties, loadProperties, loadProperties, saveError
-
-
-
-
Field Detail
-
REVISION
public static final java.lang.String REVISION
- See Also:
- Constant Field Values
-
-
Method Detail
-
check
public static CheckResult check(java.io.File webappDir) throws java.io.IOException
- Throws:
java.io.IOException
-
main
public static void main(java.lang.String[] args) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-