| Constructor and Description |
|---|
FileSelector() |
| Modifier and Type | Method and Description |
|---|---|
protected List<File> |
process(Object input) |
FileSelector |
select(Collection<File> files)
Adds the given collection of files into the selection.
|
FileSelector |
select(File requiredFile,
File... files)
Adds one or multiple given files into the selection.
|
FileSelector |
select(String requiredPath,
String... paths)
Converts the given paths to instances of
File and add them into the selection. |
execute, getExecutionService, run, setExecutionService, setPreviousTask, then, thenpublic FileSelector select(Collection<File> files)
public FileSelector select(File requiredFile, File... files)
public FileSelector select(String requiredPath, String... paths)
File and add them into the selection.Copyright © 2017 JBoss by Red Hat. All rights reserved.