|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--venice.Command | +--venice.LoadCommand | +--venice.LoadURLCommand
Implements .venice-loading from URL.
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 |
|
Field Detail |
private java.lang.String mSuppliedURL
Constructor Detail |
public LoadURLCommand(java.lang.String inURL)
public LoadURLCommand()
Method Detail |
protected java.io.InputStream getInputStream()
getInputStream
in class LoadCommand
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |