| Package | Description |
|---|---|
| de.flapdoodle.embed.process.config.store |
| Modifier and Type | Method and Description |
|---|---|
FileType |
ImmutableEntry.type() |
abstract FileType |
FileSet.Entry.type() |
static FileType |
FileType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileType[] |
FileType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FileSet.Builder |
FileSet.Builder.addEntry(FileType type,
String filename) |
FileSet.Builder |
FileSet.Builder.addEntry(FileType type,
String filename,
Pattern pattern) |
FileSet.Builder |
FileSet.Builder.addEntry(FileType type,
String filename,
String pattern) |
static ImmutableEntry |
ImmutableEntry.of(FileType type,
String destination,
UncompiledPattern uncompiledMatchingPattern)
Construct a new immutable
Entry instance. |
ImmutableEntry.Builder |
ImmutableEntry.Builder.type(FileType type)
Initializes the value for the
type attribute. |
ImmutableEntry |
ImmutableEntry.withType(FileType value)
Copy the current immutable object by setting a value for the
type attribute. |
Copyright © 2022. All rights reserved.