org.apache.maven.plugin.descriptor
Class Requirement
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Requirement
public Requirement(String role)
Requirement
public Requirement(String role,
String roleHint)
getRole
public String getRole()
getRoleHint
public String getRoleHint()
Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.