| Package | Description |
|---|---|
| de.flapdoodle.embed.process.config.store | |
| de.flapdoodle.embed.process.extract |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Constructor and Description |
|---|
Entry(FileType type,
String destination,
Pattern matchingPattern) |
| Modifier and Type | Method and Description |
|---|---|
FileType |
IExtractionMatch.type() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableExtractedFileSet.Builder |
ImmutableExtractedFileSet.Builder.file(FileType type,
File file) |
List<File> |
IExtractedFileSet.files(FileType type) |
List<File> |
ImmutableExtractedFileSet.files(FileType type) |
Copyright © 2016. All Rights Reserved.