|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InstallRequest | |
---|---|
org.sonatype.aether | |
org.sonatype.aether.impl | |
org.sonatype.aether.impl.internal | |
org.sonatype.aether.installation |
Uses of InstallRequest in org.sonatype.aether |
---|
Methods in org.sonatype.aether with parameters of type InstallRequest | |
---|---|
InstallResult |
RepositorySystem.install(RepositorySystemSession session,
InstallRequest request)
Installs a collection of artifacts and their accompanying metadata to the local repository. |
Uses of InstallRequest in org.sonatype.aether.impl |
---|
Methods in org.sonatype.aether.impl with parameters of type InstallRequest | |
---|---|
InstallResult |
Installer.install(RepositorySystemSession session,
InstallRequest request)
Installs a collection of artifacts and their accompanying metadata to the local repository. |
MetadataGenerator |
MetadataGeneratorFactory.newInstance(RepositorySystemSession session,
InstallRequest request)
Creates a new metadata generator for the specified install request. |
Uses of InstallRequest in org.sonatype.aether.impl.internal |
---|
Methods in org.sonatype.aether.impl.internal with parameters of type InstallRequest | |
---|---|
InstallResult |
DefaultRepositorySystem.install(RepositorySystemSession session,
InstallRequest request)
|
InstallResult |
DefaultInstaller.install(RepositorySystemSession session,
InstallRequest request)
|
Uses of InstallRequest in org.sonatype.aether.installation |
---|
Methods in org.sonatype.aether.installation that return InstallRequest | |
---|---|
InstallRequest |
InstallRequest.addArtifact(Artifact artifact)
Adds the specified artifacts for installation. |
InstallRequest |
InstallRequest.addMetadata(Metadata metadata)
Adds the specified metadata for installation. |
InstallRequest |
InstallResult.getRequest()
Gets the install request that was made. |
InstallRequest |
InstallRequest.setArtifacts(Collection<Artifact> artifacts)
Sets the artifacts to install. |
InstallRequest |
InstallRequest.setMetadata(Collection<Metadata> metadata)
Sets the metadata to install. |
InstallRequest |
InstallRequest.setTrace(RequestTrace trace)
Sets the trace information that describes the higher level request/operation in which this request is issued. |
Constructors in org.sonatype.aether.installation with parameters of type InstallRequest | |
---|---|
InstallResult(InstallRequest request)
Creates a new result for the specified request. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |