pxb.java.nio.file.FileSystem Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gradle Show documentation
Show all versions of gradle Show documentation
fakeradnroid gradle builder
package pxb.java.nio.file;
import java.io.Closeable;
public abstract class FileSystem implements Closeable {
public abstract Path getPath(String first, String... more);
}