Package com.buglabs.osgi.filesystem.util

Interface Summary
PipeReaderThread.InputAction  
PipeWriterThread.ContentSource Defines the source of content from which will be read and sent to clients on the pipe.
ServiceTrackerHelper.ManagedInlineRunnable A ManagedRunnable that calls run() in-line with parent thread.
ServiceTrackerHelper.ManagedRunnable A runnable that provides access to OSGi services passed to ServiceTrackerHelper.
ServiceTrackerHelper.UnmanagedRunnable Deprecated. Use ServiceTrackerCustomizer instead.
 

Class Summary
AbstractPipeThread Push output of reader to clients on other side of pipe.
LogServiceUtil Utility functions relating to OSGi log service.
PipeReaderThread Given a filename and an InputAction, will create and read from a pipe, passing input to the InputAction.
PipeWriterThread Push output of reader to clients on other side of pipe.
ServiceFilterGenerator To be used by generators.
ServiceTrackerHelper Helper class to construct ServiceTrackers.