Package com.github.mjeanroy.junit.servers.commons.core


package com.github.mjeanroy.junit.servers.commons.core
  • Classes
    Class
    Description
    A composite classloader is a classloader that has: A parent classloader. A fallback classloader. When resolving classes or resources, the parent classloader is consulted first, and if that classloader cannot find the class (or resource), the fallback classloader is tried.
    Static encoding utilities.
    Static Java Utilities.
    Static URL utilities.