Package com.buglabs.util

Interface Summary
BugBundleConstants Constants relating to bundles.
IStreamMultiplexerListener Deprecated. StreamMultiplexer is no longer used.
OSGiServiceLoader.IServiceLoader This method will be called on every service that matches the criteria passed into loadServices().
RemoteOSGiServiceConstants RemoteOSGiService provides transparent access to services on remote service platforms.
 

Class Summary
Base64 Encodes and decodes to and from Base64 notation.
Base64.Base64InputStream A Base64.Base64InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.Base64OutputStream A Base64.Base64OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
ConfigAdminUtil Static helper methods to work with the ConfigurationAdmin
LogServiceUtil Utility functions relating to OSGi log service.
OSGiServiceLoader A utility for loading a set of pre-existing registered services into client-defined state.
ServiceFilterGenerator To be used by generators.
StreamMultiplexer Deprecated. This class can exhibit strange behavior
StreamMultiplexerEvent Representation of a StreamMultiplexerEvent
StringUtil An assortment of string utilities to close the gap to J2SE 1.4
Version Back-port of OSGi R4 Version class.
XmlNode This class represents an XML Node.
XmlParser XMLParser is a highly-simplified XML DOM parser.
XpathQuery Reduced XPath query engine against simplified Xml DOM.
 

Exception Summary
SelfReferenceException This exception is thrown when an attempt is made to add itself as a child (to itself).