| 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.withHint(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
hint attribute. |
ImmutablePackage |
ImmutablePackage.withHint(String value)
Copy the current immutable object by setting a present value for the optional
hint attribute. |
ImmutablePackage |
ImmutablePackage.withUrl(String value)
Copy the current immutable object by setting a value for the
url attribute. |
Copyright © 2023. All rights reserved.