com.martiansoftware.nailgun.builtins
Class DefaultNail
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultNail
public DefaultNail()
nailMain
public static void nailMain(NGContext context)
Copyright © 2012. All Rights Reserved.