br.com.damsete.arq.report.utils.ClassLoaders Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ireport Show documentation
Show all versions of ireport Show documentation
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