|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.martiansoftware.nailgun.builtins.DefaultNail
public class DefaultNail
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.
Constructor Summary | |
---|---|
DefaultNail()
|
Method Summary | |
---|---|
static void |
nailMain(NGContext context)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultNail()
Method Detail |
---|
public static void nailMain(NGContext context)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |