Uses of Class
net.sourceforge.pmd.lang.document.TextFileBuilder
-
Packages that use TextFileBuilder Package Description net.sourceforge.pmd.lang.document Contains types to model text files and handle operations on text. -
-
Uses of TextFileBuilder in net.sourceforge.pmd.lang.document
Methods in net.sourceforge.pmd.lang.document that return TextFileBuilder Modifier and Type Method Description TextFileBuilderTextFileBuilder. asReadOnly()Specify that the built file is read only.static TextFileBuilderTextFile. builderForCharSeq(CharSequence charseq, FileId fileId, LanguageVersion languageVersion)Returns a read-only TextFile reading from a string.static TextFileBuilderTextFile. builderForPath(Path path, Charset charset, LanguageVersion languageVersion)Returns a builder for a textfile that reads and write to the file.static TextFileBuilderTextFile. builderForReader(Reader reader, FileId fileId, LanguageVersion languageVersion)Returns a read-only builder reading from a reader.TextFileBuilderTextFileBuilder. setParentFsPath(@Nullable FileId fileId)
-