Package org.eclipse.jetty.start
Class Classpath
java.lang.Object
org.eclipse.jetty.start.Classpath
Class to handle CLASSPATH construction
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
addComponent
(File path) boolean
addComponent
(String component) int
count()
void
dump
(PrintStream out) boolean
isEmpty()
iterator()
void
Overlay another classpath, copying its elements into place on this Classpath, while eliminating duplicate entries on the classpath.toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
Classpath
public Classpath() -
Classpath
-
-
Method Details
-
addClasspath
-
addComponent
-
addComponent
-
count
public int count() -
dump
-
getClassLoader
-
getElements
-
isEmpty
public boolean isEmpty() -
iterator
-
overlay
Overlay another classpath, copying its elements into place on this Classpath, while eliminating duplicate entries on the classpath.- Parameters:
other
- the other classpath to overlay
-
toString
-