public class RemoteResourceInfo extends Object
Constructor and Description |
---|
RemoteResourceInfo(PathComponents comps,
FileAttributes attrs) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
FileAttributes |
getAttributes() |
String |
getName() |
String |
getParent() |
String |
getPath() |
int |
hashCode() |
boolean |
isDirectory() |
boolean |
isRegularFile() |
String |
toString() |
public RemoteResourceInfo(PathComponents comps, FileAttributes attrs)
public String getPath()
public String getParent()
public String getName()
public FileAttributes getAttributes()
public boolean isRegularFile()
public boolean isDirectory()
Copyright © 2009–2015. All rights reserved.