Uses of Class
com.puppycrawl.tools.checkstyle.api.FileText
Packages that use FileText
Package
Description
Contains the implementation of the Checkstyle framework.
Contains the core API to be used to implement checks.
Contains the checks that are bundled with the main distribution.
File Header checks.
Contains the Javadoc checks that are bundled with the main distribution.
Contains the regular expression checks that are bundled with the main
distribution.
Contains the Size Violations checks
that are bundled with the main distribution.
Contains the Whitespace checks that
are bundled with the main distribution.
Contains the nodes implementations for XPATH queries and query generator.
-
Uses of FileText in com.puppycrawl.tools.checkstyle
Methods in com.puppycrawl.tools.checkstyle with parameters of type FileTextModifier and TypeMethodDescriptionstatic DetailAST
JavaParser.parseFileText
(FileText text, JavaParser.Options options) Parse a text and return the parse tree.static String
AstTreeStringPrinter.printAst
(FileText text, JavaParser.Options options) Parse a file and print the parse tree.protected void
TreeWalker.processFiltered
(File file, FileText fileText) -
Uses of FileText in com.puppycrawl.tools.checkstyle.api
Methods in com.puppycrawl.tools.checkstyle.api that return FileTextMethods in com.puppycrawl.tools.checkstyle.api with parameters of type FileTextModifier and TypeMethodDescriptionfinal SortedSet<LocalizedMessage>
Request to process a file.protected abstract void
AbstractFileSetCheck.processFiltered
(File file, FileText fileText) Called to process a file that matches the specified file extensions.Constructors in com.puppycrawl.tools.checkstyle.api with parameters of type FileTextModifierConstructorDescriptionFileContents
(FileText text) Creates a newFileContents
instance.Copy constructor. -
Uses of FileText in com.puppycrawl.tools.checkstyle.checks
Methods in com.puppycrawl.tools.checkstyle.checks with parameters of type FileTextModifier and TypeMethodDescriptionprotected void
NewlineAtEndOfFileCheck.processFiltered
(File file, FileText fileText) protected void
OrderedPropertiesCheck.processFiltered
(File file, FileText fileText) Processes the file and check order.protected void
TranslationCheck.processFiltered
(File file, FileText fileText) protected void
UniquePropertiesCheck.processFiltered
(File file, FileText fileText) -
Uses of FileText in com.puppycrawl.tools.checkstyle.checks.header
Methods in com.puppycrawl.tools.checkstyle.checks.header with parameters of type FileTextModifier and TypeMethodDescriptionprotected void
HeaderCheck.processFiltered
(File file, FileText fileText) protected void
RegexpHeaderCheck.processFiltered
(File file, FileText fileText) -
Uses of FileText in com.puppycrawl.tools.checkstyle.checks.javadoc
Methods in com.puppycrawl.tools.checkstyle.checks.javadoc with parameters of type FileTextModifier and TypeMethodDescriptionprotected void
JavadocPackageCheck.processFiltered
(File file, FileText fileText) -
Uses of FileText in com.puppycrawl.tools.checkstyle.checks.regexp
Methods in com.puppycrawl.tools.checkstyle.checks.regexp with parameters of type FileTextModifier and TypeMethodDescriptionprotected void
RegexpMultilineCheck.processFiltered
(File file, FileText fileText) protected void
RegexpOnFilenameCheck.processFiltered
(File file, FileText fileText) protected void
RegexpSinglelineCheck.processFiltered
(File file, FileText fileText) -
Uses of FileText in com.puppycrawl.tools.checkstyle.checks.sizes
Methods in com.puppycrawl.tools.checkstyle.checks.sizes with parameters of type FileTextModifier and TypeMethodDescriptionprotected void
FileLengthCheck.processFiltered
(File file, FileText fileText) protected void
LineLengthCheck.processFiltered
(File file, FileText fileText) -
Uses of FileText in com.puppycrawl.tools.checkstyle.checks.whitespace
Methods in com.puppycrawl.tools.checkstyle.checks.whitespace with parameters of type FileTextModifier and TypeMethodDescriptionprotected void
FileTabCharacterCheck.processFiltered
(File file, FileText fileText) -
Uses of FileText in com.puppycrawl.tools.checkstyle.xpath
Constructors in com.puppycrawl.tools.checkstyle.xpath with parameters of type FileTextModifierConstructorDescriptionXpathQueryGenerator
(DetailAST rootAst, int lineNumber, int columnNumber, int tokenType, FileText fileText, int tabWidth) Creates a newXpathQueryGenerator
instance.XpathQueryGenerator
(DetailAST rootAst, int lineNumber, int columnNumber, FileText fileText, int tabWidth) Creates a newXpathQueryGenerator
instance.