Package org.sonatype.nexus.proxy.attributes

Examples of org.sonatype.nexus.proxy.attributes.Attributes.incrementGeneration()


    Calendar cal = Calendar.getInstance();
    cal.setTime(new Date());
    cal.add(Calendar.DATE, daysFromToday);

    // edit object
    attributes.incrementGeneration();
    attributes.setLastRequested(cal.getTime().getTime());
    attributes.setCheckedRemotely(cal.getTime().getTime());

    // save file
    FileOutputStream fos = new FileOutputStream(attributeFile);
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.