org.apache.maven.plugin.nar
Class NarProperties

java.lang.Object
  extended by org.apache.maven.plugin.nar.NarProperties

public class NarProperties
extends java.lang.Object


Method Summary
static NarProperties getInstance(org.apache.maven.project.MavenProject project)
          Retrieve the NarProperties
 java.lang.String getProperty(java.lang.String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static NarProperties getInstance(org.apache.maven.project.MavenProject project)
                                 throws org.apache.maven.plugin.MojoFailureException
Retrieve the NarProperties

Parameters:
project - may be null
Returns:
Throws:
org.apache.maven.plugin.MojoFailureException

getProperty

public java.lang.String getProperty(java.lang.String key)


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.