public class App extends Object
Modifier and Type | Field and Description |
---|---|
static SimpleDateFormat |
formatter
The Constant formatter.
|
static boolean |
speed
The speed.
|
static String |
statsUrl
The url to the stats website.
|
static long |
tooLarge
The too large.
|
Constructor and Description |
---|
App(String storageDir,
String workingDir)
Instantiates a new app.
|
Modifier and Type | Method and Description |
---|---|
void |
goForIt(String storageDir,
String workingDir)
Go for it.
|
static void |
main(String[] args)
The main method.
|
public static final SimpleDateFormat formatter
public static long tooLarge
public static boolean speed
public static String statsUrl
public App(String storageDir, String workingDir) throws IOException
storageDir
- the source dirworkingDir
- the working dirIOException
- Signals that an I/O exception has occurred.public static void main(String[] args) throws IOException, org.json.simple.parser.ParseException
args
- the argumentsIOException
- Signals that an I/O exception has occurred.org.json.simple.parser.ParseException
- signals problems with parsing the modelcrawlser's configpublic void goForIt(String storageDir, String workingDir) throws IOException, org.json.simple.parser.ParseException
storageDir
- the storage dirworkingDir
- the working dirIOException
- Signals that an I/O exception has occurred.org.json.simple.parser.ParseException
- signals problems with parsing the modelcrawlser's configCopyright © 2018 SEMS project @ University of Rostock. All rights reserved.