All Downloads are FREE. Search and download functionalities are using the official Maven repository.

br.com.damsete.arq.report.utils.ClassLoaders Maven / Gradle / Ivy

Go to download

Component that facilitates the handling of reports with JasperReports library

The newest version!
package br.com.damsete.arq.report.utils;

public class ClassLoaders {

    private ClassLoaders() {
        super();
    }

    public static ClassLoader getClassLoaderForResource() {
        return Thread.currentThread().getContextClassLoader();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy