See: Description
Class | Description |
---|---|
CHelperLib |
Helper class with information about the current version information and release
version.
|
LogProvider |
Helper framework for Java logger instances.
|
LogProvider.MCSHandlerBridge | |
RingBuffer<E> |
Ring buffer with a pre defined length of elements.
|
TINEUtilties |
Some TINE utility methods and featured function which are not provided in the
TINE lib itself.
|
UIUtilities | |
Utilities |
Utility class methods.
|
Version |
Version information.
|
Version.Developer |
Developer information.
|
Enum | Description |
---|---|
LogProvider.ELoggingProperty |
Exception | Description |
---|---|
AnnotationException |
Annotation exception.
|
RingBuffer.EmptyQueueException |
Runtime exception of an empty queue.
|
Annotation Type | Description |
---|---|
ADeveloper |
Developer information for version annotation.
|
AVersion |
Application version specification.
|
Version: $Id: package.html 73056 2016-09-05 15:37:18Z walla $
de.desy.mst.libs.util.helper
For fetching the version information for this package you should call
the class method CHelperLib.getVersion()
. It returns a Version
instance with all relevant information included.
For creating a logger instance you should call one of the LogProvider.getLogger
class methods. It will return a Java conform logger instance.
Depending on the given parameters you can enforce the granularity
of the logger instance.
LogProvider.getLogger(final Class> clazz, final Level level, final ELoggingProperty property, final boolean hasDateFormat)
.
Level.FINEST
will output from this level up to Level.SEVERE
.
LogProvider.ELoggingProperty.FILE_STORAGE
)
or the handling of the MCS 1 logging with a bridge interface (LogProvider.ELoggingProperty.MCS_LOGGING
).
false
no date will be included.
Two methods allowing to build a human readable interface for the TINE address information and to fetch the host name from the TINE context and server.
17-November-2016 09:39 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft