- setAddBuildEnvironmentEntries(boolean) - Method in class org.apache.maven.archiver.ManifestConfiguration
-
Setter for the field addBuildEnvironmentEntries
.
- setAddClasspath(boolean) - Method in class org.apache.maven.archiver.ManifestConfiguration
-
Setter for the field addClasspath
.
- setAddDefaultEntries(boolean) - Method in class org.apache.maven.archiver.ManifestConfiguration
-
Setter for the field addDefaultEntries
.
- setAddDefaultImplementationEntries(boolean) - Method in class org.apache.maven.archiver.ManifestConfiguration
-
Setter for the field addDefaultImplementationEntries
.
- setAddDefaultSpecificationEntries(boolean) - Method in class org.apache.maven.archiver.ManifestConfiguration
-
Setter for the field addDefaultSpecificationEntries
.
- setAddExtensions(boolean) - Method in class org.apache.maven.archiver.ManifestConfiguration
-
Setter for the field addExtensions
.
- setAddMavenDescriptor(boolean) - Method in class org.apache.maven.archiver.MavenArchiveConfiguration
-
Setter for the field addMavenDescriptor
.
- setArchiver(JarArchiver) - Method in class org.apache.maven.archiver.MavenArchiver
-
Setter for the field archiver
.
- setBuildJdkSpecDefaultEntry(boolean) - Method in class org.apache.maven.archiver.MavenArchiver
-
Add "Build-Jdk-Spec" entry as part of default manifest entries (true by default).
- setClasspathLayoutType(String) - Method in class org.apache.maven.archiver.ManifestConfiguration
-
Set the type of layout to use when formatting classpath entries.
- setClasspathPrefix(String) - Method in class org.apache.maven.archiver.ManifestConfiguration
-
Setter for the field classpathPrefix
.
- setCompress(boolean) - Method in class org.apache.maven.archiver.MavenArchiveConfiguration
-
Setter for the field compress
.
- setCreatedBy(String, String, String) - Method in class org.apache.maven.archiver.MavenArchiver
-
Define a value for "Created By" entry.
- setCustomClasspathLayout(String) - Method in class org.apache.maven.archiver.ManifestConfiguration
-
- setForced(boolean) - Method in class org.apache.maven.archiver.MavenArchiveConfiguration
-
Sets, whether recreating the archive is forced (default).
- setIndex(boolean) - Method in class org.apache.maven.archiver.MavenArchiveConfiguration
-
- setMainClass(String) - Method in class org.apache.maven.archiver.ManifestConfiguration
-
Setter for the field mainClass
.
- setManifest(ManifestConfiguration) - Method in class org.apache.maven.archiver.MavenArchiveConfiguration
-
Setter for the field manifest
.
- setManifestEntries(Map<String, String>) - Method in class org.apache.maven.archiver.MavenArchiveConfiguration
-
Setter for the field manifestEntries
.
- setManifestFile(File) - Method in class org.apache.maven.archiver.MavenArchiveConfiguration
-
Setter for the field manifestFile
.
- setManifestSections(List<ManifestSection>) - Method in class org.apache.maven.archiver.MavenArchiveConfiguration
-
Setter for the field manifestSections
.
- setName(String) - Method in class org.apache.maven.archiver.ManifestSection
-
Setter for the field name
.
- setOutputFile(File) - Method in class org.apache.maven.archiver.MavenArchiver
-
setOutputFile.
- setPackageName(String) - Method in class org.apache.maven.archiver.ManifestConfiguration
-
Setter for the field packageName
.
- setPomPropertiesFile(File) - Method in class org.apache.maven.archiver.MavenArchiveConfiguration
-
Sets the location of the "pom.properties" file.
- setRecompressAddedZips(boolean) - Method in class org.apache.maven.archiver.MavenArchiveConfiguration
-
Setter for the field recompressAddedZips
.
- setUseUniqueVersions(boolean) - Method in class org.apache.maven.archiver.ManifestConfiguration
-
Set the flag for whether snapshot artifacts should be added to the classpath using the timestamp/buildnumber
version (the default, when this flag is true), or using the generic -SNAPSHOT version (when the flag is false).
- SIMPLE_LAYOUT - Static variable in class org.apache.maven.archiver.MavenArchiver
-
The simply layout.
- SIMPLE_LAYOUT_NONUNIQUE - Static variable in class org.apache.maven.archiver.MavenArchiver
-
simple layout non unique.