org.apache.maven.plugin.descriptor
Class Requirement

java.lang.Object
  extended by org.apache.maven.plugin.descriptor.Requirement

public class Requirement
extends Object

Describes a component requirement.

Version:
$Id: Requirement.java 640549 2008-03-24 20:05:11Z bentmann $
Author:
Brett Porter

Constructor Summary
Requirement(String role)
           
Requirement(String role, String roleHint)
           
 
Method Summary
 String getRole()
           
 String getRoleHint()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Requirement

public Requirement(String role)

Requirement

public Requirement(String role,
                   String roleHint)
Method Detail

getRole

public String getRole()

getRoleHint

public String getRoleHint()


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.