class CLPath extends Object
| Constructor and Description |
|---|
CLPath()
Construct a CLPath object.
|
CLPath(String path,
String extdir)
Construct a CLPath object.
|
| Modifier and Type | Method and Description |
|---|---|
CLInputStream |
loadClass(String name)
Return a CLInputStream instance for the class with specified name
(fully-qualified; tokens separated by '/') or null if the class was not
found.
|
public CLInputStream loadClass(String name)
name - the fully-qualified name of the class -- java/util/ArrayList
for example.