public enum HandlerType extends Enum<HandlerType>
Enum Constant and Description |
---|
console
项目控制台和首页监控
|
docker
容器 终端
|
dockerLog
容器 log
|
nodeScript
脚本模板
|
nodeUpdate
节点升级
|
script
服务端 脚本模版
|
ssh
ssh
|
tomcat
tomcat
|
Modifier and Type | Method and Description |
---|---|
Class<?> |
getHandlerClass() |
Class<? extends BaseWorkspaceService<?>> |
getServiceClass() |
static HandlerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HandlerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HandlerType nodeScript
public static final HandlerType tomcat
public static final HandlerType console
public static final HandlerType ssh
public static final HandlerType nodeUpdate
public static final HandlerType script
public static final HandlerType dockerLog
public static final HandlerType docker
public static HandlerType[] values()
for (HandlerType c : HandlerType.values()) System.out.println(c);
public static HandlerType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic Class<?> getHandlerClass()
public Class<? extends BaseWorkspaceService<?>> getServiceClass()
Copyright © 2017–2022. All rights reserved.