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 Archiver |
ArchiverResolver.getArchiver(ArchiverType archiverType)
Returns an instance of an archiver of the specified type.
|
static String |
ArchiverResolver.getDefaultArchiveExtension(ArchiverType archiverType)
Returns default archive file extension for the specified archiver type.
|
Modifier and Type | Method and Description |
---|---|
ArchiverType |
ArtifactImpl.getArchiverType() |
ArchiverType |
MutableArtifactImpl.getArchiverType() |
ArchiverType |
Artifact.getArchiverType()
Returns the type of archiver used for packaging files of this artifact.
|
Modifier and Type | Method and Description |
---|---|
void |
MutableArtifactImpl.setArchiverType(ArchiverType archiverType) |
void |
MutableArtifact.setArchiverType(ArchiverType archiverType) |
Modifier and Type | Method and Description |
---|---|
ArchiverType |
ArtifactHandlerPublishingResultImpl.getArchiverType() |
ArchiverType |
ArtifactHandlerPublishingResult.getArchiverType() |
Modifier and Type | Method and Description |
---|---|
void |
ArtifactHandlerPublishingResultImpl.setArchiverType(ArchiverType archiverType) |
void |
ArtifactHandlerPublishingResult.setArchiverType(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 |
---|---|
ArchiverType |
RestArtifact.getArchiverType() |
Modifier and Type | Method and Description |
---|---|
static void |
ArchiveUtils.compressFiles(ArchiverType archiverType,
Iterable<File> sourceFiles,
File archiveFile,
File baseDirectory)
Compresses multiple files into a single archive.
|
static void |
ArchiveUtils.extractArchive(ArchiverType archiverType,
File archiveFile,
File destinationDirectory)
Extracts an archive contents into the provided destination directory.
|
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.