| Interface | Description |
|---|---|
| IntExtractor<T> |
Extracts an integer value.
|
| UtilI18NResourceKeys |
I18N resource bundle keys that identify the messages needed by the util module.
|
| ZipUtil.ZipEntryVisitor |
Used by
ZipUtil.walkZipFile(File, ZipEntryVisitor) to visit zip entries. |
| Class | Description |
|---|---|
| Base64 |
Class to Base64 encode strings.
|
| ByteUtil |
Utilities for working with bytes and byte arrays.
|
| IniEditor |
Loads, edits and saves INI-style configuration files.
|
| IniEditor.Section |
Loads, edits and saves a section of an INI-style configuration file.
|
| MessageDigestGenerator |
An object that generates a message digest or hash for algorithms such as MD5 or SHA.
|
| NumberUtil |
Utilities for dealing with number parsing / formatting.
|
| ObjectNameFactory |
Should only be used for static instantiantion of object names.
|
| PropertiesFileUpdate |
This utility helps update one or more properties in a .properties file without losing the ordering of existing
properties or comment lines.
|
| StopWatch | |
| StringPropertyReplacer |
A utility class for replacing properties in strings.
|
| StringUtil | |
| TokenReplacingProperties |
This map is basically an extension of the
Properties class that can resolve the references
to values of other keys inside the values. |
| TokenReplacingReader |
Copied from http://tutorials.jenkov.com/java-howto/replace-strings-in-streams-arrays-files.html
with fixes to
TokenReplacingReader.read(char[], int, int) and added support for escaping. |
| ZipUtil |
A set of utility methods for working with zip files.
|
| Exception | Description |
|---|---|
| IniEditor.NoSuchSectionException |
Thrown when an inexistent section is addressed.
|
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.