public class LaunchCommand extends Object
| 构造器和说明 |
|---|
LaunchCommand() |
| 限定符和类型 | 方法和说明 |
|---|---|
URL[] |
getClasspath() |
String |
getEntryClassName() |
String |
getEntryMethodDescriptor() |
String |
getEntryMethodName() |
URL |
getExecutableArkBizJar() |
String[] |
getLaunchArgs() |
boolean |
isExecutedByCommandLine() |
Boolean |
isTestMode() |
static LaunchCommand |
parse(String arkCommand,
String[] args) |
LaunchCommand |
setClasspath(URL[] classpath) |
LaunchCommand |
setEntryClassName(String entryClassName) |
LaunchCommand |
setEntryMethodDescriptor(String entryMethodDescriptor) |
LaunchCommand |
setEntryMethodName(String entryMethodName) |
LaunchCommand |
setExecutableArkBizJar(URL executableArkBizJar) |
LaunchCommand |
setLaunchArgs(String[] launchArgs) |
LaunchCommand |
setTestMode(Boolean testMode) |
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 getEntryMethodDescriptor()
public LaunchCommand setEntryMethodDescriptor(String entryMethodDescriptor)
public Boolean isTestMode()
public LaunchCommand setTestMode(Boolean testMode)
public static LaunchCommand parse(String arkCommand, String[] args) throws MalformedURLException
Copyright © 2018. All rights reserved.