jline.internal
Class Urls

java.lang.Object
  extended by jline.internal.Urls

public class Urls
extends Object

URL helpers.

Since:
2.7
Author:
Jason Dillon, Guillaume Nodet

Constructor Summary
Urls()
           
 
Method Summary
static URL create(File file)
           
static URL create(String input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Urls

public Urls()
Method Detail

create

public static URL create(String input)

create

public static URL create(File file)


Copyright © 2013. All Rights Reserved.