com.f1j.data.source
Class File

java.lang.Object
  |
  +--com.actuate.util.Debug
        |
        +--com.f1j.util.Debug
              |
              +--com.f1j.util.ObjConst
                    |
                    +--com.f1j.util.Obj
                          |
                          +--com.f1j.util.AbstractIndexObj
                                |
                                +--com.f1j.util.SharedIndexObj
                                      |
                                      +--com.f1j.data.source.SourceImpl
                                            |
                                            +--com.f1j.data.source.File

public class File
extends com.f1j.data.source.SourceImpl
implements Source

This class provides an instance of a file data source object.


Method Summary
 java.lang.String getFilePath()
          Returns the file path of the current data source file.
 void setFilePath(java.lang.String filePath)
          Sets the file path for the current data source file.
 

Method Detail

getFilePath

public java.lang.String getFilePath()
Returns the file path of the current data source file.
Returns:
a file path (e.g., c:\datafiles\mydatafile.txt).
See Also:
setFilePath(java.lang.String)

setFilePath

public void setFilePath(java.lang.String filePath)
Sets the file path for the current data source file.
Parameters:
filePath - a file path (e.g., c:\datafiles\mydatafile.txt).
See Also:
getFilePath()