|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.jci.listeners.NotifyingListener
org.apache.commons.jci.listeners.ResourceStoringListener
org.apache.commons.jci.listeners.ReloadingListener
org.apache.commons.jci.listeners.CompilingListener
Nested Class Summary |
Nested classes inherited from class org.apache.commons.jci.listeners.NotifyingListener |
NotifyingListener.Signal |
Field Summary |
Fields inherited from class org.apache.commons.jci.listeners.ReloadingListener |
changed, created, deleted, reloader |
Fields inherited from class org.apache.commons.jci.listeners.NotifyingListener |
notificationListener, repository |
Constructor Summary | |
CompilingListener(java.io.File pRepository)
|
|
CompilingListener(java.io.File pRepository,
JavaCompiler pCompiler,
TransactionalResourceStore pTransactionalStore)
|
Method Summary | |
CompilationResult |
getCompilationResult()
|
ResourceStore |
getStore()
|
void |
onStart()
|
void |
onStop()
|
Methods inherited from class org.apache.commons.jci.listeners.ReloadingListener |
onChangeDirectory, onChangeFile, onCreateDirectory, onCreateFile, onDeleteDirectory, onDeleteFile |
Methods inherited from class org.apache.commons.jci.listeners.NotifyingListener |
checked, getRepository, setNotificationListener, waitForCheck, waitForFirstCheck, waitForNotification |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CompilingListener(java.io.File pRepository)
public CompilingListener(java.io.File pRepository, JavaCompiler pCompiler, TransactionalResourceStore pTransactionalStore)
Method Detail |
public ResourceStore getStore()
getStore
in class ReloadingListener
public CompilationResult getCompilationResult()
public void onStart()
onStart
in interface FilesystemAlterationListener
onStart
in class ReloadingListener
public void onStop()
onStop
in interface FilesystemAlterationListener
onStop
in class ReloadingListener
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |