| Interface | Description |
|---|---|
| Artifact | |
| ArtifactInfo | |
| ConflictManager | |
| DependencyArtifactDescriptor |
This describes an artifact that is asked for a dependency.
|
| DependencyDescriptor | |
| DependencyResolver | |
| IvyAware | |
| LatestStrategy | |
| ModuleDescriptor | |
| PublishingDependencyRevisionResolver | |
| ResolvedModuleRevision |
| Class | Description |
|---|---|
| AbstractArtifact | |
| ArtifactId |
Identifies an artifact in a module, without revision information
|
| ArtifactRevisionId |
identifies an artifact in a particular module revision
|
| Configuration |
Represents a module configuration
|
| Configuration.Visibility | |
| DefaultArtifact | |
| DefaultDependencyArtifactDescriptor |
TODO write javadoc
|
| DefaultDependencyDescriptor |
This class can be used as the default implementation for DependencyDescriptor.
|
| DefaultModuleDescriptor | |
| DefaultModuleRevision | |
| DefaultPublishingDRResolver | |
| Ivy |
Ivy is a free java based dependency manager.
|
| IvyNode | |
| IvyNode.EvictionData | |
| License | |
| Main |
class used to launch ivy as a standalone tool
arguments are :
-conf
|
| MDArtifact | |
| ModuleId | |
| ModuleRevisionId | |
| ResolveData | |
| ResolvedURL | |
| Status |
| Exception | Description |
|---|---|
| CircularDependencyException |
Unchecked exception thrown when a circular dependency exists between projects.
|