public class UriHelper
extends Object
A Temporary class to help with efficient conversions between
File
and
URI
-
Constructor Summary
Constructors
-
Method Summary
toUri(@NotNull File file,
boolean isDirectory)
toUri(@NotNull Path path,
boolean isDirectory)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
UriHelper
public UriHelper()
-
Method Details
-
toUri
public static URI toUri(@NotNull
@NotNull File file,
boolean isDirectory)
-
toUri
public static URI toUri(@NotNull
@NotNull Path path,
boolean isDirectory)