Package | Description |
---|---|
com.pervasive.datarush.io |
Provides classes and interfaces performing file-like I/O operations.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicPathDetails |
Modifier and Type | Method and Description |
---|---|
PathDetails |
FileSystem.getDetails(Path path)
Returns metadata associated with the specified path.
|
PathDetails |
FileClient.getDetails(Path path)
Returns metadata associated with the specified path.
|
Modifier and Type | Method and Description |
---|---|
List<PathDetails> |
UnixStyleGlobbing.findMatches()
Returns paths that match defined glob pattern.
|
List<PathDetails> |
FileClient.listDirectory(Path path)
Gets the contents of the specified directory.
|
List<PathDetails> |
FileSystem.listDirectory(Path path,
DirectoryFilter filter)
Gets the contents of the specified directory, applying
a filter.
|
List<PathDetails> |
FileClient.listDirectory(Path path,
DirectoryFilter filter)
Gets the contents of the specified directory, applying
a filter.
|
List<PathDetails> |
FileClient.listMatches(String pattern)
Finds all paths matching the specified pattern.
|
List<PathDetails> |
FileSystem.matchPaths(String pattern)
Gets all paths which match the given pattern.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DirectoryFilter.accept(PathDetails entry,
FileSystem fileSystem)
Indicates whether the filter selects the given path.
|
Modifier and Type | Method and Description |
---|---|
static List<Path> |
Paths.extractPaths(List<PathDetails> details)
Convert a list of
PathDetails objects to a list
of Path objects. |
static List<Path> |
Paths.extractPaths(List<PathDetails> details,
boolean includeHidden)
Convert a list of
PathDetails objects to a list
of Path objects. |
Copyright © 2016 Actian Corporation. All rights reserved.