public class TwitterPreprocessingToolOptions extends AbstractTwitterPreprocessingToolOptions
Modifier and Type | Field and Description |
---|---|
static InputStream |
sysin
this is available mainly for testing
|
modeOptionsOp, outputStatusType, postFilterOptionsOp, preFilterOptionsOp, statusType
output
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, veryLoud
getAllInputs, getInput, getInputFile, getOutput, isContinue, isForce, overwriteOutput, prepareMultivaluedArgument, setInput, setInputFile, setOutput
public static InputStream sysin
public TwitterPreprocessingToolOptions(String[] args) throws org.kohsuke.args4j.CmdLineException
args
- org.kohsuke.args4j.CmdLineException
public boolean validate() throws org.kohsuke.args4j.CmdLineException
validate
in class AbstractTwitterPreprocessingToolOptions
org.kohsuke.args4j.CmdLineException
public TwitterStatusList<USMFStatus> getTwitterStatusList() throws IOException
IOException
public PrintWriter outputWriter() throws UnsupportedEncodingException, FileNotFoundException
UnsupportedEncodingException
FileNotFoundException
public boolean hasNextFile()
public void nextFile()