|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FileText | |
---|---|
com.puppycrawl.tools.checkstyle.api | Contains the core API to be used to implement checks. |
com.puppycrawl.tools.checkstyle.gui | User interface classes for CheckStyle. |
Uses of FileText in com.puppycrawl.tools.checkstyle.api |
---|
Methods in com.puppycrawl.tools.checkstyle.api that return FileText | |
---|---|
static FileText |
FileText.fromLines(File aFile,
List<String> aLines)
Compatibility conversion. |
FileText |
FileContents.getText()
Get the full text of the file. |
Constructors in com.puppycrawl.tools.checkstyle.api with parameters of type FileText | |
---|---|
FileContents(FileText aText)
Creates a new FileContents instance. |
Uses of FileText in com.puppycrawl.tools.checkstyle.gui |
---|
Methods in com.puppycrawl.tools.checkstyle.gui with parameters of type FileText | |
---|---|
static DetailAST |
ParseTreeInfoPanel.parseFile(FileText aText)
Parses a file and returns the parse tree. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |