Uses of Class
org.jreleaser.maven.plugin.Archive.Format
-
Packages that use Archive.Format Package Description org.jreleaser.maven.plugin -
-
Uses of Archive.Format in org.jreleaser.maven.plugin
Methods in org.jreleaser.maven.plugin that return Archive.Format Modifier and Type Method Description static Archive.FormatArchive.Format. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Archive.Format[]Archive.Format. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jreleaser.maven.plugin that return types with arguments of type Archive.Format Modifier and Type Method Description java.util.Set<Archive.Format>Archive. getFormats()Methods in org.jreleaser.maven.plugin with parameters of type Archive.Format Modifier and Type Method Description voidArchive. addFormat(Archive.Format format)Method parameters in org.jreleaser.maven.plugin with type arguments of type Archive.Format Modifier and Type Method Description voidArchive. setFormats(java.util.Set<Archive.Format> formats)
-