org.openstreetmap.osmosis.core
Class Osmosis

java.lang.Object
  extended by org.openstreetmap.osmosis.core.Osmosis

public class Osmosis
extends java.lang.Object

The main entry point for the command line application.

Author:
Brett Henderson

Constructor Summary
Osmosis()
           
 
Method Summary
static void main(java.lang.String[] args)
          The entry point to the application.
static void run(java.lang.String[] args)
          This contains the real functionality of the main method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Osmosis

public Osmosis()
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 static void run(java.lang.String[] args)
This contains the real functionality of the main method. It is kept separate to allow the application to be invoked within other applications without a System.exit being called.

Typically an application shouldn't directly invoke this method, it should instantiate its own pipeline.

Parameters:
args - The command line arguments.