com.dynalivery.saffron.client
Class ServerFileSystemDestinationOptions

java.lang.Object
  extended bycom.dynalivery.saffron.client.DestinationOptions
      extended bycom.dynalivery.saffron.client.FileSystemDestinationOptions
          extended bycom.dynalivery.saffron.client.ServerFileSystemDestinationOptions
All Implemented Interfaces:
java.io.Serializable

public class ServerFileSystemDestinationOptions
extends FileSystemDestinationOptions
implements java.io.Serializable

This class describes the options for saving a Saffron output file to the server file system.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.dynalivery.saffron.client.FileSystemDestinationOptions
fullPathName, unzipOutput
 
Fields inherited from class com.dynalivery.saffron.client.DestinationOptions
destinationType
 
Constructor Summary
ServerFileSystemDestinationOptions(java.lang.String fullPathName)
          Creates DestinationOptions for saving an output file on the server file system.
 
Method Summary
 java.lang.String toString()
          Creates display string for destination options.
 
Methods inherited from class com.dynalivery.saffron.client.FileSystemDestinationOptions
doNotUnzipOutput, getFullPathName, getLocalDestinationOptionsXML, getRemoteDestinationOptionsXML, setFullPathName
 
Methods inherited from class com.dynalivery.saffron.client.DestinationOptions
getDestinationType, setDestinationType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServerFileSystemDestinationOptions

public ServerFileSystemDestinationOptions(java.lang.String fullPathName)
Creates DestinationOptions for saving an output file on the server file system.

Parameters:
fullPathName - the full output file pathname String
Method Detail

toString

public java.lang.String toString()
Creates display string for destination options.

Overrides:
toString in class FileSystemDestinationOptions