Package | Description |
---|---|
hudson.util |
Other miscellaneous utility code
|
Modifier and Type | Method and Description |
---|---|
static LineEndingConversion.EOLType |
LineEndingConversion.EOLType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LineEndingConversion.EOLType[] |
LineEndingConversion.EOLType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static String |
LineEndingConversion.convertEOL(String input,
LineEndingConversion.EOLType type)
Convert line endings of a string to the given type.
|
Copyright © 2016. All rights reserved.