Package com.alipay.sofa.ark.spi.argument
Class LaunchCommand
java.lang.Object
com.alipay.sofa.ark.spi.argument.LaunchCommand
command argument parsed as a launchCommand
- Since:
- 0.1.0
- Author:
- qilong.zql
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionURL[]String[]String[]booleanstatic LaunchCommandsetClasspath(URL[] classpath) setEntryClassName(String entryClassName) setEntryMethodName(String entryMethodName) setExecutableArkBizJar(URL executableArkBizJar) setLaunchArgs(String[] launchArgs) setProfiles(String[] profiles) static String
-
Constructor Details
-
LaunchCommand
public LaunchCommand()
-
-
Method Details
-
isExecutedByCommandLine
public boolean isExecutedByCommandLine() -
getExecutableArkBizJar
-
setExecutableArkBizJar
-
getClasspath
-
setClasspath
-
getEntryMethodName
-
setEntryMethodName
-
getEntryClassName
-
setEntryClassName
-
getLaunchArgs
-
setLaunchArgs
-
getProfiles
-
setProfiles
-
parse
- Throws:
MalformedURLException
-
toString
-