Package com.buglabs.dragonfly.util

Interface Summary
ISerializer Implementor are able to read and write program models to disk in some format.
 

Class Summary
Base64 Encodes and decodes to and from Base64 notation.
Base64.InputStream A Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
BaseAction This abstract action handles updating the action with the model object currently being selected by the user.
BugListener  
BUGNetUrls Static class for storing BUGNet api info such as relative URLs to WS calls.
BugnetWSHelper A set of static methods to send/receive data from BUGNet.
BugWSHelper Web Service Access helper methods for accessing BUG from IDE.
DynamicByteBuffer A ADT for storing an arbitrary list of bytes.
JarUtils Utils for extracting informatino out of jars
LDBugListener Local discovery type listener
ModelUtils  
PluginUtils  
SerializerFactory Factory for getting a package/program serializer.
SLPListener SLP type listener
SSLUtils A set of static helper classes to connect to HTTPS server
UIUtils  
URLUtils A set of static helper classes to create BUGNet URLS.
WSHelper