org.safs.tools.input
Interface UniqueFileInterface

All Superinterfaces:
SourceInterface, UniqueIDInterface, UniqueSourceInterface
All Known Implementing Classes:
UniqueStringFileInfo

public interface UniqueFileInterface
extends UniqueSourceInterface


Method Summary
 java.lang.String getFilename()
          Get the filename of the input file for the unique ID.
 void setFilename(java.lang.String filename)
          Set the filename of the input file for the unique ID.
 
Methods inherited from interface org.safs.tools.UniqueIDInterface
getUniqueID
 
Methods inherited from interface org.safs.tools.input.SourceInterface
getDefaultSeparator, getSourceName, getSourcePath, getTestLevel
 

Method Detail

getFilename

java.lang.String getFilename()
Get the filename of the input file for the unique ID.


setFilename

void setFilename(java.lang.String filename)
Set the filename of the input file for the unique ID. Thus, an InputInterface can set the fullpath for a found file.