构造函数和描述 |
---|
MavenArchiveConfiguration() |
public boolean isCompress()
compress
public boolean isRecompressAddedZips()
public void setRecompressAddedZips(boolean recompressAddedZips)
recompressAddedZips
-recompressAddedZips
public boolean isIndex()
index
public boolean isAddMavenDescriptor()
public File getManifestFile()
manifestFile
public ManifestConfiguration getManifest()
manifest
public void setCompress(boolean compress)
compress
- 将压缩设置为真/假。public void setIndex(boolean index)
index
- 将索引设置为真/假。public void setAddMavenDescriptor(boolean addMavenDescriptor)
addMavenDescriptor
- 激活是否添加 Maven 描述符。public void setManifestFile(File manifestFile)
manifestFile
- 清单文件。public void setManifest(ManifestConfiguration manifest)
manifest
-ManifestConfiguration
public boolean isManifestEntriesEmpty()
public Map<String,String> getManifestEntries()
manifestEntries
public void setManifestEntries(Map<String,String> manifestEntries)
manifestEntries
-manifestEntries
public void addManifestSection(ManifestSection section)
section
-ManifestSection
public void addManifestSections(List<ManifestSection> list)
list
- 添加了ManifestSection
.public boolean isManifestSectionsEmpty()
public List<ManifestSection> getManifestSections()
manifestSections
public void setManifestSections(List<ManifestSection> manifestSections)
manifestSections
- 设置列表ManifestSection
。public boolean isForced()
返回,是否强制重新创建存档(默认)。将此选项设置为 false 意味着存档程序应将包含文件的时间戳与目标存档的时间戳进行比较,并且仅在后一个时间戳在前一个时间戳之前时重建存档。检查时间戳通常会提供性能增益(特别是,如果可以抑制构建中的以下步骤,如果不重新归档存档),则您会不时获得不准确的结果。特别是,不会检测到源文件的删除。
存档器不一定支持检查更新。如果是这样,将此选项设置为 true 将被忽略。
setForced(boolean)
public void setForced(boolean forced)
设置是否强制重新创建存档(默认)。将此选项设置为 false 意味着存档程序应将包含文件的时间戳与目标存档的时间戳进行比较,并且仅在后一个时间戳在前一个时间戳之前时重建存档。检查时间戳通常会提供性能增益(特别是,如果可以抑制构建中的以下步骤,如果不重新归档存档),则您会不时获得不准确的结果。特别是,不会检测到源文件的删除。
存档器不一定支持检查更新。如果是这样,将此选项设置为 true 将被忽略。
forced
- 真,如果应始终创建目标存档;否则为假isForced()
public File getPomPropertiesFile()
public void setPomPropertiesFile(File pomPropertiesFile)
pomPropertiesFile
- “pom.properties”位置或空。版权所有 © 2002–2022 Apache 软件基金会。版权所有。