public class Input
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ERROR |
Constructor and Description |
---|
Input(java.lang.String[] args)
Get Input arguments
|
Modifier and Type | Method and Description |
---|---|
java.io.File |
getInput()
Return Input file
|
boolean |
hasInput()
Check if argument is valid, if any
|
boolean |
isBinary()
Check if file is binary
|
static org.apache.commons.cli.Option |
OptionParameters()
Set option parameters for command Input
|
public static final java.lang.String ERROR
public Input(java.lang.String[] args)
args
- public static final org.apache.commons.cli.Option OptionParameters()
public boolean hasInput()
public java.io.File getInput()
public boolean isBinary()