com.alibaba.dubbo.qos.command.CommandImpl
Class Ls

java.lang.Object
  extended by com.alibaba.dubbo.qos.command.CommandImpl.Ls
All Implemented Interfaces:
BaseCommand

public class Ls
extends Object
implements BaseCommand

Author:
qinliujie

Constructor Summary
Ls()
           
 
Method Summary
 String execute(CommandContext commandContext, String[] args)
           
 String listConsumer()
           
 String listProvier()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ls

public Ls()
Method Detail

execute

public String execute(CommandContext commandContext,
                      String[] args)
Specified by:
execute in interface BaseCommand

listProvier

public String listProvier()

listConsumer

public String listConsumer()


Copyright © 2012–2017 Alibaba. All rights reserved.