public class HelpManagerUsingFiles extends HelpManagerAbstract
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_FILE_NAME
The name of the file used unless overridden with
setFileName(String). |
| Constructor and Description |
|---|
HelpManagerUsingFiles(IsisConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHelpText(org.apache.isis.applib.Identifier identifier)
Returns help text for the specified
Identifier. |
protected BufferedReader |
getReader() |
void |
setFileName(String fileName) |
init, shutdownpublic static final String DEFAULT_FILE_NAME
setFileName(String).public HelpManagerUsingFiles(IsisConfiguration configuration)
public void setFileName(String fileName)
public String getHelpText(org.apache.isis.applib.Identifier identifier)
HelpManagerIdentifier.
If no help text is available then an empty String should be returned.
getHelpText in interface HelpManagergetHelpText in class HelpManagerAbstractprotected BufferedReader getReader() throws FileNotFoundException
FileNotFoundExceptionCopyright © 2010–2014 The Apache Software Foundation. All rights reserved.