Package | Description |
---|---|
com.igormaznitsa.meta.common.exceptions | |
com.igormaznitsa.meta.common.interfaces | |
com.igormaznitsa.meta.common.templates | |
com.igormaznitsa.meta.common.utils |
Modifier and Type | Interface and Description |
---|---|
interface |
MetaErrorListener
Interface for a meta error processor catching errors detected by the common module methods.
|
class |
MetaErrorListeners
Service containing all error listeners for the common module methods and providing their notifications.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Disposable
Auxiliary interface describing disposable object.
|
Modifier and Type | Class and Description |
---|---|
class |
DisposableTemplate
Template providing disposable functionality.
|
class |
KeepCreationPointTemplate
Allows to keep information about point where instance of the class was created.
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayUtils
Set of auxiliary methods to process arrays.
|
class |
Assertions
Set of auxiliary methods for assertion.
|
class |
CallTrace
The Class allows to save stack trace history (it is possible to keep it in packed format) and restore it to text representation for request.
|
class |
Deferrers
Auxiliary tool to defer some actions and process them in some point in future.
|
class |
GetUtils
Auxiliary methods to get values.
|
class |
IOUtils
Auxiliary methods for IO operations.
|
class |
ThreadUtils
Auxiliary methods for thread processing.
|
class |
TimeGuard
Allows to detect violations of execution time for code blocks or just measure time for them.
|
static interface |
TimeGuard.TimeAlertListener
Interface for any object to be informed about time alerts.
|
static class |
TimeGuard.TimeData
Data container for time watching action.
|
Copyright © 2011–2021 Igor Maznitsa. All rights reserved.