Package | Description |
---|---|
org.eclipse.aether |
The primary API of the
RepositorySystem and its functionality. |
org.eclipse.aether.connector.basic |
Support for downloads/uploads using remote repositories that have a URI-based content structure/layout.
|
org.eclipse.aether.internal.impl |
The various sub components that collectively implement the repository system.
|
org.eclipse.aether.spi.connector |
The contract to access artifacts/metadata in remote repositories.
|
org.eclipse.aether.transform |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<FileTransformer> |
DefaultRepositorySystemSession.NullFileTransformerManager.getTransformersForArtifact(Artifact artifact) |
Modifier and Type | Field and Description |
---|---|
private FileTransformer |
BasicRepositoryConnector.PutTaskRunner.fileTransformer |
Constructor and Description |
---|
PutTaskRunner(java.net.URI path,
java.io.File file,
FileTransformer fileTransformer,
java.util.List<RepositoryLayout.ChecksumLocation> checksumLocations,
TransferTransportListener<?> listener)
IMPORTANT When using a fileTransformer, the content of the file is stored in memory to
ensure that file content and checksums stay in sync!
|
Modifier and Type | Method and Description |
---|---|
private void |
DefaultInstaller.install(RepositorySystemSession session,
RequestTrace trace,
Artifact artifact,
LocalRepositoryManager lrm,
java.io.File srcFile,
FileTransformer fileTransformer) |
Modifier and Type | Field and Description |
---|---|
private FileTransformer |
ArtifactUpload.fileTransformer |
Modifier and Type | Method and Description |
---|---|
FileTransformer |
ArtifactUpload.getFileTransformer() |
Modifier and Type | Method and Description |
---|---|
ArtifactUpload |
ArtifactUpload.setFileTransformer(FileTransformer fileTransformer) |
Constructor and Description |
---|
ArtifactUpload(Artifact artifact,
java.io.File file,
FileTransformer fileTransformer)
Creates a new upload with the specified properties.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<FileTransformer> |
FileTransformerManager.getTransformersForArtifact(Artifact artifact)
Deprecated.
All transformers for this specific artifact.
|