Package com.buglabs.util

Interface Summary
BugBundleConstants Constants relating to bundles.
IStreamMultiplexerListener  
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.
BugBundleActivator Utility base bundle activator ensures some log service is available.
LogServiceUtil Utility functions relating to OSGi log service.
ServiceFilterGenerator To be used by generators.
StreamMultiplexer A class for sharing an InputStream among multiple clients.
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).