|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--net.sf.imageCave.database.CfgFile
An object that represents a file in the filesystem that holds
configuration data. The files are found in imagecave/data/*.cfg
CfgInterpreter| Constructor Summary | |
CfgFile(java.lang.String pf)
Overloaded Constructor |
|
CfgFile(java.lang.String p,
java.lang.String f)
Constructor |
|
| Method Summary | |
java.lang.String |
getFile()
Provides public access to the file of this config file. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CfgFile(java.lang.String p,
java.lang.String f)
p - a string that points to the path on the file system where this file resides.f - a string that represents the file name on the file system.public CfgFile(java.lang.String pf)
pf - a string that points to the path and filename on the file system where this file resides.| Method Detail |
public java.lang.String getFile()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||