com.martiansoftware.nailgun.builtins
Class NGAlias

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

public class NGAlias
extends Object

Provides a means to view and add aliases. This is aliased by default to the command "ng-alias".

No command line validation is performed. If you trigger an exception, your client will display it.

To view the current alias list, issue the command:

ng-alias
with no arguments.

To add or replace an alias, issue the command:

ng-alias [alias name] [fully qualified aliased class name]

Author:
Marty Lamb

Constructor Summary
NGAlias()
           
 
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

NGAlias

public NGAlias()
Method Detail

nailMain

public static void nailMain(NGContext context)
                     throws ClassNotFoundException
Throws:
ClassNotFoundException


Copyright © 2012. All Rights Reserved.