org.apache.ivy.core.retrieve
public class RetrieveEngine extends Object
| Constructor Summary | |
|---|---|
| RetrieveEngine(RetrieveEngineSettings settings, EventManager eventManager) | |
| Method Summary | |
|---|---|
| Map | determineArtifactsToCopy(ModuleRevisionId mrid, String destFilePattern, RetrieveOptions options) |
| int | retrieve(ModuleRevisionId mrid, String destFilePattern, RetrieveOptions options)
example of destFilePattern : - lib/[organisation]/[module]/[artifact]-[revision].[type] -
lib/[artifact].[type] : flatten with no revision moduleId is used with confs and
localCacheDirectory to determine an ivy report file, used as input for the copy If such a
file does not exist for any conf (resolve has not been called before ?) |