org.dfdaemon.il2.core.console.parser
Class KickCmdParser
java.lang.Object
  
org.dfdaemon.il2.core.console.parser.KickCmdParser
- All Implemented Interfaces: 
 - CommandParser<NoReply,KickCmd>
 
public class KickCmdParser
- extends Object
- implements CommandParser<NoReply,KickCmd>
  
- Author:
 
  - aka50
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
KickCmdParser
public KickCmdParser()
validate
public void validate(KickCmd cmd)
              throws IllegalArgumentException
- Specified by:
 validate in interface CommandParser<NoReply,KickCmd>
 
- Throws:
 IllegalArgumentException
 
writeCommand
public void writeCommand(KickCmd cmd,
                         Writer writer)
                  throws IOException
- Specified by:
 writeCommand in interface CommandParser<NoReply,KickCmd>
 
- Throws:
 IOException
 
parseInput
public NoReply parseInput(KickCmd cmd,
                          String[] lines)
- Specified by:
 parseInput in interface CommandParser<NoReply,KickCmd>
 
 
Copyright © 2007-2008. All Rights Reserved.