public class DescriptionFiles
extends java.lang.Object
| Constructor and Description |
|---|
DescriptionFiles() |
| Modifier and Type | Method and Description |
|---|---|
Description |
getDesc(java.lang.String key) |
DescriptionFile |
getDescFile(java.io.File file) |
DescSection |
getSection(java.lang.String section) |
java.util.HashMap<java.lang.String,Description> |
getTextVariables() |
boolean |
loadDirectory(java.lang.String directory,
boolean recursive) |
public DescSection getSection(java.lang.String section)
public boolean loadDirectory(java.lang.String directory,
boolean recursive)
throws HelpFileException,
java.io.IOException
HelpFileExceptionjava.io.IOExceptionpublic DescriptionFile getDescFile(java.io.File file) throws HelpFileException, java.io.IOException
HelpFileExceptionjava.io.IOExceptionpublic Description getDesc(java.lang.String key)
public java.util.HashMap<java.lang.String,Description> getTextVariables()