Class PathResource

java.lang.Object
org.apache.sshd.common.util.io.resource.AbstractIoResource<Path>
org.apache.sshd.common.util.io.resource.PathResource
All Implemented Interfaces:
NamedResource, IoResource<Path>, ResourceStreamProvider

public class PathResource extends AbstractIoResource<Path>
  • Field Details

    • openOptions

      private final OpenOption[] openOptions
  • Constructor Details

    • PathResource

      public PathResource(Path path)
    • PathResource

      public PathResource(Path path, OpenOption... openOptions)
  • Method Details