Class Classpath

java.lang.Object
org.apache.maven.surefire.booter.Classpath
All Implemented Interfaces:
Cloneable, Iterable<String>

public final class Classpath extends Object implements Iterable<String>, Cloneable
An ordered list of classpath elements with set behaviour A Classpath is immutable and thread safe. Immutable and thread safe
Author:
Kristian Rosenvold