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

se.ugli.habanero.j.internal.ResourceUtil Maven / Gradle / Ivy

There is a newer version: 1.8.1.1
Show newest version
package se.ugli.habanero.j.internal;

public final class ResourceUtil {

	public static boolean exists(final String className) {
		return ResourceUtil.class.getResource(className) != null;
	}

	private ResourceUtil() {
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy