org.codehaus.mojo.buildinfo.util
Class BuildInfoUtils
java.lang.Object
org.codehaus.mojo.buildinfo.util.BuildInfoUtils
public class BuildInfoUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BuildInfoUtils
public BuildInfoUtils()
getStandardProjectBuildInfoFile
public static File getStandardProjectBuildInfoFile(File outputDirectory,
String artifactId,
String version)
writeXml
public static void writeXml(BuildInfo buildInfo,
File outputFile)
throws IOException
- Throws:
IOException
readXml
public static BuildInfo readXml(File inputFile)
throws IOException,
BuildInfoConstructionException
- Throws:
IOException
BuildInfoConstructionException
Copyright © 2011 Codehaus. All Rights Reserved.