Package com.dubture.getcomposer.packages

Examples of com.dubture.getcomposer.packages.PackagistDownloader


   * @return the deserialized package
   * @throws IOException
   */
  public static RepositoryPackage fromPackagist(String name) throws Exception {
   
    PackagistDownloader downloader = new PackagistDownloader();
    return downloader.loadPackage(name);
  }
View Full Code Here


   * @return the deserialized package
   * @throws IOException
   */
  public static RepositoryPackage fromPackagist(String name) throws Exception {
   
    PackagistDownloader downloader = new PackagistDownloader();
    return downloader.loadPackage(name);
  }
View Full Code Here

TOP

Related Classes of com.dubture.getcomposer.packages.PackagistDownloader

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.