org.openstreetmap.osmosis.extract.apidb.v0_6
Class OsmosisExtractApiDb

java.lang.Object
  extended by org.openstreetmap.osmosis.extract.apidb.v0_6.OsmosisExtractApiDb

public class OsmosisExtractApiDb
extends java.lang.Object

The main entry point for the apidb change extraction application.

Author:
Brett Henderson

Constructor Summary
OsmosisExtractApiDb(java.lang.String[] programArgs)
          Creates a new instance.
 
Method Summary
static void main(java.lang.String[] args)
          The entry point to the application.
 void run()
          Launches program execution.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OsmosisExtractApiDb

public OsmosisExtractApiDb(java.lang.String[] programArgs)
Creates a new instance.

Parameters:
programArgs - The command line arguments.
Method Detail

main

public static void main(java.lang.String[] args)
The entry point to the application.

Parameters:
args - The command line arguments.

run

public void run()
Launches program execution.