com.alibaba.dubbo.qos.command.util
Class CommandHelper

java.lang.Object
  extended by com.alibaba.dubbo.qos.command.util.CommandHelper

public class CommandHelper
extends Object

Author:
qinliujie

Constructor Summary
CommandHelper()
           
 
Method Summary
static List<Class<?>> getAllCommandClass()
           
static Class<?> getCommandClass(String commandName)
           
static boolean hasCommand(String commandName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandHelper

public CommandHelper()
Method Detail

hasCommand

public static boolean hasCommand(String commandName)

getAllCommandClass

public static List<Class<?>> getAllCommandClass()

getCommandClass

public static Class<?> getCommandClass(String commandName)


Copyright © 2012–2017 Alibaba. All rights reserved.