| Package | Description |
|---|---|
| de.flapdoodle.embed.process.transitions |
| Modifier and Type | Method and Description |
|---|---|
ImmutableExtractPackage |
ImmutableExtractPackage.Builder.build()
Builds a new
ImmutableExtractPackage. |
static ImmutableExtractPackage |
ImmutableExtractPackage.copyOf(ExtractPackage instance)
Creates an immutable copy of a
ExtractPackage value. |
ImmutableExtractPackage |
ImmutableExtractPackage.withArchive(de.flapdoodle.reverse.StateID<Archive> value)
Copy the current immutable object by setting a value for the
archive attribute. |
static ImmutableExtractPackage |
ExtractPackage.withDefaults() |
ImmutableExtractPackage |
ImmutableExtractPackage.withDestination(de.flapdoodle.reverse.StateID<ExtractedFileSet> value)
Copy the current immutable object by setting a value for the
destination attribute. |
ImmutableExtractPackage |
ImmutableExtractPackage.withDistPackage(de.flapdoodle.reverse.StateID<Package> value)
Copy the current immutable object by setting a value for the
distPackage attribute. |
ImmutableExtractPackage |
ImmutableExtractPackage.withExtractedFileSetStore(Optional<? extends de.flapdoodle.reverse.StateID<ExtractedFileSetStore>> optional)
Copy the current immutable object by setting an optional value for the
extractedFileSetStore attribute. |
ImmutableExtractPackage |
ImmutableExtractPackage.withExtractedFileSetStore(de.flapdoodle.reverse.StateID<ExtractedFileSetStore> value)
Copy the current immutable object by setting a present value for the optional
extractedFileSetStore attribute. |
ImmutableExtractPackage |
ImmutableExtractPackage.withName(de.flapdoodle.reverse.StateID<Name> value)
Copy the current immutable object by setting a value for the
name attribute. |
ImmutableExtractPackage |
ImmutableExtractPackage.withTempDir(de.flapdoodle.reverse.StateID<TempDir> value)
Copy the current immutable object by setting a value for the
tempDir attribute. |
ImmutableExtractPackage |
ImmutableExtractPackage.withTransitionLabel(String value)
Copy the current immutable object by setting a value for the
transitionLabel attribute. |
Copyright © 2025. All rights reserved.