com.buglabs.osgi.filesystem.init
Interface FileMonitor

All Known Implementing Classes:
AbstractFileMonitor, InstalledBundleMonitor, RunLevelFileMonitor

public interface FileMonitor

Represents an init file that has some control within the OSGi framework environment.


Method Summary
 java.io.File getFile()
           
 boolean update()
           
 

Method Detail

update

boolean update()
               throws java.lang.Exception
Returns:
true if update occurred successfully, false if the bundle has been removed from the system.
Throws:
java.lang.Exception

getFile

java.io.File getFile()
Returns:
absolute path of file.