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
-
-
Constructor Summary
Constructors Constructor Description DefaultNail()
-
-
-
Method Detail
-
nailMain
public static void nailMain(NGContext context)
-
-