org.codehaus.mojo.tools.project.extras
Class RequiredPOMPropertyChecker

java.lang.Object
  extended by org.codehaus.mojo.tools.project.extras.RequiredPOMPropertyChecker

public class RequiredPOMPropertyChecker
extends Object


Constructor Summary
RequiredPOMPropertyChecker()
           
 
Method Summary
static void checkForRequiredPOMProperties(MavenProject project, Collection properties)
           
static void checkForRequiredPOMProperty(MavenProject project, String property)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequiredPOMPropertyChecker

public RequiredPOMPropertyChecker()
Method Detail

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.