com.martiansoftware.nailgun.builtins
Class NGClasspath

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

public class NGClasspath
extends Object

Provides a means to display and add to the system classpath at runtime. If called with no arguments, the classpath is displayed. Otherwise, each argument is turned into a java.io.File and added to the classpath. Relative paths will be resolved relative to the directory in which the nailgun server is running. This is very likely to change in the future.

This is aliased by default to the command "ng-cp".

Author:
Marty Lamb

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

NGClasspath

public NGClasspath()
Method Detail

nailMain

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


Copyright © 2012. All Rights Reserved.