venice
Class LoadURLCommand

java.lang.Object
  |
  +--venice.Command
        |
        +--venice.LoadCommand
              |
              +--venice.LoadURLCommand

public class LoadURLCommand
extends LoadCommand

Implements .venice-loading from URL.

Author:
Hannu Laurila

Field Summary
private  java.lang.String mSuppliedURL
           
 
Fields inherited from class venice.Command
stAppModule
 
Constructor Summary
LoadURLCommand()
          constructs an LoadURLCommand which prompts user for URL
LoadURLCommand(java.lang.String inURL)
          constructs an LoadURLCommand which tries loading from supplied URL
 
Method Summary
protected  java.io.InputStream getInputStream()
          asks user for the URL of the .venice files and opens connection to the URL.
 
Methods inherited from class venice.LoadCommand
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
 

Field Detail

mSuppliedURL

private java.lang.String mSuppliedURL
Constructor Detail

LoadURLCommand

public LoadURLCommand(java.lang.String inURL)
constructs an LoadURLCommand which tries loading from supplied URL

LoadURLCommand

public LoadURLCommand()
constructs an LoadURLCommand which prompts user for URL
Method Detail

getInputStream

protected java.io.InputStream getInputStream()
asks user for the URL of the .venice files and opens connection to the URL.
Overrides:
getInputStream in class LoadCommand