public class ArkClient extends Object
| Constructor and Description |
|---|
ArkClient() |
public static File createBizSaveFile(String bizName, String bizVersion, String fileSuffix)
public static InjectionService getInjectionService()
public static void setInjectionService(InjectionService injectionService)
public static BizManagerService getBizManagerService()
public static void setBizManagerService(BizManagerService bizManagerService)
public static BizFactoryService getBizFactoryService()
public static void setBizFactoryService(BizFactoryService bizFactoryService)
public static void setPluginManagerService(PluginManagerService pluginManagerService)
public static PluginManagerService getPluginManagerService()
public static Biz getMasterBiz()
public static void setMasterBiz(Biz masterBiz)
public static EventAdminService getEventAdminService()
public static void setEventAdminService(EventAdminService eventAdminService)
public static String[] getArguments()
public static void setArguments(String[] arguments)
public static ClientResponse installBiz(File bizFile) throws Throwable
bizFile - Throwablepublic static ClientResponse installBiz(File bizFile, String[] args, Map<String,String> envs) throws Throwable
Throwablepublic static ClientResponse installBiz(File bizFile, String[] args) throws Throwable
Throwablepublic static ClientResponse uninstallBiz(String bizName, String bizVersion) throws Throwable
bizName - bizVersion - Throwablepublic static ClientResponse checkBiz()
BizInfopublic static ClientResponse checkBiz(String bizName)
BizInfo with specified bizNamebizName - public static ClientResponse checkBiz(String bizName, String bizVersion)
BizInfo with specified bizName and bizVersionbizName - bizVersion - public static ClientResponse switchBiz(String bizName, String bizVersion)
bizName - bizVersion - public static ClientResponse installOperation(BizOperation bizOperation) throws Throwable
Throwablepublic static ClientResponse installOperation(BizOperation bizOperation, String[] args) throws Throwable
Throwablepublic static ClientResponse installOperation(BizOperation bizOperation, String[] args, Map<String,String> envs) throws Throwable
Throwablepublic static ClientResponse uninstallOperation(BizOperation bizOperation) throws Throwable
Throwablepublic static ClientResponse switchOperation(BizOperation bizOperation)
public static ClientResponse checkOperation(BizOperation bizOperation)
Copyright © 2024. All rights reserved.