|
Class Summary |
| Base64 |
|
| Base64.Base64Encoder |
|
| ByteFormat |
Acknowledgment: This file was originally provided by the Ignite Realtime
community, and was part of the Spark project (distributed under the terms of
the LGPL). |
| Entities |
Provides HTML and XML entity utilities. |
| Entities.ArrayEntityMap |
|
| Entities.BinaryEntityMap |
|
| Entities.HashEntityMap |
|
| Entities.IntHashMap |
A hash map that uses primitive ints for the key rather than objects. |
| Entities.LookupEntityMap |
|
| Entities.MapIntMap |
|
| Entities.PrimitiveEntityMap |
|
| Entities.TreeEntityMap |
|
| FileHandler |
Simple file logging Handler. |
| FileUtils |
Utility class that allows to check if a given file is an image or to obtain
the file thumbnail icon. |
| GenericBuffer<T> |
The GenericBuffer class provides a way to minimize the effort needed to
buffer any kind of information. |
| GraphicUtils |
The GraphicUtils is an utility class that gives access to some
simple graphics operations, like an easy creating of a clipped shape or
image, or painting of a border glow. |
| GuiUtils |
The StringUtils class is used through this ui implementation for
some special operations with strings. |
| Html2Text |
A utility class that allows to extract the text content of an HTML page
stripped from all formatting tags. |
| ImageUtils |
Utility methods for image manipulation. |
| Logger |
Standard logging methods. |
| NetworkUtils |
Utility methods and fields to use when working with network addresses. |
| OrderedProperties |
Implementation of Properties that keep order of couples [key, value] added. |
| OSUtils |
Utility fields for OS detection. |
| ScLogFormatter |
Print a brief summary of the LogRecord in a human readable. |
| ScStdOut |
This class provides a PrintWriter implementation that we use to replace
System.out so that we could capture output from all libs or SC code that
uses calls to System.out.println(); |
| ServiceUtils |
Gathers utility functions related to OSGi services such as getting a service
registered in a BundleContext. |
| Sha1Crypto |
|
| SortedProperties |
This class is a sorted version of classical java.util.Properties. |
| SoundFileUtils |
Defines the different permit extension file. |
| SRVRecord |
This class describes an DNS'S SRV record. |
| StringUtils |
Utility class that helps to work with String class. |
| UtilActivator |
The only raison d'etre for this Activator is so that it would set a global
exception handler. |