|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Metadata in org.sonatype.aether |
|---|
| Methods in org.sonatype.aether that return Metadata | |
|---|---|
Metadata |
RepositoryEvent.getMetadata()
|
| Uses of Metadata in org.sonatype.aether.deployment |
|---|
| Methods in org.sonatype.aether.deployment that return types with arguments of type Metadata | |
|---|---|
Collection<Metadata> |
DeployResult.getMetadata()
Gets the metadata that got deployed. |
Collection<Metadata> |
DeployRequest.getMetadata()
Gets the metadata to deploy. |
| Methods in org.sonatype.aether.deployment with parameters of type Metadata | |
|---|---|
DeployResult |
DeployResult.addMetadata(Metadata metadata)
Adds the specified metadata to this result. |
DeployRequest |
DeployRequest.addMetadata(Metadata metadata)
Adds the specified metadata for deployment. |
| Method parameters in org.sonatype.aether.deployment with type arguments of type Metadata | |
|---|---|
DeployResult |
DeployResult.setMetadata(Collection<Metadata> metadata)
Sets the metadata that got deployed. |
DeployRequest |
DeployRequest.setMetadata(Collection<Metadata> metadata)
Sets the metadata to deploy. |
| Uses of Metadata in org.sonatype.aether.installation |
|---|
| Methods in org.sonatype.aether.installation that return types with arguments of type Metadata | |
|---|---|
Collection<Metadata> |
InstallResult.getMetadata()
Gets the metadata that got installed. |
Collection<Metadata> |
InstallRequest.getMetadata()
Gets the metadata to install. |
| Methods in org.sonatype.aether.installation with parameters of type Metadata | |
|---|---|
InstallResult |
InstallResult.addMetadata(Metadata metadata)
Adds the specified metadata to this result. |
InstallRequest |
InstallRequest.addMetadata(Metadata metadata)
Adds the specified metadata for installation. |
| Method parameters in org.sonatype.aether.installation with type arguments of type Metadata | |
|---|---|
InstallResult |
InstallResult.setMetadata(Collection<Metadata> metadata)
Sets the metadata that got installed. |
InstallRequest |
InstallRequest.setMetadata(Collection<Metadata> metadata)
Sets the metadata to install. |
| Uses of Metadata in org.sonatype.aether.metadata |
|---|
| Subinterfaces of Metadata in org.sonatype.aether.metadata | |
|---|---|
interface |
MergeableMetadata
A piece of metadata that needs to be merged with any current metadata before installation/deployment. |
| Methods in org.sonatype.aether.metadata that return Metadata | |
|---|---|
Metadata |
Metadata.setFile(File file)
Sets the file of the metadata. |
| Uses of Metadata in org.sonatype.aether.repository |
|---|
| Methods in org.sonatype.aether.repository with parameters of type Metadata | |
|---|---|
String |
LocalRepositoryManager.getPathForLocalMetadata(Metadata metadata)
Gets the relative path for locally built metadata. |
String |
LocalRepositoryManager.getPathForRemoteMetadata(Metadata metadata,
RemoteRepository repository,
String context)
Gets the relative path for metadata cached from a remote repository. |
| Uses of Metadata in org.sonatype.aether.resolution |
|---|
| Methods in org.sonatype.aether.resolution that return Metadata | |
|---|---|
Metadata |
MetadataResult.getMetadata()
Gets the resolved metadata (if any). |
Metadata |
MetadataRequest.getMetadata()
Gets the metadata to resolve. |
| Methods in org.sonatype.aether.resolution with parameters of type Metadata | |
|---|---|
MetadataResult |
MetadataResult.setMetadata(Metadata metadata)
Sets the resolved metadata. |
MetadataRequest |
MetadataRequest.setMetadata(Metadata metadata)
Sets the metadata to resolve. |
| Constructors in org.sonatype.aether.resolution with parameters of type Metadata | |
|---|---|
MetadataRequest(Metadata metadata)
Creates a request to resolve the specified metadata from the local repository. |
|
MetadataRequest(Metadata metadata,
RemoteRepository repository,
String context)
Creates a request with the specified properties. |
|
| Uses of Metadata in org.sonatype.aether.transfer |
|---|
| Methods in org.sonatype.aether.transfer that return Metadata | |
|---|---|
Metadata |
MetadataTransferException.getMetadata()
|
| Constructors in org.sonatype.aether.transfer with parameters of type Metadata | |
|---|---|
MetadataNotFoundException(Metadata metadata,
RemoteRepository repository)
|
|
MetadataNotFoundException(Metadata metadata,
RemoteRepository repository,
String message)
|
|
MetadataTransferException(Metadata metadata,
RemoteRepository repository,
String message)
|
|
MetadataTransferException(Metadata metadata,
RemoteRepository repository,
Throwable cause)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||