|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GUIWriter
This class is the general type of all type of GUI Writers. All types of writers should be a subclass of this type
Method Summary | |
---|---|
java.lang.String |
getOutput(ConfigProperties configProp)
this method will return the configuration values as text |
boolean |
writeOutput(ConfigProperties configProp,
java.io.File fFile)
this method will write the configuration values to the output |
Method Detail |
---|
boolean writeOutput(ConfigProperties configProp, java.io.File fFile) throws GUIWriterException
configProp
- ConfigProperties
that keeps the valuesfFile
- Output file
GUIWriterException
- when there is error in the writing process
GUIWriterException
java.lang.String getOutput(ConfigProperties configProp) throws GUIWriterException
configProp
- ConfigProperties
that keeps the values
GUIWriterException
- when there is error in the writing process
GUIWriterException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |