Package org.eclipse.sisu.plexus
Class LazyPlexusBean<T>
java.lang.Object
org.eclipse.sisu.plexus.LazyPlexusBean<T>
- All Implemented Interfaces:
Map.Entry<String,,T> PlexusBean<T>
Map.Entry representing a lazy @Named Plexus bean; the bean is only retrieved when the value is requested.-
Field Details
-
bean
-
-
Constructor Details
-
LazyPlexusBean
-
-
Method Details
-
getKey
-
getValue
-
setValue
-
getDescription
- Specified by:
getDescriptionin interfacePlexusBean<T>- Returns:
- Human readable description
-
getImplementationClass
- Specified by:
getImplementationClassin interfacePlexusBean<T>- Returns:
- Bean implementation class
-
toString
-