Package io.clonecloudstore.common.standard.system


package io.clonecloudstore.common.standard.system
  • Class
    Description
    Base16, Base32 and Base64 codecs
     
    Checker for Parameters

    Can be used for String (testing also emptiness) and for general Object.
    For null String only, use the special method.
    Efficient Random generator using ThreadLocalRandom
    Singleton utility class
    Utility class to be used only in classes where standard Logger is not allowed
    A collection of utility methods to retrieve and parse the values of the Java system properties and from ConfigProvider.
    Inspired from http://commons.apache.org/lang/api-2.4/org/apache/commons/lang/ SystemUtils.html
    Improve Random generation