public abstract class GlobSpecWithResult extends Object
Constructor and Description |
---|
GlobSpecWithResult() |
Modifier and Type | Method and Description |
---|---|
abstract Set<String> |
getFilePaths()
return the file paths that the glob operation returned.
|
abstract GlobSpec |
getGlobSpec()
return the GlobSpec for this glob operation.
|
static GlobSpecWithResult |
of(GlobSpec globSpec,
Set<String> filePaths) |
public abstract GlobSpec getGlobSpec()
public abstract Set<String> getFilePaths()
public static GlobSpecWithResult of(GlobSpec globSpec, Set<String> filePaths)