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

com.github.zhengframework.configuration.io.FileLocationStrategy Maven / Gradle / Ivy

There is a newer version: 1.8.0
Show newest version
package com.github.zhengframework.configuration.io;

import java.net.URL;
import java.util.Optional;

public interface FileLocationStrategy {

  Optional locate(FileSystem fileSystem, FileLocator locator);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy