com.dynalivery.saffron.client
Class ClientFileSystemDestinationOptions

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

public class ClientFileSystemDestinationOptions
extends FileSystemDestinationOptions

This class describes the options for saving a Saffron output file to the client 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
ClientFileSystemDestinationOptions(java.lang.String fullPathName)
          Creates ClientFileSystemDestinationOptions for saving an output file to the client 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

ClientFileSystemDestinationOptions

public ClientFileSystemDestinationOptions(java.lang.String fullPathName)
Creates ClientFileSystemDestinationOptions for saving an output file to the client 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