org.apache.ivy.plugins.repository.url
public class URLResource extends Object implements Resource
| Constructor Summary | |
|---|---|
| URLResource(URL url) | |
| Method Summary | |
|---|---|
| Resource | clone(String cloneName) |
| boolean | exists() |
| long | getContentLength() |
| long | getLastModified() |
| String | getName() |
| URL | getURL() |
| boolean | isLocal() |
| InputStream | openStream() |
| String | toString() |