com.sas.swing.models.remotefileselector2
Interface RemoteFileMetadataInterface

All Known Implementing Classes:
InformationServicesFileMetadata

public interface RemoteFileMetadataInterface

RemoteFileMetadataInterface defines the interface of a metadata storage class for various types of remote files.

Since:
9.1.4

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

getName

java.lang.String getName()
Returns the file name.

Returns:
the file name
See Also:
#setName(String)

isFolder

boolean isFolder()
Returns whether a particular file can be drilled down on to show other levels in a file hierarchy.

Returns:
true if the file can be drilled down on
See Also:
#setDrillable(boolean)

toString

java.lang.String toString()
Returns a string that displays and identifies this object's properties.

Overrides:
toString in class java.lang.Object
Returns:
a String representation of this object

getLocation

java.lang.String getLocation()
Returns the path associated with the file.

Returns:
the path
See Also:
#setPath(String)



Copyright © 2009 SAS Institute Inc. All Rights Reserved.