public class ClassPath
extends java.lang.Object
Constructor and Description |
---|
ClassPath(ClassPathEntry... entries) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(ClassPathEntry classPathEntry) |
void |
add(int index,
ClassPathEntry classPathEntry) |
boolean |
addAll(ClassPath classPath) |
void |
clear() |
ClassPathEntry |
get(int index) |
java.util.List<ClassPathEntry> |
getClassPathEntries()
Returns the list of class path entries for this class path.
|
boolean |
hasOutput()
Returns whether the class path contains any output entries.
|
boolean |
isEmpty() |
ClassPathEntry |
remove(int index) |
int |
size() |
public ClassPath(ClassPathEntry... entries)
public boolean hasOutput()
public java.util.List<ClassPathEntry> getClassPathEntries()
public void clear()
public void add(int index, ClassPathEntry classPathEntry)
public boolean add(ClassPathEntry classPathEntry)
public boolean addAll(ClassPath classPath)
public ClassPathEntry get(int index)
public ClassPathEntry remove(int index)
public boolean isEmpty()
public int size()