| Package | Description |
|---|---|
| com.puppycrawl.tools.checkstyle.checks |
Contains the checks that are bundled with the main distribution.
|
| Modifier and Type | Field and Description |
|---|---|
private LineSeparatorOption |
NewlineAtEndOfFileCheck.lineSeparator
Specify the type of line separator.
|
| Modifier and Type | Method and Description |
|---|---|
static LineSeparatorOption |
LineSeparatorOption.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LineSeparatorOption[] |
LineSeparatorOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
private static boolean |
NewlineAtEndOfFileCheck.endsWithNewline(java.io.RandomAccessFile file,
LineSeparatorOption separator)
Checks whether the content provided by the Reader ends with the platform
specific line separator.
|
Copyright © 2001-2022. All Rights Reserved.