com.buglabs.osgi.filesystem.init
Class FileMonitorFactory

java.lang.Object
  extended by com.buglabs.osgi.filesystem.init.FileMonitorFactory

public class FileMonitorFactory
extends java.lang.Object

Creates a new FileMonitor implementation.


Constructor Summary
FileMonitorFactory()
           
 
Method Summary
static FileMonitor createFileMonitor(java.io.File f, StartLevel startService)
          Given the path of the file, determine and return an implementation suitable for the file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileMonitorFactory

public FileMonitorFactory()
Method Detail

createFileMonitor

public static FileMonitor createFileMonitor(java.io.File f,
                                            StartLevel startService)
                                     throws java.io.IOException,
                                            BundleException
Given the path of the file, determine and return an implementation suitable for the file.

Parameters:
f -
startService -
Returns:
Throws:
java.io.IOException
BundleException