Constructor and Description |
---|
NoNullOrEmptyFile(File file) |
Modifier and Type | Method and Description |
---|---|
Path |
getFilePath() |
String |
read()
Read the file specified and checks that the file is not null or empty.
|
public NoNullOrEmptyFile(File file)
public String read() throws FileException
read
in interface File
FileException
- : file related exceptionpublic Path getFilePath()
getFilePath
in interface File
Copyright © 2016. All rights reserved.