public class CommandLineArgs extends Object
Modifier and Type | Method and Description |
---|---|
List<String> |
getAdditionalArguments()
Gets the additional arguments.
|
InstallDirSwitch |
getInstallDirSwitch()
Gets the application installation directory switch.
|
UserDirSwitch |
getUserDirSwitch()
Gets the application user directory switch.
|
static CommandLineArgs |
parseCommandLineArgs(String[] args)
Parses the command line arguments.
|
public static CommandLineArgs parseCommandLineArgs(String[] args)
args
- the command line arguments to parsepublic List<String> getAdditionalArguments()
public InstallDirSwitch getInstallDirSwitch()
public UserDirSwitch getUserDirSwitch()
Copyright © 2012–2019 Drombler. All rights reserved.