Uses of Record Class
eu.cloudnetservice.driver.template.FileInfo
Packages that use FileInfo
-
Uses of FileInfo in eu.cloudnetservice.driver.template
Methods in eu.cloudnetservice.driver.template that return FileInfoModifier and TypeMethodDescriptionTemplateStorage.fileInfo(@NonNull ServiceTemplate template, @NonNull String path) Retrieves information about the specified file or directory at the given path in the given template in this storage.Constructs a new file information for the given path.Constructs a new file information for the given path.FileInfo.of(@NonNull Path fullPath, @Nullable Path relativePath, @NonNull BasicFileAttributes attributes) Creates a new file information for the given path and the given file attributes.FileInfo.of(@NonNull Path path, @NonNull BasicFileAttributes attributes) Constructs a new file information for the given path and the given file attributes.Methods in eu.cloudnetservice.driver.template that return types with arguments of type FileInfoModifier and TypeMethodDescriptionTemplateStorage.fileInfoAsync(@NonNull ServiceTemplate template, @NonNull String path) Retrieves information about the specified file or directory at the given path in the given template in this storage.TemplateStorage.listFiles(@NonNull ServiceTemplate template, @NonNull String dir, boolean deep) Lists all files in the given directory and computes a file information of them.TemplateStorage.listFilesAsync(@NonNull ServiceTemplate template, @NonNull String dir, boolean deep) Lists all files in the given directory and computes a file information of them.