|
Enhydra 5.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for a recompilation handler. A recompilation handler is used to check if a class is out-of-date relative to its source file and to recompile the class if it is out-of-date.
Method Summary | |
void |
init(XMLCReloadingFactory factory)
Bind to a factory. |
boolean |
isOutOfDate(ClassEntry classEntry)
Determine if the specified class file is out-of-date relative to its class file. |
void |
recompile(ClassEntry classEntry)
Recompile a class file from its source file. |
Method Detail |
public void init(XMLCReloadingFactory factory)
factory
- Factory that is creating the object. Useful
for getting logging object.public boolean isOutOfDate(ClassEntry classEntry) throws XMLCReloadingException
classEntry
- Object containing originally loaded class and
the current class.
XMLCReloadingException
public void recompile(ClassEntry classEntry) throws XMLCReloadingException
classEntry
- Object containing originally loaded class and
the current class.
XMLCReloadingException
|
Enhydra 5.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |