org.apache.qpid
Interface Command

All Known Implementing Classes:
Commanddelete, Commandget, Commandhelp, CommandImpl, Commandinfo, Commandlist, Commandmove, Commandset, Commandview, Commandviewcontent

public interface Command


Method Summary
 boolean checkoptionsetting(String string)
           
 void execute()
           
 String optionchecker(String string)
           
 void printusage()
           
 

Method Detail

execute

void execute()

printusage

void printusage()

optionchecker

String optionchecker(String string)

checkoptionsetting

boolean checkoptionsetting(String string)


Licensed to the Apache Software Foundation