|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConfigReader
Reads a configuration file to obtain a list of menu names and matching filenames for textures.
Method Summary | |
---|---|
List<NamePair> |
readConfigFile(File file)
Reads a configuration file to obtain a list of menu names with a matching filename for each menu name. |
List<NamePair> |
readConfigFile(String filename)
Reads a configuration file to obtain a list of menu names with a matching filename for each menu name. |
Method Detail |
---|
List<NamePair> readConfigFile(String filename) throws TextureException
filename
- the config file to read.
TextureException
- if the config file cannot be read.List<NamePair> readConfigFile(File file) throws TextureException
file
- the config file to read.
TextureException
- if the config file cannot be read.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |