Thousands of examples at your fingertips!
All classes, methods fields etc. are linked to the API documentation.
All members are listed by frequency of use or alphabetically (see left pane).
Links to examples and utility functions/classes are shown below
Class java.net.URI
[api documentation] [ main menu] Search

Links to examples (only one line shown below for each example):
[add your own example]

1 URI relativeURI;
2 URI uriRoot = rootFolder.toURI();
3 URI absoluteURI = new URI(href);
4 URI uri = null;
5 URI uri = new URI(u.toExternalForm());
6 return realFile.toURI().toURL();
7 _file =new File(new URI(url.toString()));
8 java.net.URI uri;
9 URI uri = entry.getURI();
10 URI uri = ae.getURI();
11 URI u;
12 URI uri = new URI(url);
13 URI uri = new URI(url.toExternalForm());
14 in.setSystemId(file.toURI().toURL().toString());
15 return file.toURI().toURL();
16 return new AuxClassLoader(moduleLoader, main, lib.toURI().toURL());
17 String path = entry.getURI().getPath();
18 url = file.toURI().toURL(); // NOI18N
19 String node = entry.getURI().getPath().substring(1);
20 f = new File(new URI(aUrl.toString()));

Links to utility classes and functions:

1 deparameterize(String uri, Map parameters) org.apache.cocoon.util.NetUtils
2 parameterize(String uri, Map parameters) org.apache.cocoon.util.NetUtils
3 removeAuthorisation(String uri) org.apache.cocoon.util.NetUtils
4 normalize(String uri) org.apache.cocoon.util.NetUtils
5 org.apache.commons.httpclient.util.URIUtil
6 org.apache.util.URIUtil
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.