Interface for Open File implementations.
author: Marian Petras
Method Summary
boolean
open(FileObject fileObject, int line) Opens the specified FileObject.
Method Detail
open
boolean open(FileObject fileObject, int line)(Code)
Opens the specified FileObject.
Parameters: fileObject - file to open Parameters: line - line number to try to open to (starting at zero),or -1 to ignore true on success, false on failure