public class FileHandle extends Object
| Constructor and Description | 
|---|
FileHandle(Path file)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
close()  | 
static List<FileHandle> | 
getFileHandles()  | 
boolean | 
isClosed()  | 
boolean | 
shouldBeClosed()  | 
void | 
update()  | 
void | 
write(List<String> lines)  | 
public FileHandle(Path file) throws IOException
IOExceptionpublic static List<FileHandle> getFileHandles()
public void update()
public boolean isClosed()
public void write(List<String> lines) throws IOException
IOExceptionpublic boolean shouldBeClosed()
public void close()