java.lang.Object
io.xpipe.core.store.FileSystem.FileEntry
- Enclosing interface:
FileSystem
-
Constructor Summary
ConstructorsConstructorDescriptionFileEntry(@NonNull FileSystem fileSystem, @NonNull String path, Instant date, boolean directory, boolean hidden, Boolean executable, long size) -
Method Summary
-
Constructor Details
-
FileEntry
public FileEntry(@NonNull @NonNull FileSystem fileSystem, @NonNull @NonNull String path, Instant date, boolean directory, boolean hidden, Boolean executable, long size)
-