Uses of Class
com.sshtools.common.files.direct.NioFileFactory.NioFileFactoryBuilder
Packages that use NioFileFactory.NioFileFactoryBuilder
-
Uses of NioFileFactory.NioFileFactoryBuilder in com.sshtools.common.files.direct
Methods in com.sshtools.common.files.direct that return NioFileFactory.NioFileFactoryBuilderModifier and TypeMethodDescriptionNioFileFactory.NioFileFactoryBuilder.create()Create a newNioFileFactory.NioFileFactoryBuilder.NioFileFactory.NioFileFactoryBuilder.withCurrentDirectoryAsHome()Configure the current directory to be the directory to use as the home of this file factory, i.e.Configure the directory to use as the home of this file factory.Configure the directory to use as the home of this file factory.NioFileFactory.NioFileFactoryBuilder.withMapOwnership()NioFileFactory.NioFileFactoryBuilder.withoutSandbox()Remove the sandbox, so any files may be accessed outside of the configured home.NioFileFactory.NioFileFactoryBuilder.withSandbox(boolean sandbox) Configure whether all file operations should be restricted to the default home directory or that provided.