Package com.nt.udc.ei.transport
Interface FileSelectorIfc
public interface FileSelectorIfc
This interface defines the methods that must be implemented in
order for a class to be a File Selector Interface.
-
Method Summary
Modifier and TypeMethodDescriptionGet active files.getClosedFile
(File activeFile) Get the closed File object from the given active file name.Get closed files.boolean
Determines if given File object of file is open/active.
-
Method Details
-
getActiveFiles
Vector getActiveFiles()Get active files.- Returns:
- Vector Active File list
-
getClosedFiles
Vector getClosedFiles()Get closed files.- Returns:
- Vector Closed File list
-
isActive
Determines if given File object of file is open/active.- Parameters:
file
- The File object of file.
-
getClosedFile
Get the closed File object from the given active file name.- Parameters:
activeFileName
- The active file.
-