Package com.groiss.util


package com.groiss.util
Various utilities for files, strings, and other areas.
  • Class
    Description
    Class for Exceptions thrown in @enterprise and applications.
    Level for logging the exception.
    Special ObjectInputStream that uses the @enterprise class loader, thus, also classes in the application class path can be found.
    Class for defining assertions.
    RuntimeException indicating that an assert failed.
    Provides encoding of raw bytes to base64-encoded characters, and decoding of base64 characters to raw bytes.
    A DataSource that can be created out of a byte array, a String or an input stream.
    Utility for loading classes and creating instances.
    This class is the clipboard for all copy/cut/link actions.
    the supported modes for the clipboard
    Some utility methods used for compatibility between databases.
    Some convenient file methods.
    IPChecker allows to check IP Addresses with respect to the allow/deny patterns specified in the configuration.
    Java implementation of the unix crypt command.
    Use the methods in this class for sending SMTP mails.
    MailAction defines the action for the mail.
    Utility class containing methods for dealing with Message objects.
    Deprecated, for removal: This API element is subject to removal in a future version. 
    This class defines some settings of the server.
    custom AutoCloseable implementation that doesn't define any throws for SilentCloseable.close()
    Some convenient string manipulation methods.
    This class is designed to hold thread specific information which can then be requested anywhere in the code.
    Utility methods for threads.
    Interface for exceptions where the message is directly presented to the user interface.
    Provides a means to exclude serializable objects from serialization mechanisms by wrapping them.