com.martiansoftware.nailgun.builtins
Class DefaultNail

java.lang.Object
  extended by com.martiansoftware.nailgun.builtins.DefaultNail

public class DefaultNail
extends Object

The default nail class used by the server when an invalid command (nonexisting classname or alias) is issued. This simply displays an error message to the client's stdout and has the client exit with value NGConstants.EXIT_NOSUCHCOMMAND.

Author:
Marty Lamb

Constructor Summary
DefaultNail()
           
 
Method Summary
static void nailMain(NGContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultNail

public DefaultNail()
Method Detail

nailMain

public static void nailMain(NGContext context)


Copyright © 2012. All Rights Reserved.