public interface AssemblyArchiver
Modifier and Type | Method and Description |
---|---|
File |
createArchive(Assembly assembly,
String fullName,
String format,
AssemblerConfigurationSource configSource,
boolean recompressZippedFiles,
String mergeManifestMode,
Date sourceDateEpoch)
Create the assembly archive.
|
File createArchive(Assembly assembly, String fullName, String format, AssemblerConfigurationSource configSource, boolean recompressZippedFiles, String mergeManifestMode, Date sourceDateEpoch) 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 Assembly
fullName
- The full name.format
- The format.configSource
- The AssemblerConfigurationSource
recompressZippedFiles
- 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–2022 The Apache Software Foundation. All rights reserved.