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

com.perceptnet.commons.utils.ResourceUtils Maven / Gradle / Ivy

The newest version!
package com.perceptnet.commons.utils;

/**
 * created by vkorovkin ([email protected]) on 12/7/2018
 */
public class ResourceUtils {

    public static boolean exists(String resName) {
        return ResourceUtils.class.getClassLoader().getResource(resName) != null;
    }



}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy