@Value.Immutable
public interface DistributionPackage
| Modifier and Type | Method and Description |
|---|---|
String |
archivePath() |
ArchiveType |
archiveType() |
static ImmutableDistributionPackage.Builder |
builder() |
FileSet |
fileSet() |
static DistributionPackage |
of(ArchiveType archiveType,
FileSet fileSet,
String path) |
@Value.Parameter ArchiveType archiveType()
@Value.Parameter FileSet fileSet()
@Value.Parameter String archivePath()
static DistributionPackage of(ArchiveType archiveType, FileSet fileSet, String path)
static ImmutableDistributionPackage.Builder builder()
Copyright © 2022. All rights reserved.