All Classes

Class Description
ConfigLocator
This enumeration represents configuration folder locations (of type File) and configuration file retrieval as of the chosen configuration mode.
Correlation
The Correlation assigns an according (as of the enumeration) Correlation-TID to the invoking process, this TID is used in log files and is part of the process's request or response pay-load in order to track process execution throughout a JVM.
DumpBuilder
The DumpBuilder assists you in inspecting the content of an object.
DumpBuilderImpl
Extend the DumpBuilderImpl.toDump(Object, Map) wit a List if visited objects and a "nested"-counter and dig recursively into the object.
EnvironmentUtility
Utility class with helpful methods for working with a system's environment variables.
OperatingSystem
Enumeration with the (supported) operating systems.
ProcessResult
Retrieves the Result of the given process as String.
PropertyBuilder
Converts a key to the format of a system property (camel-case) or an environment variable (snake-case in upper-case).
PropertyBuilderImpl
The Class PropertyBuilderImpl.
ReflectionUtility
The Class ReflectionUtility.
ReflectionUtility.NonExistingValueClass
This class indicates a non existing value in the name-to-value mapping.
RequestCorrelation<B extends RequestCorrelation<B>>
Provides methods to set Request-Correlation behavior: When enabled via RequestCorrelation.setRequestCorrelation(boolean) (or the like), then an existing Request-Correlation-TID might be forwarded by setting it into the Correlation singleton via Correlation.REQUEST's Correlation.setId(String).
RuntimeUtility
Utility for acquiring runtime information on software systems, classes or objects.
SessionCorrelation<B extends SessionCorrelation<B>>
Provides methods to set Session-Correlation behavior: When enabled via SessionCorrelation.setSessionCorrelation(boolean) (or the like), then an existing Session-Correlation-TID might be forwarded by setting it into the Correlation singleton via Correlation.SESSION's Correlation.setId(String).
Shell
Enumeration with the (relevant) shells (command line interpreters).
SystemContext
Describes the context within a system's environment regarding host, user and application contexts as well as the currently invoked Java runtime session.
SystemUtility
Utility for acquiring system information on the machine this process is running in.
Terminal
Enumeration with the (relevant) terminals as well as interpolated terminal metrics.