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

com.okworx.ilcd.validation.util.StandaloneLocator Maven / Gradle / Ivy

Go to download

A Java library for performing technical validation of data in ILCD data format.

There is a newer version: 2.7.2
Show newest version
package com.okworx.ilcd.validation.util;

import java.net.URL;

/**
 * 

StandaloneLocator class.

* * @author oliver.kusche * @version $Id: $Id */ public class StandaloneLocator implements Locator { /** {@inheritDoc} */ public URL resolve(URL url) { return url; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy