public interface AssemblyArchiver
| Modifier and Type | Method and Description |
|---|---|
File |
createArchive(Assembly assembly,
String fullName,
String format,
AssemblerConfigurationSource configSource,
boolean recompressZippedFiles,
String mergeManifestMode,
Date outputTimestamp)
Create the assembly archive.
|
static final String ROLE
File createArchive(Assembly assembly, String fullName, String format, AssemblerConfigurationSource configSource, boolean recompressZippedFiles, String mergeManifestMode, Date outputTimestamp) throws ArchiveCreationException, AssemblyFormattingException, InvalidAssemblerConfigurationException
Archiver to be usedAssemblyArchiverPhase
instances, executing each to handle a different
top-level section of the assembly descriptor, if that section is present.assembly - The AssemblyfullName - The full name.format - The format.configSource - The AssemblerConfigurationSourcerecompressZippedFiles - recompress zipped files.mergeManifestMode - How to handle already existing Manifest files (skip, merge, mergewithoutmain)sourceDateEpoch - Timestamp for reproducible archive entriesArchiveCreationException - when creation failsAssemblyFormattingException - when formatting failsInvalidAssemblerConfigurationException - when the configuration is badCopyright © 2002–2019 The Apache Software Foundation. All rights reserved.