|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RemoteFileMetadataInterface
RemoteFileMetadataInterface defines the interface of a metadata storage class for various types of
remote files.
Method Summary | |
---|---|
java.lang.String |
getLocation()
Returns the path associated with the file. |
java.lang.String |
getName()
Returns the file name. |
boolean |
isFolder()
Returns whether a particular file can be drilled down on to show other levels in a file hierarchy. |
java.lang.String |
toString()
Returns a string that displays and identifies this object's properties. |
Method Detail |
---|
java.lang.String getName()
#setName(String)
boolean isFolder()
#setDrillable(boolean)
java.lang.String toString()
toString
in class java.lang.Object
java.lang.String getLocation()
#setPath(String)
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |