public class Resource extends Object
This is wrapping an URL as returned by the class loader.
The URL class cannot be used directly because it already has a factory associated to it that constructs the URL using its constructor.
public Resource(URL url)
public URL toURL()
public URI toURI() throws URISyntaxException
URISyntaxException
public File toFile() throws URISyntaxException
URISyntaxException
Copyright © 2011 Nuxeo SA. All Rights Reserved.