Package org.htmlcleaner
Class CommandLine
- java.lang.Object
-
- org.htmlcleaner.CommandLine
-
public class CommandLine extends java.lang.ObjectCommand line usage class.
-
-
Constructor Summary
Constructors Constructor Description CommandLine()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static java.lang.StringgetArgValue(java.lang.String[] args, java.lang.String name)static voidmain(java.lang.String[] args)private static booleantoBoolean(java.lang.String s)
-
-
-
Method Detail
-
getArgValue
private static java.lang.String getArgValue(java.lang.String[] args, java.lang.String name)
-
toBoolean
private static boolean toBoolean(java.lang.String s)
-
main
public static void main(java.lang.String[] args) throws java.io.IOException, XPatherException- Throws:
java.io.IOExceptionXPatherException
-
-