Class AsciiDocFile


  • public class AsciiDocFile
    extends Object
    Represents an AsciiDoc file with the added capability to check and manipulate its content.
    • Constructor Detail

      • AsciiDocFile

        public AsciiDocFile​(Path path,
                            String cqExtension,
                            Charset charset)
    • Method Detail

      • getContent

        public String getContent()
      • getPath

        public Path getPath()
      • getCqExtension

        public String getCqExtension()
      • append

        public void append​(String contentToAppend)
      • endsWith

        public boolean endsWith​(String suffix)
      • replace

        public void replace​(String oldString,
                            String newString)