Package org.sonatype.nexus.rest.model

Examples of org.sonatype.nexus.rest.model.ContentListDescribeResponseResource.addAttribute()


    // attributes
    final TreeMap<String, String> sortedAttributes = Maps.newTreeMap();
    sortedAttributes.putAll(item.getRepositoryItemAttributes().asMap());
    for (Map.Entry<String, String> entry : sortedAttributes.entrySet()) {
      result.addAttribute(entry.toString());
    }

    // sources
    if (item instanceof StorageCompositeItem) {
      StorageCompositeItem composite = (StorageCompositeItem) item;
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.