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

org.fix4j.spec.codegen.Util.groovy Maven / Gradle / Ivy

There is a newer version: 1.6
Show newest version
package org.fix4j.spec.codegen

/**
 * User: ben
 * Date: 5/09/2014
 * Time: 5:39 AM
 */
class Util {
    private Util() {}

    public static File getFileOnClasspath(String specLocationOnClasspath) {
        final URL resource = SpecParser.class.getResource(specLocationOnClasspath);
        final File fixSpec = new File(resource.getFile());
        return fixSpec
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy