public interface PaxVariableProvider
PaxTarEntryStrategy
to add more Pax variables to Pax headers.PaxTarEntryStrategy| Modifier and Type | Method and Description |
|---|---|
void |
addVariables(Map<String,String> variables,
Object entity,
org.entityfs.el.AbsoluteLocation location,
TarEntrySettings effectiveSettings,
Date lastModified)
Add Pax variables for the entity that is being added to the Tar archive
to the supplied map.
|
void addVariables(Map<String,String> variables, Object entity, org.entityfs.el.AbsoluteLocation location, TarEntrySettings effectiveSettings, Date lastModified) throws ArchiveEntryAddException
variables - The map to add variables to.entity - The entity that is being added to the Tar archive. This is
a file, a directory or an InputStream.location - The location of the entry in the archive.effectiveSettings - The effective settings for the entry.lastModified - The time when the entity to add was last modified.ArchiveEntryAddException - On errors.