Package | Description |
---|---|
org.codehaus.plexus |
Provides the API that bootstraps the Plexus Component managment.
|
org.codehaus.plexus.component.discovery |
Component discovery in Plexus is the act of finding component metadata.
|
org.codehaus.plexus.component.repository |
Provides classes for defining/describing components and dependencies as they are contained in a component repository.
|
Class and Description |
---|
ComponentDescriptor
Component instantiation description.
|
Class and Description |
---|
ComponentSetDescriptor
Contains a set of ComponentDescriptors and the set's dependencies.
|
Class and Description |
---|
ComponentDependency
This represents a project which this component depends upon to function
properly, for example, a required jar file.
|
ComponentDescriptor
Component instantiation description.
|
ComponentRequirement
This represents a component this is required by another component.
|
ComponentSetDescriptor
Contains a set of ComponentDescriptors and the set's dependencies.
|
Copyright © 2019. All rights reserved.