Package net.nmoncho.cli
Class CassandraUnitCommandLineLoader
- java.lang.Object
-
- net.nmoncho.cli.CassandraUnitCommandLineLoader
-
public class CassandraUnitCommandLineLoader extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCQL_FILE_EXTENSION
-
Constructor Summary
Constructors Constructor Description CassandraUnitCommandLineLoader()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static org.apache.commons.cli.CommandLinegetCommandLine()protected static booleanisUsageBeenPrinted()protected static voidload()static voidmain(String[] args)protected static booleanparseCommandLine(String[] args)
-
-
-
Field Detail
-
CQL_FILE_EXTENSION
public static final String CQL_FILE_EXTENSION
- See Also:
- Constant Field Values
-
-
Method Detail
-
main
public static void main(String[] args)
-
parseCommandLine
protected static boolean parseCommandLine(String[] args)
-
load
protected static void load()
-
getCommandLine
protected static org.apache.commons.cli.CommandLine getCommandLine()
-
isUsageBeenPrinted
protected static boolean isUsageBeenPrinted()
-
-