Package com.sshtools.common.files.vfs
Class PathFileFactory
java.lang.Object
com.sshtools.common.files.vfs.PathFileFactory
- All Implemented Interfaces:
com.sshtools.common.files.AbstractFileFactory<PathFile>
@Deprecated(since="3.1.0",
forRemoval=true)
public class PathFileFactory
extends Object
implements com.sshtools.common.files.AbstractFileFactory<PathFile>
Deprecated, for removal: This API element is subject to removal in a future version.
Deprecated. Use
NioFileFactory
and NioFile
.-
Constructor Summary
ConstructorsConstructorDescriptionPathFileFactory
(Path base) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.com.sshtools.common.events.Event
populateEvent
(com.sshtools.common.events.Event evt) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
PathFileFactory
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getFile
public PathFile getFile(String path) throws com.sshtools.common.permissions.PermissionDeniedException, IOException Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getFile
in interfacecom.sshtools.common.files.AbstractFileFactory<PathFile>
- Throws:
com.sshtools.common.permissions.PermissionDeniedException
IOException
-
populateEvent
public com.sshtools.common.events.Event populateEvent(com.sshtools.common.events.Event evt) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
populateEvent
in interfacecom.sshtools.common.files.AbstractFileFactory<PathFile>
-
getDefaultPath
public PathFile getDefaultPath() throws com.sshtools.common.permissions.PermissionDeniedException, IOExceptionDeprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getDefaultPath
in interfacecom.sshtools.common.files.AbstractFileFactory<PathFile>
- Throws:
com.sshtools.common.permissions.PermissionDeniedException
IOException
-