Method toURI()
Return type:
java.net.URI
Member of:
java.io.File
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
URI uriRoot = rootFolder.toURI();
2
return realFile.toURI().toURL();
3
return new AuxClassLoader(moduleLoader, main, lib.toURI().toURL());
4
return filename.toURI().toString();
5
r=new FileResource(newFile.toURI().toURL(),null,newFile);
6
serviceURLMap.setProperty(service, files[i].toURI().toString());
7
_alias=new File(can).toURI().toURL();
8
prats.add (new Destination (file.toURI ()));
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.