public class LaunchCommand extends Object
| Constructor and Description |
|---|
LaunchCommand() |
| Modifier and Type | Method and Description |
|---|---|
URL[] |
getClasspath() |
String |
getEntryClassName() |
String |
getEntryMethodName() |
URL |
getExecutableArkBizJar() |
String[] |
getLaunchArgs() |
String[] |
getProfiles() |
boolean |
isExecutedByCommandLine() |
static LaunchCommand |
parse(String[] args) |
LaunchCommand |
setClasspath(URL[] classpath) |
LaunchCommand |
setEntryClassName(String entryClassName) |
LaunchCommand |
setEntryMethodName(String entryMethodName) |
LaunchCommand |
setExecutableArkBizJar(URL executableArkBizJar) |
LaunchCommand |
setLaunchArgs(String[] launchArgs) |
LaunchCommand |
setProfiles(String[] profiles) |
static String |
toString(String[] args) |
public boolean isExecutedByCommandLine()
public URL getExecutableArkBizJar()
public LaunchCommand setExecutableArkBizJar(URL executableArkBizJar)
public URL[] getClasspath()
public LaunchCommand setClasspath(URL[] classpath)
public String getEntryMethodName()
public LaunchCommand setEntryMethodName(String entryMethodName)
public String getEntryClassName()
public LaunchCommand setEntryClassName(String entryClassName)
public String[] getLaunchArgs()
public LaunchCommand setLaunchArgs(String[] launchArgs)
public String[] getProfiles()
public LaunchCommand setProfiles(String[] profiles)
public static LaunchCommand parse(String[] args) throws MalformedURLException
MalformedURLExceptionCopyright © 2024. All rights reserved.