| java.lang.Object |
| ↳ |
org.eclipse.sisu.plexus.ComponentImpl |
Class Overview
Partial runtime implementation of Plexus @Component annotation, supporting the most common attributes.
Summary
| Public Constructors |
|
|
ComponentImpl(Class<?> role, String hint, String instantiationStrategy, String description)
|
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
final
void
|
wait()
|
|
From interface
java.lang.annotation.Annotation
|
abstract
Class<? extends Annotation>
|
annotationType()
|
|
abstract
boolean
|
equals(Object arg0)
|
|
abstract
int
|
hashCode()
|
|
abstract
String
|
toString()
|
|
Public Constructors
public
ComponentImpl
(Class<?> role, String hint, String instantiationStrategy, String description)
Public Methods
public
Class<? extends Annotation>
annotationType
()
public
String
composer
()
public
String
configurator
()
public
String
description
()
public
boolean
equals
(Object rhs)
public
String
instantiationStrategy
()
public
boolean
isolatedRealm
()
public
String
lifecycleHandler
()
public
String
toString
()