com.ibm.mashups.enabler.remote
Interface RemoteFile

All Superinterfaces:
Identifiable, MetaData

public RemoteFile
extends MetaData, Identifiable

Interface for a remote File.


Method Summary
 String getName()
           Returns the name of this File
 boolean isDirectory()
           Returns true if this is a directory otherwise returns false.
 String getUrl()
          Deprecated.  Use getURL instead.
 String getURL()
           Returns the absolute URL of this file.
 
Methods inherited from interface com.ibm.mashups.enabler.MetaData
getMetaDataNames, getMetaData
 
Methods inherited from interface com.ibm.mashups.enabler.Identifiable
getID
 

Method Detail

getName

String getName()
Returns the name of this File

Returns:
The name

isDirectory

boolean isDirectory()
Returns true if this is a directory otherwise returns false.

Returns:
True if this is a directory

getUrl

String getUrl()
Deprecated.  Use getURL instead.

Returns the absolute URL of this file.

Returns:
The URL

getURL

String getURL()
Returns the absolute URL of this file.

Returns:
The URL


Copyright IBM Corp. 2010 All Rights Reserved.