org.apache.qpid.tools.messagestore.commands
Interface Command

All Known Implementing Classes:
AbstractCommand, Clear, Copy, Dump, Help, List, Load, Move, Purge, Quit, Select, Show

public interface Command


Method Summary
 void execute(String... args)
           
 String getCommand()
           
 String help()
           
 void setOutput(Console out)
           
 String usage()
           
 

Method Detail

setOutput

void setOutput(Console out)

help

String help()

usage

String usage()

getCommand

String getCommand()

execute

void execute(String... args)


Licensed to the Apache Software Foundation