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

me.xethh.libs.toolkits.PathDetecting.PathDetectorFactory Maven / Gradle / Ivy

There is a newer version: 2.1.7
Show newest version
package me.xethh.libs.toolkits.PathDetecting;

public class PathDetectorFactory {
    public static PathDetector get(String path){
        return new PathDetector.PathDetectorImpl(path);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy