Uses of Interface
org.eclipse.aether.transform.FileTransformer
-
Packages that use FileTransformer Package Description org.eclipse.aether The primary API of theRepositorySystem
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 -
-
Uses of FileTransformer in org.eclipse.aether
Methods in org.eclipse.aether that return types with arguments of type FileTransformer Modifier and Type Method Description java.util.Collection<FileTransformer>
DefaultRepositorySystemSession.NullFileTransformerManager. getTransformersForArtifact(Artifact artifact)
-
Uses of FileTransformer in org.eclipse.aether.connector.basic
Fields in org.eclipse.aether.connector.basic declared as FileTransformer Modifier and Type Field Description private FileTransformer
BasicRepositoryConnector.PutTaskRunner. fileTransformer
Constructors in org.eclipse.aether.connector.basic with parameters of type FileTransformer Constructor Description PutTaskRunner(java.net.URI path, java.io.File file, FileTransformer fileTransformer, java.util.List<RepositoryLayout.Checksum> checksums, 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! -
Uses of FileTransformer in org.eclipse.aether.internal.impl
Methods in org.eclipse.aether.internal.impl with parameters of type FileTransformer Modifier and Type Method Description private void
DefaultInstaller. install(RepositorySystemSession session, RequestTrace trace, Artifact artifact, LocalRepositoryManager lrm, java.io.File srcFile, FileTransformer fileTransformer)
-
Uses of FileTransformer in org.eclipse.aether.spi.connector
Fields in org.eclipse.aether.spi.connector declared as FileTransformer Modifier and Type Field Description private FileTransformer
ArtifactUpload. fileTransformer
Methods in org.eclipse.aether.spi.connector that return FileTransformer Modifier and Type Method Description FileTransformer
ArtifactUpload. getFileTransformer()
Methods in org.eclipse.aether.spi.connector with parameters of type FileTransformer Modifier and Type Method Description ArtifactUpload
ArtifactUpload. setFileTransformer(FileTransformer fileTransformer)
Constructors in org.eclipse.aether.spi.connector with parameters of type FileTransformer Constructor Description ArtifactUpload(Artifact artifact, java.io.File file, FileTransformer fileTransformer)
Creates a new upload with the specified properties. -
Uses of FileTransformer in org.eclipse.aether.transform
Methods in org.eclipse.aether.transform that return types with arguments of type FileTransformer Modifier and Type Method Description java.util.Collection<FileTransformer>
FileTransformerManager. getTransformersForArtifact(Artifact artifact)
All transformers for this specific artifact.
-