Uses of Interface
com.pervasive.datarush.io.PathDetails
Packages that use PathDetails
Package
Description
Provides classes and interfaces performing file-like I/O operations.
-
Uses of PathDetails in com.pervasive.datarush.azure
Methods in com.pervasive.datarush.azure that return PathDetailsModifier and TypeMethodDescriptionabstract PathDetailsAbstractAzureClient.getDetails(AzureFilePath path) AzureClient.getDetails(AzureFilePath path) AzureFileSystem.getDetails(Path path) Methods in com.pervasive.datarush.azure that return types with arguments of type PathDetailsModifier and TypeMethodDescriptionprotected abstract List<PathDetails>AbstractAzureClient.listBlobs(AzureFilePath path) protected abstract List<PathDetails>AbstractAzureClient.listContainers(AzureFilePath path) AbstractAzureClient.listDirectory(AzureFilePath path) AzureClient.listDirectory(AzureFilePath path) AzureFileSystem.listDirectory(Path path, DirectoryFilter filter) AzureFileSystem.matchPaths(String pattern) -
Uses of PathDetails in com.pervasive.datarush.gcp
Methods in com.pervasive.datarush.gcp that return PathDetailsMethods in com.pervasive.datarush.gcp that return types with arguments of type PathDetailsModifier and TypeMethodDescriptionGcpFileSystem.listDirectory(Path path, DirectoryFilter filter) GcpFileSystem.matchPaths(String pattern) -
Uses of PathDetails in com.pervasive.datarush.io
Classes in com.pervasive.datarush.io that implement PathDetailsMethods in com.pervasive.datarush.io that return PathDetailsModifier and TypeMethodDescriptionFileClient.getDetails(Path path) Returns metadata associated with the specified path.FileSystem.getDetails(Path path) Returns metadata associated with the specified path.Methods in com.pervasive.datarush.io that return types with arguments of type PathDetailsModifier and TypeMethodDescriptionUnixStyleGlobbing.findMatches()Returns paths that match defined glob pattern.FileClient.listDirectory(Path path) Gets the contents of the specified directory.FileClient.listDirectory(Path path, DirectoryFilter filter) Gets the contents of the specified directory, applying a filter.FileSystem.listDirectory(Path path, DirectoryFilter filter) Gets the contents of the specified directory, applying a filter.FileClient.listMatches(String pattern) Finds all paths matching the specified pattern.FileSystem.matchPaths(String pattern) Gets all paths which match the given pattern.Methods in com.pervasive.datarush.io with parameters of type PathDetailsModifier and TypeMethodDescriptionbooleanDirectoryFilter.accept(PathDetails entry, FileSystem fileSystem) Indicates whether the filter selects the given path.Method parameters in com.pervasive.datarush.io with type arguments of type PathDetailsModifier and TypeMethodDescriptionPaths.extractPaths(List<PathDetails> details) Convert a list ofPathDetailsobjects to a list ofPathobjects.Paths.extractPaths(List<PathDetails> details, boolean includeHidden) Convert a list ofPathDetailsobjects to a list ofPathobjects.