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

flabbergast.LoadLibraries Maven / Gradle / Ivy

package flabbergast;

public abstract class LoadLibraries implements UriLoader {

    private ResourcePathFinder finder;

    public ResourcePathFinder getFinder() {
        return finder;
    }
    public void setFinder(ResourcePathFinder finder) {
        this.finder = finder;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy