public final class ComponentImpl extends Object implements org.codehaus.plexus.component.annotations.Component
Component
annotation, supporting the most common attributes.Constructor and Description |
---|
ComponentImpl(Class<?> role,
String hint,
String instantiationStrategy,
String description) |
Modifier and Type | Method and Description |
---|---|
String |
alias() |
Class<? extends Annotation> |
annotationType() |
String |
composer() |
String |
configurator() |
String |
description() |
boolean |
equals(Object rhs) |
String |
factory() |
int |
hashCode() |
String |
hint() |
String |
instantiationStrategy() |
boolean |
isolatedRealm() |
String |
lifecycleHandler() |
String |
profile() |
Class<?> |
role() |
String |
toString() |
String |
type() |
String |
version() |
public Class<?> role()
public String hint()
public String instantiationStrategy()
public String description()
public boolean isolatedRealm()
public String alias()
public String composer()
public String configurator()
public String factory()
public String lifecycleHandler()
public String profile()
public String type()
public String version()
public boolean equals(Object rhs)
equals
in interface Annotation
equals
in class Object
public int hashCode()
hashCode
in interface Annotation
hashCode
in class Object
public String toString()
toString
in interface Annotation
toString
in class Object
public Class<? extends Annotation> annotationType()
annotationType
in interface Annotation
Copyright © 2017. All rights reserved.