public abstract class AbstractTaskSingleInputReader extends Objectimplements OsmHandler
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
closeInput
|
protected InputStream |
in
|
protected FileFormat |
inputFormat
|
protected OsmReader |
inputReader
|
protected org |
line
|
protected org |
options
|
protected String |
pathInput
|
protected boolean |
readMetadata
|
| Constructor and Description |
|---|
AbstractTaskSingleInputReader()
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
finish()
|
protected abstract String |
getHelpMessage()
|
protected void |
init()
|
protected void |
run()
|
protected void |
setup(String
|
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 OsmReaderinputReader
protected abstract StringgetHelpMessage()
protected void setup(String[] args)
protected void init()
throws FileNotFoundException
FileNotFoundException
protected void run()
throws OsmInputException
OsmInputException
protected void finish()
throws IOException
IOException