Package | Description |
---|---|
org.openstreetmap.josm | |
org.openstreetmap.josm.gui |
Modifier and Type | Method and Description |
---|---|
protected static void |
Main.postConstructorProcessCmdLine(Map<MainApplication.Option,Collection<String>> args) |
static void |
Main.preConstructorInit(Map<MainApplication.Option,Collection<String>> args)
Should be called before the main constructor to setup some parameter stuff
|
Modifier and Type | Field and Description |
---|---|
private Map<MainApplication.Option,Collection<String>> |
MainApplication.GuiFinalizationWorker.args |
Modifier and Type | Method and Description |
---|---|
static MainApplication.Option |
MainApplication.Option.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MainApplication.Option[] |
MainApplication.Option.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private static Map<MainApplication.Option,Collection<String>> |
MainApplication.buildCommandLineArgumentMap(String[] args) |
Modifier and Type | Method and Description |
---|---|
private static void |
MainApplication.processOffline(Map<MainApplication.Option,Collection<String>> args) |
Constructor and Description |
---|
GuiFinalizationWorker(Map<MainApplication.Option,Collection<String>> args,
DefaultProxySelector proxySelector) |