Package org.sonatype.nexus.client.core.subsystem.content

Examples of org.sonatype.nexus.client.core.subsystem.content.Content.download()


    final File felixConfig = testData().resolveFile("felix.properties");

    // ensure we have an obr.xml
    final Content content = content();
    final Location obrLocation = new Location(repoId, ".meta/obr.xml");
    content.download(
        obrLocation,
        new File(testIndex().getDirectory("downloads"), repoId + "-obr.xml")
    );

    FileUtils.deleteDirectory(new File(felixHome, "felix-cache"));
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.