Package | Description |
---|---|
org.codehaus.plexus |
Provides the API that bootstraps the Plexus Component managment.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
PlexusContainer.autowire(java.lang.Object component)
Assembles a component and returns it.
|
java.lang.Object |
PlexusContainer.createAndAutowire(java.lang.String clazz)
Creates a corrosponding component instance found in this container's classrealm, then autowires it.
|
Copyright © 2014. All Rights Reserved.