| Package | Description |
|---|---|
| be.atbash.util | |
| be.atbash.util.base64 | |
| be.atbash.util.codec | |
| be.atbash.util.exception | |
| be.atbash.util.reflection | |
| be.atbash.util.version |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionUtils
Static helper class for use dealing with Collections.
|
class |
StringUtils
Simple utility class for String operations useful across the framework.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Base64Codec
Base64 encode and decode because only available in Java 8.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ByteSource
A
ByteSource wraps a byte array and provides additional encoding operations. |
interface |
ByteSourceCreator |
class |
CodecSupport
Base abstract class that provides useful encoding and decoding operations, especially for character data.
|
class |
Hex
Hexadecimal encoder and decoder.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AtbashException
Root exception for all Atbash runtime exceptions.
|
class |
AtbashIllegalActionException
This is some kind of Developer exception when (s)he has done something wrong.
|
class |
AtbashUnexpectedException
Developer can use this to rethrow an exception when we know that it should never happen.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClassUtils
Utility class used to conveniently interact with
Classes, such as acquiring them from the
application ClassLoaders and instantiating Objects from them. |
class |
UnknownClassException
The Atbash framework's
RuntimeException equivalent of the JDK's ClassNotFoundException. |
| Modifier and Type | Class and Description |
|---|---|
class |
VersionReader
Reads the information from the Manifest file for a certain module.
|
Copyright © 2014–2018. All rights reserved.