js.tinyvm
Class ClassPath
java.lang.Object
js.tinyvm.ClassPath
- All Implemented Interfaces:
- IClassPath
public class ClassPath
- extends Object
- implements IClassPath
Class path.
- Rating

ClassPath
public ClassPath(String classPath)
- Constructor.
- Parameters:
classPath
- string class path separated with File.pathSeparatorChar
getInputStream
public InputStream getInputStream(String className)
throws IOException
- Description copied from interface:
IClassPath
- Get input stream with the given class byte code.
- Specified by:
getInputStream
in interface IClassPath
- Parameters:
className
- name of class with '/' as separator
- Throws:
IOException
- if class could not be found in class path
toString
public String toString()
- Overrides:
toString
in class Object