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

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

The newest version!
package me.xethh.libs.toolkits.PathDetecting;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy