org.dfdaemon.il2.core.console.parser
Class ChannelStatCmdParser

java.lang.Object
  extended by org.dfdaemon.il2.core.console.parser.ChannelStatCmdParser
All Implemented Interfaces:
CommandParser<NoReply,ChannelStatCmd>

public class ChannelStatCmdParser
extends Object
implements CommandParser<NoReply,ChannelStatCmd>

Author:
aka50

Constructor Summary
ChannelStatCmdParser()
           
 
Method Summary
 NoReply parseInput(ChannelStatCmd cmd, String[] lines)
           
 void validate(ChannelStatCmd cmd)
           
 void writeCommand(ChannelStatCmd cmd, Writer writer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChannelStatCmdParser

public ChannelStatCmdParser()
Method Detail

validate

public void validate(ChannelStatCmd cmd)
              throws IllegalArgumentException
Specified by:
validate in interface CommandParser<NoReply,ChannelStatCmd>
Throws:
IllegalArgumentException

writeCommand

public void writeCommand(ChannelStatCmd cmd,
                         Writer writer)
                  throws IOException
Specified by:
writeCommand in interface CommandParser<NoReply,ChannelStatCmd>
Throws:
IOException

parseInput

public NoReply parseInput(ChannelStatCmd cmd,
                          String[] lines)
Specified by:
parseInput in interface CommandParser<NoReply,ChannelStatCmd>


Copyright © 2007-2008. All Rights Reserved.