Modifier and Type | Method and Description |
---|---|
boolean |
addClasspath(String s) |
boolean |
addComponent(File path) |
boolean |
addComponent(String component) |
int |
count() |
void |
dump(PrintStream out) |
ClassLoader |
getClassLoader() |
List<File> |
getElements() |
boolean |
isEmpty() |
Iterator<File> |
iterator() |
void |
overlay(Classpath other)
Overlay another classpath, copying its elements into place on this Classpath, while eliminating duplicate entries on the classpath.
|
String |
toString() |
public Classpath()
public Classpath(String initial)
public boolean addClasspath(String s)
public boolean addComponent(File path)
public boolean addComponent(String component)
public int count()
public void dump(PrintStream out)
public ClassLoader getClassLoader()
public boolean isEmpty()
public void overlay(Classpath other)
other
- the other classpath to overlayCopyright © 1995-2015 Webtide. All Rights Reserved.