| Package | Description |
|---|---|
| de.flapdoodle.embed.process.config.store |
| Modifier and Type | Method and Description |
|---|---|
ImmutablePackage |
ImmutablePackage.Builder.build()
Builds a new
ImmutablePackage. |
static ImmutablePackage |
ImmutablePackage.copyOf(Package instance)
Creates an immutable copy of a
Package value. |
static ImmutablePackage |
ImmutablePackage.of(ArchiveType archiveType,
FileSet fileSet,
String url)
Construct a new immutable
Package instance. |
ImmutablePackage |
ImmutablePackage.withArchiveType(ArchiveType value)
Copy the current immutable object by setting a value for the
archiveType attribute. |
ImmutablePackage |
ImmutablePackage.withFileSet(FileSet value)
Copy the current immutable object by setting a value for the
fileSet attribute. |
ImmutablePackage |
ImmutablePackage.withUrl(String value)
Copy the current immutable object by setting a value for the
url attribute. |
Copyright © 2022. All rights reserved.