public interface FilesystemAccess
| Modifier and Type | Interface and Description |
|---|---|
static class |
FilesystemAccess.AccessDenied |
| Modifier and Type | Method and Description |
|---|---|
default File |
asJavaFile() |
Path |
asJavaPath() |
default Path |
getFilesystemPath()
Deprecated.
use
asJavaPath() |
Path asJavaPath()
Path representing this FileStore.Path.FilesystemAccess.AccessDenied - if runtime access to the filesystem is not permitted.default File asJavaFile()
File representing this FileStore.Path.FilesystemAccess.AccessDenied - if runtime access to the filesystem is not permitted.@Deprecated default Path getFilesystemPath()
asJavaPath()Path representing this FileStore.Path.Copyright © 2021–2024 Atlassian. All rights reserved.