public class RedditHarvesterOptions extends InOutToolOptions
Modifier and Type | Field and Description |
---|---|
static String |
REDDIT_BASE_URL
the root reddit url
|
output
Constructor and Description |
---|
RedditHarvesterOptions(String[] args) |
RedditHarvesterOptions(String[] args,
boolean prepare) |
Modifier and Type | Method and Description |
---|---|
void |
prepare()
prepare the tool for running
|
getAllInputs, getInput, getInputFile, getOutput, isContinue, isForce, overwriteOutput, prepareMultivaluedArgument, setInput, setInputFile, setOutput
public static final String REDDIT_BASE_URL
public RedditHarvesterOptions(String[] args, boolean prepare)
args
- the arguments, prepared using the prepare methodprepare
- whether prepare should be called now or laterpublic RedditHarvesterOptions(String[] args)
args
- the arguments, prepared using the prepare methodpublic void prepare()