public class Classpath
extends java.lang.Object
| Constructor and Description |
|---|
Classpath() |
| Modifier and Type | Method and Description |
|---|---|
void |
addClassPathElementUrl(java.lang.String path) |
Classpath |
append(Classpath otherClassPathToAppend) |
java.lang.Object |
get(int index) |
java.util.List |
getAsUrlList() |
java.util.List |
getClassPath() |
java.lang.String |
getClassPathAsString() |
void |
setAsSystemProperty(java.lang.String propertyName) |
void |
setForkProperties(java.util.Properties properties,
java.lang.String prefix) |
int |
size() |
public java.util.List getClassPath()
public void addClassPathElementUrl(java.lang.String path)
public java.lang.Object get(int index)
public int size()
public java.lang.String getClassPathAsString()
public java.util.List getAsUrlList()
throws java.net.MalformedURLException
java.net.MalformedURLExceptionpublic void setForkProperties(java.util.Properties properties,
java.lang.String prefix)
public void setAsSystemProperty(java.lang.String propertyName)
Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.