|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.osmosis.core.Osmosis
public class Osmosis
The main entry point for the command line application.
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 |
---|
public Osmosis()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- The command line arguments.public static void run(java.lang.String[] args)
Typically an application shouldn't directly invoke this method, it should instantiate its own pipeline.
args
- The command line arguments.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |