org.codehaus.mojo.tools.project.extras
Class RequiredPOMPropertyChecker
java.lang.Object
org.codehaus.mojo.tools.project.extras.RequiredPOMPropertyChecker
public class RequiredPOMPropertyChecker
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequiredPOMPropertyChecker
public RequiredPOMPropertyChecker()
checkForRequiredPOMProperty
public static void checkForRequiredPOMProperty(MavenProject project,
String property)
throws RequiredPOMPropertyMissingException
- Throws:
RequiredPOMPropertyMissingException
checkForRequiredPOMProperties
public static void checkForRequiredPOMProperties(MavenProject project,
Collection properties)
throws RequiredPOMPropertyMissingException
- Throws:
RequiredPOMPropertyMissingException
Copyright © 2005-2008 Codehaus. All Rights Reserved.