Package org.moxie

Examples of org.moxie.Metadata.merge()


      oldMetadata = MetadataReader.readMetadata(metadataFile);
    }

    Metadata metadata = new Metadata(dependency, isSnapshotMetadata);
    if (oldMetadata != null) {
      metadata.merge(oldMetadata);
    }

    FileUtils.writeContent(metadataFile, metadata.toXML());
    metadataFile.setLastModified(metadata.lastUpdated.getTime());
   
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.