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