org.eclipse.sisu.plexus
Package Index
|
Class Index
org.eclipse.sisu.plexus
Interfaces
PlexusBean
<T>
PlexusBeanConverter
PlexusBeanLocator
PlexusBeanMetadata
PlexusBeanModule
PlexusBeanSource
PlexusTypeListener
Strategies
Classes
ClassRealmManager
ComponentDescriptorBeanModule
ComponentImpl
CompositeBeanHelper
ConfigurationImpl
DefaultPlexusBeanLocator
Hints
PlexusAnnotatedBeanModule
PlexusAnnotatedMetadata
PlexusBindingModule
PlexusBundlePlan
PlexusDateTypeConverter
PlexusLifecycleManager
PlexusSpaceModule
PlexusTypeBinder
PlexusTypeVisitor
PlexusXmlBeanConverter
PlexusXmlBeanModule
RequirementImpl
Roles
Package Index
|
Class Index
Summary:
Methods
|
Inherited Methods
|
[Expand All]
public final class
PlexusXmlBeanConverter
extends
Object
implements
PlexusBeanConverter
java.lang.Object
↳
org.eclipse.sisu.plexus.PlexusXmlBeanConverter
Class Overview
PlexusBeanConverter
Module that converts Plexus XML configuration into beans.
Summary
Public Methods
Object
convert
(
TypeLiteral
role,
String
value)
[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
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
From interface
org.eclipse.sisu.plexus.PlexusBeanConverter
abstract <T> T
convert
(
TypeLiteral
<T> role,
String
value)
Converts the given constant value to a bean of the given type.
Public Methods
public
Object
convert
(
TypeLiteral
role,
String
value)