public class PicardCommandLine extends Object
Constructor | Description |
---|---|
PicardCommandLine() |
Modifier and Type | Method | Description |
---|---|---|
protected static List<String> |
getPackageList() |
The packages we wish to include in our command line
|
static CommandLineProgramProperties |
getProgramProperty(Class clazz) |
|
protected int |
instanceMain(String[] args) |
For testing
|
protected int |
instanceMain(String[] args,
List<String> packageList,
String commandLineName) |
The main method.
|
static void |
main(String[] args) |
Override this if you want to include different java packages to search for classes that extend CommandLineProgram.
|
static void |
printUnknown(Set<Class<?>> classes,
String command) |
When a command does not match any known command, searches for similar commands, using the same method as GIT
|
protected static List<String> getPackageList()
protected int instanceMain(String[] args, List<String> packageList, String commandLineName)
protected int instanceMain(String[] args)
public static void main(String[] args)
public static CommandLineProgramProperties getProgramProperty(Class clazz)