Package com.norconex.commons.lang


package com.norconex.commons.lang
Miscellaneous classes.
  • Class
    Description
    A range from a possible set of values that rolls over when defined circular start or end is reached.
    Utility class for finding names of classes implementing an interface or class in directories or JAR files.
    Class-related utility methods.
    Convenience methods related to object equality.
    Exception-related utility methods.
    Memory-related utility methods.
    Operators used by a few conditions based on comparable values (e.g., numbers, dates, etc.).
    Provides an abstraction over operating-system specific resources (e.g. paths).
    Formats percentage as string.
    Utility class for loading resource from class loader, relative to a given class.
    Convenience class to put to sleep the currently running thread.
    Runtime Sleep exception wrapping any InterruptedException thrown.
    Provides convenience methods complementing the SLF4J offerings.
    Deprecated.
    Since 2.0.0, use StringUtil
    System-related convenience methods.
    Generates a unique ID made out of the current time in milliseconds, combined with a thread-safe atomic sequence value that guarantees order and uniqueness within the same JVM.
    Version-related convenience methods.