| Modifier and Type | Method and Description |
|---|---|
static ArchiverType |
ArchiverType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArchiverType[] |
ArchiverType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static @NotNull Archiver |
ArchiverResolver.getArchiver(@NotNull ArchiverType archiverType)
Returns an instance of an archiver of the specified type.
|
static @NotNull String |
ArchiverResolver.getDefaultArchiveExtension(@NotNull ArchiverType archiverType)
Returns default archive file extension for the specified archiver type.
|
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<MutableArtifactImpl,ArchiverType> |
MutableArtifactImpl_.archiverType |
| Modifier and Type | Method and Description |
|---|---|
@NotNull ArchiverType |
ArtifactImpl.getArchiverType() |
@NotNull ArchiverType |
MutableArtifactImpl.getArchiverType() |
@NotNull ArchiverType |
Artifact.getArchiverType()
Returns the type of archiver used for packaging files of this artifact.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MutableArtifactImpl.setArchiverType(@NotNull ArchiverType archiverType) |
void |
MutableArtifact.setArchiverType(@NotNull ArchiverType archiverType) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull ArchiverType |
ArtifactHandlerPublishingResultImpl.getArchiverType() |
@NotNull ArchiverType |
ArtifactHandlerPublishingResult.getArchiverType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ArtifactHandlerPublishingResultImpl.setArchiverType(@NotNull ArchiverType archiverType) |
void |
ArtifactHandlerPublishingResult.setArchiverType(@NotNull ArchiverType archiverType) |
| Modifier and Type | Method and Description |
|---|---|
ArchiverType |
ArchiverTypeAdapter.unmarshal(String name) |
| Modifier and Type | Method and Description |
|---|---|
String |
ArchiverTypeAdapter.marshal(ArchiverType archiverType) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull ArchiverType |
RestArtifact.getArchiverType() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ArchiveUtils.compressFiles(@NotNull ArchiverType archiverType,
@NotNull Iterable<File> sourceFiles,
@NotNull File archiveFile,
@Nullable File baseDirectory)
Compresses multiple files into a single archive.
|
static void |
ArchiveUtils.extractArchive(@NotNull ArchiverType archiverType,
@NotNull File archiveFile,
@NotNull File destinationDirectory)
Extracts an archive contents into the provided destination directory.
|
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.