Uses of Class
com.alipay.sofa.ark.spi.argument.LaunchCommand
Packages that use LaunchCommand
-
Uses of LaunchCommand in com.alipay.sofa.ark.spi.argument
Methods in com.alipay.sofa.ark.spi.argument that return LaunchCommandModifier and TypeMethodDescriptionstatic LaunchCommandLaunchCommand.setClasspath(URL[] classpath) LaunchCommand.setEntryClassName(String entryClassName) LaunchCommand.setEntryMethodName(String entryMethodName) LaunchCommand.setExecutableArkBizJar(URL executableArkBizJar) LaunchCommand.setLaunchArgs(String[] launchArgs) LaunchCommand.setProfiles(String[] profiles) -
Uses of LaunchCommand in com.alipay.sofa.ark.spi.pipeline
Methods in com.alipay.sofa.ark.spi.pipeline that return LaunchCommandMethods in com.alipay.sofa.ark.spi.pipeline with parameters of type LaunchCommandModifier and TypeMethodDescriptionvoidPipelineContext.setLaunchCommand(LaunchCommand launchCommand)