Package adams.core.io
Interface RemoteFileWriter
-
- All Known Implementing Classes:
Text
public interface RemoteFileWriter
Interface for classes that write a remote file.- Version:
- $Revision$
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PlaceholderFile
getRemoteFile()
Get remote file.String
remoteFileTipText()
Returns the tip text for this property.void
setRemoteFile(PlaceholderFile value)
Set remote file.
-
-
-
Method Detail
-
setRemoteFile
void setRemoteFile(PlaceholderFile value)
Set remote file.- Parameters:
value
- file
-
getRemoteFile
PlaceholderFile getRemoteFile()
Get remote file.- Returns:
- file
-
remoteFileTipText
String remoteFileTipText()
Returns the tip text for this property.- Returns:
- tip text for this property suitable for displaying in the GUI or for listing the options.
-
-