org.apache.maven.plugin.descriptor
Class Requirement
java.lang.Object
org.apache.maven.plugin.descriptor.Requirement
- All Implemented Interfaces:
- Cloneable
public class Requirement
- extends Object
- implements Cloneable
Describes a component requirement.
- Author:
- Brett Porter
Requirement
public Requirement(String role)
Requirement
public Requirement(String role,
String roleHint)
getRole
public String getRole()
getRoleHint
public String getRoleHint()
clone
public Requirement clone()
- Creates a shallow copy of this requirement.
- Overrides:
clone
in class Object
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.