Package adams.core.io
Interface RemoteFileWriter
-
- All Known Implementing Classes:
Text
public interface RemoteFileWriterInterface 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 PlaceholderFilegetRemoteFile()Get remote file.StringremoteFileTipText()Returns the tip text for this property.voidsetRemoteFile(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.
-
-