public abstract class Library
extends java.lang.Object
implements java.io.Closeable
| Constructor and Description |
|---|
Library(java.io.File source) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
java.io.File |
getSource() |
abstract boolean |
hasClass(java.lang.String name) |
abstract java.io.InputStream |
loadClass(java.lang.String name) |
public java.io.File getSource()
public abstract boolean hasClass(java.lang.String name)
public abstract java.io.InputStream loadClass(java.lang.String name)
throws java.io.IOException
java.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseablejava.io.IOException