com.alibaba.dubbo.qos.command
Class CommandContextFactory

java.lang.Object
  extended by com.alibaba.dubbo.qos.command.CommandContextFactory

public class CommandContextFactory
extends Object

Author:
qinliujie

Constructor Summary
CommandContextFactory()
           
 
Method Summary
static CommandContext newInstance(String commandName)
           
static CommandContext newInstance(String commandName, String[] args, boolean isHttp)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandContextFactory

public CommandContextFactory()
Method Detail

newInstance

public static CommandContext newInstance(String commandName)

newInstance

public static CommandContext newInstance(String commandName,
                                         String[] args,
                                         boolean isHttp)


Copyright © 2012–2017 Alibaba. All rights reserved.