public class

RemoteResourceInfo

extends Object
java.lang.Object
   ↳ net.schmizz.sshj.sftp.RemoteResourceInfo

Summary

Fields
private final FileAttributes attrs
private final PathComponents comps
Public Constructors
RemoteResourceInfo(PathComponents comps, FileAttributes attrs)
Public Methods
boolean equals(Object o)
FileAttributes getAttributes()
String getName()
String getParent()
String getPath()
int hashCode()
boolean isDirectory()
boolean isRegularFile()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private final FileAttributes attrs

private final PathComponents comps

Public Constructors

public RemoteResourceInfo (PathComponents comps, FileAttributes attrs)

Parameters
comps
attrs

Public Methods

public boolean equals (Object o)

Parameters
o

public FileAttributes getAttributes ()

public String getName ()

public String getParent ()

public String getPath ()

public int hashCode ()

public boolean isDirectory ()

public boolean isRegularFile ()

public String toString ()