| Class | Description |
|---|---|
| AnonymousProxyUtils | |
| AnonymousProxyUtils.GetNumberRunningProxies |
A thread to retrieve the number of proxy instances the result is placed in the referenced JLabel
|
| AnonymousProxyUtils.TerminateRunningProxies |
A thread to terminate all proxy instances the result is placed in the referenced JLabel
|
| AutoProgressBar |
Progress Bars that automatically update based on a given list.
|
| Base64 | |
| Base64.InputStream |
A
Base64.InputStream will read data from another
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
OutputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
| Clipboard |
Sun's clipboard implementation seems way overkill for what
I need at the moment, so I'm just creating my own.
|
| ContentLengthInputStream | |
| CustomClassLoader |
Custom Class Loader used internally for scripts and other similar cases
|
| DataMain | |
| DataMain.FileSorter | |
| FileCacher |
Class used for caching a set of files, and optionally zipping them.
|
| FileUtils |
Various file-related utilities.
|
| FuzzyMatcher |
Created by: David Andersen
Date: Jul 12, 2010
|
| General | |
| General.CursorChanger | |
| General.StringBrowserDisplayer | |
| Install4J |
Handles custom code needed for installation.
|
| JavaLauncher |
Allows for a separate Java process to be spawned.
|
| KeyValue | |
| Media |
Contains helpful media-related stuff.
|
| ProgressBar |
Class for dealing with the progress of a scrape
|
| ProxyServer |
Represents a proxy server that can be used for issuing requests and hiding the real IP of the machine making them
|
| ProxyServerPool |
Represents a pool of proxies to be used by a scrape
|
| ScrapeStateLogger |
Class used to format objects and output them to a log or the web interface.
|
| ScrapingUtil | |
| SessionLogAppender | |
| StartHypersonic | |
| Updater |
Handles unzipping an update file and deleting it.
|
| XMLFileFilter |
Filters for XML files.
|
| XMLFilenameFilter |
Filters for XML files.
|