org.apache.ivy.plugins.resolver.packager
public class BuiltFileResource extends Object implements Resource
| Field Summary | |
|---|---|
| static String | BUILT_ARTIFACT_PATTERN
Where the build file should put built artifacts (relative
to the build directory). |
| Constructor Summary | |
|---|---|
| BuiltFileResource(File file) | |
| BuiltFileResource(File dir, Artifact artifact) | |
| Method Summary | |
|---|---|
| Resource | clone(String name) |
| boolean | exists() |
| long | getContentLength() |
| File | getFile() |
| long | getLastModified() |
| String | getName() |
| boolean | isLocal() |
| InputStream | openStream() |
| String | toString() |