public class ClassPath extends Object
| Constructor and Description |
|---|
ClassPath(String... patharray)
Build a class path from the specified array of class path
element strings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Release resources.
|
ClassFile |
getFile(String name)
Load the specified file from the class path
|
String |
toString()
Returns original class path string
|
public ClassPath(String... patharray)
public void close()
throws IOException
IOExceptionCopyright © 2017–2021 Eclipse Foundation. All rights reserved.