Class FileContent


  • public class FileContent
    extends Object
    • Constructor Detail

      • FileContent

        public FileContent​(Path path)
      • FileContent

        public FileContent​(Path path,
                           Charset charset)
      • FileContent

        public FileContent​(Path path,
                           String content)
    • Method Detail

      • getName

        public String getName()
      • getPath

        public Path getPath()
      • getFile

        public File getFile()
      • getContent

        public String getContent()
      • getLines

        public String[] getLines()