net.sf.imageCave.database
Class CfgFile

java.lang.Object
  |
  +--net.sf.imageCave.database.CfgFile

public class CfgFile
extends java.lang.Object

An object that represents a file in the filesystem that holds configuration data. The files are found in imagecave/data/*.cfg

Since:
13 March, 2004
Version:
%I%, %G%
Author:
Stuart T. Tett, disc0stu@sf.net
See Also:
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

CfgFile

public CfgFile(java.lang.String p,
               java.lang.String f)
Constructor

Parameters:
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.

CfgFile

public CfgFile(java.lang.String pf)
Overloaded Constructor

Parameters:
pf - a string that points to the path and filename on the file system where this file resides.
Method Detail

getFile

public java.lang.String getFile()
Provides public access to the file of this config file.

Returns:
a string that represents the file name and path of this config file on the file system.


Copyright 2004 Brian Lund, Justin Rasmussen, & Stuart Tett. All Rights Reserved.