Class Classpath

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

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