public class RemoteResourceInfo
extends java.lang.Object
| Constructor and Description |
|---|
RemoteResourceInfo(PathComponents comps,
FileAttributes attrs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
FileAttributes |
getAttributes() |
java.lang.String |
getName() |
java.lang.String |
getParent() |
java.lang.String |
getPath() |
int |
hashCode() |
boolean |
isDirectory() |
boolean |
isRegularFile() |
java.lang.String |
toString() |
public RemoteResourceInfo(PathComponents comps, FileAttributes attrs)
public java.lang.String getPath()
public java.lang.String getParent()
public java.lang.String getName()
public FileAttributes getAttributes()
public boolean isRegularFile()
public boolean isDirectory()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object