Package org.javalite.common


package org.javalite.common
This package is a Swiss Army knife of utilities used in JavaLite as well as outside
  • Interface Summary
    Interface
    Description
     
  • Class Summary
    Class
    Description
    This class is a direct copy of code from Java8 for backwards compatibility with older JDKs.
    This class implements a decoder for decoding byte data using the Base64 encoding scheme as specified in RFC 4648 and RFC 2045.
    This class implements an encoder for encoding byte data using the Base64 encoding scheme as specified in RFC 4648 and RFC 2045.
    A case insensitive map for java.lang.String keys.
    A case insensitive set for java.lang.String elements.
     
    Convenience class for type conversions.
     
    This is a helper class for converting distance bewteen two dates to a human format, like: "two days", "three months", etc.
     
    Deprecated.
    Utility class to shell out system commands.
     
    Prints a two dimensional array to STDIO as a formatted table.
    Simple implementation of small quick templates filled with dynamic data. An example of a template:
     
    Borrowed from Apache Artemis.
  • Exception Summary
    Exception
    Description