public class App extends Object
| Constructor and Description |
|---|
App() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
ensureCanonicalPath(String path)
Takes a path and resolves it to be a canonical & absolute path.
|
static void |
main(String[] args)
The main method for the application.
|
void |
run(String[] args)
Main CLI entry-point into the application.
|
public static void main(String[] args)
args - the command line argumentspublic void run(String[] args)
args - the command line argumentsprotected String ensureCanonicalPath(String path)
path - the path to canonicalizeCopyright? 2012-15 Jeremy Long. All Rights Reserved.