Package fr.jayasoft.ivy.report

Examples of fr.jayasoft.ivy.report.DownloadStatus


      new MDArtifact(md, module, type, type);
   
    ArtifactDownloadReport report =
      ivy.download(artifact, null);
   
    DownloadStatus status = report.getDownloadStatus();
    if (status == DownloadStatus.FAILED) {
      throw new BuildException("Could not resolve resource.");
    }
   
    String path = ivy.getArchivePathInCache(artifact);
View Full Code Here

TOP

Related Classes of fr.jayasoft.ivy.report.DownloadStatus

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.