it.jnrpe.server.console
Interface IConsoleCommand

All Known Implementing Classes:
CommandConsoleCommand, ConsoleCommand, ExitCommand, HelpCommand, PluginCommand

public interface IConsoleCommand


Method Summary
 boolean execute(String[] args)
           
 String getCommandLine()
           
 String getName()
           
 void printHelp()
           
 

Method Detail

execute

boolean execute(String[] args)
                throws Exception
Throws:
Exception

getName

String getName()

getCommandLine

String getCommandLine()

printHelp

void printHelp()
               throws IOException
Throws:
IOException


Copyright © 2014. All Rights Reserved.