Package org.anchoranalysis.io.input.file
Class FileInput
Object
SingleFileInputBase
FileInput
- All Implemented Interfaces:
InputFromManager
An input pertaining to a single file on the file-system.
- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.anchoranalysis.io.input.file.SingleFileInputBase
getFile, identifier, pathForBinding, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.anchoranalysis.io.input.InputFromManager
allAssociatedPaths, asFile, close, identifierAsPath, pathForBindingRequired
-
Constructor Details
-
FileInput
Creates for a single file.- Parameters:
file
- the single file, with an associated name.
-