Package org.aksw.commons.path.nio
Class FileSystemSpec
java.lang.Object
org.aksw.commons.path.nio.FileSystemSpec
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedFileSystemSpec(Map<String, ?> env, ClassLoader loader, URI uri) protectedFileSystemSpec(Map<String, ?> env, ClassLoader loader, PathSys<String, FileSystemSpec> basePath) -
Method Summary
Modifier and TypeMethodDescriptionbooleanisPath()booleanisUri()static FileSystemSpecof(Map<String, ?> env, ClassLoader loader, URI uri) static FileSystemSpecof(Map<String, ?> env, ClassLoader loader, PathSys<String, FileSystemSpec> basePath) resolve()
-
Field Details
-
env
-
loader
-
uri
-
basePath
-
-
Constructor Details
-
FileSystemSpec
protected FileSystemSpec(Map<String, ?> env, ClassLoader loader, PathSys<String, FileSystemSpec> basePath) -
FileSystemSpec
-
-
Method Details
-
of
-
of
public static FileSystemSpec of(Map<String, ?> env, ClassLoader loader, PathSys<String, FileSystemSpec> basePath) -
isUri
public boolean isUri() -
isPath
public boolean isPath() -
resolve
- Throws:
IOException
-