|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--edu.yale.emailet.ClassRepository
| Constructor Summary | |
ClassRepository()
The default constructor will set the repository path to the value of the emailet.repository property. |
|
ClassRepository(java.lang.String path)
|
|
| Method Summary | |
InlineClass |
getInlineClass(java.lang.String name)
Look for a class in the repository and return an InlineClass object which contain the name and byte code of the class. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ClassRepository(java.lang.String path)
path - The path of the class repository, without the trailing "/".public ClassRepository()
| Method Detail |
public InlineClass getInlineClass(java.lang.String name)
throws java.io.IOException
name - Name of the class looked for
java.io.IOException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||