static final class DefaultRepositorySystemSession.NullFileTransformerManager extends java.lang.Object implements FileTransformerManager
Modifier and Type | Field and Description |
---|---|
static FileTransformerManager |
INSTANCE |
Constructor and Description |
---|
NullFileTransformerManager() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<FileTransformer> |
getTransformersForArtifact(Artifact artifact)
All transformers for this specific artifact.
|
public static final FileTransformerManager INSTANCE
public java.util.Collection<FileTransformer> getTransformersForArtifact(Artifact artifact)
FileTransformerManager
All transformers for this specific artifact. Be aware that if you want to create additional files, but also want to the original to be deployed, you must add an explicit transformer for that file too (one that doesn't transform the artifact and data).
IMPORTANT When using a fileTransformer, the content of the file is stored in memory to ensure that file content and checksums stay in sync!
getTransformersForArtifact
in interface FileTransformerManager
artifact
- the artifactnull