|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.rico.adventure.io.ConversationReader
public class ConversationReader
This class can be used to read in XML style conversation files.
| Constructor Summary | |
|---|---|
ConversationReader()
|
|
| Method Summary | |
|---|---|
java.util.List<Conversation> |
readConversations(java.lang.String path,
Chapter chapter,
InputManager input)
Reads the conversations data from the specified file. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConversationReader()
| Method Detail |
|---|
public java.util.List<Conversation> readConversations(java.lang.String path,
Chapter chapter,
InputManager input)
path - filepath + name of the file to load fromchapter - chapter object to read the conversations forinput - input manager object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||