| Package | Description |
|---|---|
| js.converter |
Convert value types to and from string representation.
|
| js.lang |
Common types and exceptions.
|
| js.log |
Logging system.
|
| js.util |
Utility functions for strings, files, dynamic types manipulation, parameters validation and more.
|
| Class and Description |
|---|
| BugError
Thrown for conditions that are clearly out of normal code logic, that is, very likely to be a bug.
|
| Class and Description |
|---|
| AsyncExceptionListener
Asynchronous exception listener.
|
| Callback
Piece of functionality executed after some asynchronous logic completion.
|
| Config
Generic configuration object with XML like structure.
|
| ConfigException
Configuration object is not well formed or is not valid.
|
| Looper
A looper is one that makes loops.
|
| LooperThread
Thread that executes
Looper.loop() with optional iteration period. |
| ManagedLifeCycle
A managed life cycle covers instance creation, post-construction and pre-destroying.
|
| ManagedPostConstruct
Hook executed after managed instance was created, initialized and configured.
|
| ManagedPreDestroy
Hook executed just before managed instance destruction.
|
| Pair
Immutable pair of string values.
|
| SyntaxException
Thrown whenever a parser encounter illegal syntax.
|
| VarArgs
Wrapper for variable arguments used by reflexive method invocation.
|
| Class and Description |
|---|
| Config
Generic configuration object with XML like structure.
|
| ConfigException
Configuration object is not well formed or is not valid.
|
| Configurable
A configurable instance can be configured with a
Config object. |
| Class and Description |
|---|
| BugError
Thrown for conditions that are clearly out of normal code logic, that is, very likely to be a bug.
|
| Config
Generic configuration object with XML like structure.
|
| ConfigBuilder
Configuration object builder.
|
| ConfigException
Configuration object is not well formed or is not valid.
|
| Handler
Generic logic that process an argument and return a value.
|
| NoSuchBeingException
Thrown when class, method or field cannot be reflexively found or an expected entity is missing.
|
| Pair
Immutable pair of string values.
|
| Predicate
Generic predicate evaluator.
|
Copyright © 2018. All rights reserved.