Uses of Class
hudson.util.ClasspathBuilder

Packages that use ClasspathBuilder
hudson.slaves Code related to slaves. 
hudson.util Other miscellaneous utility code 
 

Uses of ClasspathBuilder in hudson.slaves
 

Methods in hudson.slaves with parameters of type ClasspathBuilder
static hudson.remoting.Channel Channels.newJVM(String displayName, TaskListener listener, FilePath workDir, ClasspathBuilder classpath, Map<String,String> systemProperties)
          Launches a new JVM with the given classpath and system properties, establish a communication channel, and return a Channel to it.
static hudson.remoting.Channel Channels.newJVM(String displayName, TaskListener listener, JVMBuilder vmb, FilePath workDir, ClasspathBuilder classpath)
          Launches a new JVM with the given classpath, establish a communication channel, and return a Channel to it.
 

Uses of ClasspathBuilder in hudson.util
 

Methods in hudson.util that return ClasspathBuilder
 ClasspathBuilder ClasspathBuilder.add(File f)
          Adds a single directory or a jar file.
 ClasspathBuilder ClasspathBuilder.add(FilePath f)
          Adds a single directory or a jar file.
 ClasspathBuilder ClasspathBuilder.add(String path)
          Adds a single directory or a jar file.
 ClasspathBuilder ClasspathBuilder.addAll(FilePath base, String glob)
          Adds all the files that matches the given glob in the directory.
 ClasspathBuilder ClasspathBuilder.addJarOf(Class c)
          Adds a jar file that contains the given class.
 ClasspathBuilder JVMBuilder.classpath()
          Returns a builder object for creating classpath arguments.
 



Copyright © 2004-2013. All Rights Reserved.