public abstract class AbstractTaskSingleInputIterator extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
closeInput
|
protected InputStream |
in
|
protected FileFormat |
inputFormat
|
protected OsmIterator |
inputIterator
|
protected org |
line
|
protected org |
options
|
protected String |
pathInput
|
protected boolean |
readMetadata
|
| Constructor and Description |
|---|
AbstractTaskSingleInputIterator()
|
protected org.apache .commons .cli .Options options
protected org.apache .commons .cli .CommandLine line
protected FileFormatinputFormat
protected StringpathInput
protected boolean readMetadata
protected boolean closeInput
protected InputStreamin
protected OsmIteratorinputIterator
protected abstract StringgetHelpMessage()
protected void setup(String[] args)
protected void init()
throws IOException
IOException
protected void finish()
throws IOException
IOException