org.apache.ivy.plugins.resolver.packager
public class PackagerCacheEntry extends Object
Constructor Summary | |
---|---|
PackagerCacheEntry(ModuleRevisionId mr, File rootDir, File resourceCache, String resourceURL, boolean validate, boolean preserve, boolean restricted, boolean verbose, boolean quiet) |
Method Summary | |
---|---|
void | build(Resource packagerResource, Map properties)
Attempt to build this entry.
|
boolean | cleanup() |
protected void | finalize() |
ResolvedResource | getBuiltArtifact(Artifact artifact)
Get a built artifact.
|
boolean | isBuilt()
Has this entry been successfully built? |
protected void | saveFile(String name, InputStream input) |
protected void | saveFile(String name) |
Parameters: packagerResource packager metadata resource properties a map of properties to pass to the child Ant build responsible for dependency packaging
Throws: IllegalStateException if this entry has already been built
Throws: IllegalStateException if this entry's built has not (yet) completed successfully