Class Classpath
java.lang.Object
org.eclipse.jetty.start.Classpath
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanaddComponent(File path) booleanaddComponent(String component) intcount()voiddump(PrintStream out) booleanisEmpty()iterator()voidOverlay another classpath, copying its elements into place on this Classpath, while eliminating duplicate entries on the classpath.toString()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Field Details
-
elements
-
-
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
-