| java.lang.Object org.apache.ivy.core.retrieve.RetrieveEngine
RetrieveEngine | public class RetrieveEngine (Code) | | |
Method Summary | |
public Map | determineArtifactsToCopy(ModuleRevisionId mrid, String destFilePattern, RetrieveOptions options) | public 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 ?) then an
IllegalStateException is thrown and nothing is copied. |
retrieve | public int retrieve(ModuleRevisionId mrid, String destFilePattern, RetrieveOptions options) throws IOException(Code) | | 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 ?) then an
IllegalStateException is thrown and nothing is copied.
|
|
|