org.apache.ivy.plugins.repository
public abstract class LazyResource extends Object implements Resource
| Constructor Summary | |
|---|---|
| LazyResource(String name) | |
| Method Summary | |
|---|---|
| boolean | exists() |
| long | getContentLength() |
| long | getLastModified() |
| String | getName() |
| protected abstract void | init() |
| protected void | init(Resource r) |
| boolean | isLocal() |
| protected void | setContentLength(long contentLength) |
| protected void | setExists(boolean exists) |
| protected void | setLastModified(long lastModified) |
| protected void | setLocal(boolean local) |
| String | toString() |