venice
Class SaveFileCommand

java.lang.Object
  |
  +--venice.Command
        |
        +--venice.SaveCommand
              |
              +--venice.SaveFileCommand

public class SaveFileCommand
extends SaveCommand

.venice-saving to a file.

Author:
Hannu Laurila

Fields inherited from class venice.Command
stAppModule
 
Constructor Summary
SaveFileCommand()
           
 
Method Summary
protected  java.io.OutputStream getOutputStream()
          asks user for file location and opens outputstream to the file.
 
Methods inherited from class venice.SaveCommand
execute
 
Methods inherited from class venice.Command
getAppModule, setAppModule
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

SaveFileCommand

public SaveFileCommand()
Method Detail

getOutputStream

protected java.io.OutputStream getOutputStream()
asks user for file location and opens outputstream to the file.
Overrides:
getOutputStream in class SaveCommand