public class TwitterPreprocessingToolOptions extends AbstractTwitterPreprocessingToolOptions
| Modifier and Type | Field and Description |
|---|---|
static InputStream |
sysin
this is available mainly for testing
|
modeOptionsOp, outputStatusType, postFilterOptionsOp, preFilterOptionsOp, statusTypeoutput| Constructor and Description |
|---|
TwitterPreprocessingToolOptions(String[] args)
|
| Modifier and Type | Method and Description |
|---|---|
TwitterStatusList<USMFStatus> |
getTwitterStatusList() |
boolean |
hasNextFile() |
void |
nextFile()
Prepare the next file
|
PrintWriter |
outputWriter() |
boolean |
validate() |
convertToOutputFormat, getEncoding, getInputClass, getOutputClass, getTimeBeforeSkip, ouputMode, postProcessesSkip, prepare, preProcessesSkip, preprocessingMode, progress, veryLoudgetAllInputs, getInput, getInputFile, getOutput, isContinue, isForce, overwriteOutput, prepareMultivaluedArgument, setInput, setInputFile, setOutputpublic static InputStream sysin
public TwitterPreprocessingToolOptions(String[] args) throws org.kohsuke.args4j.CmdLineException
args - org.kohsuke.args4j.CmdLineExceptionpublic boolean validate() throws org.kohsuke.args4j.CmdLineException
validate in class AbstractTwitterPreprocessingToolOptionsorg.kohsuke.args4j.CmdLineExceptionpublic TwitterStatusList<USMFStatus> getTwitterStatusList() throws IOException
IOExceptionpublic PrintWriter outputWriter() throws UnsupportedEncodingException, FileNotFoundException
UnsupportedEncodingExceptionFileNotFoundExceptionpublic boolean hasNextFile()
public void nextFile()