com.thaiopensource.util
Class UriOrFile
java.lang.Object
com.thaiopensource.util.UriOrFile
public class UriOrFile
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UriOrFile
private UriOrFile()
toUri
public static String toUri(String uriOrFile)
hasScheme
private static boolean hasScheme(String str)
isAlpha
private static boolean isAlpha(char c)
isAlnum
private static boolean isAlnum(char c)
fileToUri
public static String fileToUri(String file)
throws MalformedURLException
- Throws:
MalformedURLException
fileToUri
public static String fileToUri(File file)
throws MalformedURLException
- Throws:
MalformedURLException
uriToUriOrFile
public static String uriToUriOrFile(String uri)
main
public static void main(String[] args)