com.okworx.ilcd.validation.util.StandaloneLocator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ilcd-validation Show documentation
Show all versions of ilcd-validation Show documentation
A Java library for performing technical validation of data in ILCD data format.
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