|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nakedobjects.runtime.help.HelpManagerAbstract
org.nakedobjects.runtime.help.file.FileBasedHelpManager
public class FileBasedHelpManager
| Field Summary | |
|---|---|
static java.lang.String |
DEFAULT_FILE_NAME
The name of the file used unless overridden with setFileName(String). |
| Constructor Summary | |
|---|---|
FileBasedHelpManager(NakedObjectConfiguration configuration)
|
|
| Method Summary | |
|---|---|
protected java.io.BufferedReader |
getReader()
|
java.lang.String |
help(Identifier identifier)
Returns help text for the specified identifier. |
void |
setFileName(java.lang.String fileName)
|
| Methods inherited from class org.nakedobjects.runtime.help.HelpManagerAbstract |
|---|
init, shutdown |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String DEFAULT_FILE_NAME
setFileName(String).
| Constructor Detail |
|---|
public FileBasedHelpManager(NakedObjectConfiguration configuration)
| Method Detail |
|---|
public void setFileName(java.lang.String fileName)
public java.lang.String help(Identifier identifier)
HelpManager
help in interface HelpManagerhelp in class HelpManagerAbstract
protected java.io.BufferedReader getReader()
throws java.io.FileNotFoundException
java.io.FileNotFoundException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||