org.codehaus.plexus.component.repository.cdc
public final class ComponentRequirement extends Object
Version: $Id: ComponentRequirement.java 2573 2005-09-30 23:38:00Z jdcasey $
UNKNOWN: Maybe hashCode and equals should use only 'role'
Method Summary | |
---|---|
boolean | equals(Object other) |
String | getFieldMappingType() |
String | getFieldName() |
String | getHumanReadableKey() |
String | getRequirementKey() |
String | getRole() |
String | getRoleHint() |
int | hashCode() |
void | setFieldMappingType(String fieldType) |
void | setFieldName(String fieldName) |
void | setRole(String role) |
void | setRoleHint(String roleHint) |
String | toString() |