public class FileContent extends Object
| Constructor and Description |
|---|
FileContent(Path path) |
FileContent(Path path,
Charset charset) |
FileContent(Path path,
String content) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent() |
File |
getFile() |
String[] |
getLines() |
String |
getName() |
Path |
getPath() |
public FileContent(Path path)
Copyright © 2009–2018 SonarSource. All rights reserved.