| Package | Description |
|---|---|
| com.puppycrawl.tools.checkstyle.api |
Contains the core API to be used to implement checks.
|
| Modifier and Type | Method and Description |
|---|---|
static FileText |
FileText.fromLines(File file,
List<String> lines)
Compatibility conversion.
|
FileText |
FileContents.getText()
Get the full text of the file.
|
| Constructor and Description |
|---|
FileContents(FileText text)
Creates a new
FileContents instance. |
FileText(FileText fileText)
Copy constructor.
|
Copyright © 2001-2015. All Rights Reserved.