org.eclipse.jetty.start
类 Classpath
java.lang.Object
org.eclipse.jetty.start.Classpath
public class Classpath
- extends Object
Class to handle CLASSPATH construction
Classpath
public Classpath()
Classpath
public Classpath(String initial)
getElements
public File[] getElements()
count
public int count()
addComponent
public boolean addComponent(String component)
addComponent
public boolean addComponent(File component)
addClasspath
public boolean addClasspath(String s)
dump
public void dump(PrintStream out)
toString
public String toString()
- 覆盖:
- 类
Object 中的 toString
getClassLoader
public ClassLoader getClassLoader()
overlay
public void overlay(Classpath cpOther)
- Overlay another classpath, copying its elements into place on this
Classpath, while eliminating duplicate entries on the classpath.
- 参数:
cpOther - the other classpath to overlay
isEmpty
public boolean isEmpty()
Copyright © 2013. All Rights Reserved.