Here you can find the source of getUri()
public static URI getUri()
//package com.java2s; //License from project: Apache License import java.net.URI; public class Main { private static URI uri; public static URI getUri() { return uri; }// www .j ava2 s . co m }