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