Class FileContent
- java.lang.Object
-
- org.sonarsource.analyzer.commons.checks.verifier.FileContent
-
public class FileContent extends Object
-
-
Constructor Summary
Constructors Constructor Description FileContent(Path path)FileContent(Path path, String content)FileContent(Path path, Charset charset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContent()FilegetFile()String[]getLines()StringgetName()PathgetPath()
-