Class ContainerFileSystem
java.lang.Object
java.nio.file.FileSystem
com.yahoo.vespa.hosted.node.admin.task.util.fs.ContainerFileSystem
- All Implemented Interfaces:
Closeable,AutoCloseable
- Author:
- freva
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()static ContainerFileSystemvoidgetPathMatcher(String syntaxAndPattern) booleanisOpen()booleancom.yahoo.vespa.hosted.node.admin.task.util.fs.ContainerFileSystemProviderprovider()
-
Method Details
-
containerRootOnHost
-
createRoot
public void createRoot() -
provider
public com.yahoo.vespa.hosted.node.admin.task.util.fs.ContainerFileSystemProvider provider()- Specified by:
providerin classFileSystem
-
isOpen
public boolean isOpen()- Specified by:
isOpenin classFileSystem
-
isReadOnly
public boolean isReadOnly()- Specified by:
isReadOnlyin classFileSystem
-
getSeparator
- Specified by:
getSeparatorin classFileSystem
-
supportedFileAttributeViews
- Specified by:
supportedFileAttributeViewsin classFileSystem
-
getUserPrincipalLookupService
- Specified by:
getUserPrincipalLookupServicein classFileSystem
-
getPath
- Specified by:
getPathin classFileSystem
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein classFileSystem- Throws:
IOException
-
getRootDirectories
- Specified by:
getRootDirectoriesin classFileSystem
-
getFileStores
- Specified by:
getFileStoresin classFileSystem
-
getPathMatcher
- Specified by:
getPathMatcherin classFileSystem
-
newWatchService
- Specified by:
newWatchServicein classFileSystem
-
create
-