org.openstreetmap.osmosis.extract.mysql.v0_5
Class OsmosisExtractMysql

java.lang.Object
  extended by org.openstreetmap.osmosis.extract.mysql.v0_5.OsmosisExtractMysql

public class OsmosisExtractMysql
extends java.lang.Object

The main entry point for the mysql change extraction application.

Author:
Brett Henderson

Constructor Summary
OsmosisExtractMysql(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

OsmosisExtractMysql

public OsmosisExtractMysql(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.