Examples of configureXStream()


Examples of org.sonatype.plexus.rest.resource.PlexusResource.configureXStream()

    // then apply all the needed stuff from Resources
    for (Map.Entry<String, PlexusResource> entry : plexusResources.entrySet()) {
      try {
        PlexusResource resource = entry.getValue();
        resource.configureXStream(xstream);
      }
      catch (Exception e) {
        logger.warn("Failed to configure xstream for resource: {}", entry.getKey(), e);
      }
    }
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.