Public Member Functions | |
String | getHowtoTitle () |
List< String > | getInstructions () |
String | getUrl () |
void | load (String url) |
Package Attributes | |
List< String > | instructions = new ArrayList<String>() |
String | title = "" |
String | url = null |
Definition at line 8 of file LocalFileWrapper.java.
String instruction.wrapper.LocalFileWrapper.getHowtoTitle | ( | ) | [inline] |
Returns the title of the Howto loaded, e.g. "set a table"
Implements instruction.wrapper.IHowtoWebsiteWrapper.
Definition at line 14 of file LocalFileWrapper.java.
List<String> instruction.wrapper.LocalFileWrapper.getInstructions | ( | ) | [inline] |
Returns the list of instructions given by the Howto
Implements instruction.wrapper.IHowtoWebsiteWrapper.
Definition at line 18 of file LocalFileWrapper.java.
String instruction.wrapper.LocalFileWrapper.getUrl | ( | ) | [inline] |
Returns the location of the currently loaded Howto
Implements instruction.wrapper.IHowtoWebsiteWrapper.
Definition at line 58 of file LocalFileWrapper.java.
void instruction.wrapper.LocalFileWrapper.load | ( | String | url | ) | [inline] |
Loads the content of the page given by url
url |
Implements instruction.wrapper.IHowtoWebsiteWrapper.
Definition at line 22 of file LocalFileWrapper.java.
List<String> instruction.wrapper.LocalFileWrapper.instructions = new ArrayList<String>() [package] |
Definition at line 11 of file LocalFileWrapper.java.
String instruction.wrapper.LocalFileWrapper.title = "" [package] |
Definition at line 10 of file LocalFileWrapper.java.
String instruction.wrapper.LocalFileWrapper.url = null [package] |
Definition at line 12 of file LocalFileWrapper.java.