| Package | Description |
|---|---|
| org.apache.maven.plugins.assembly.utils |
| Modifier and Type | Method and Description |
|---|---|
static LineEndings |
LineEndingsUtils.getLineEnding(java.lang.String lineEnding) |
static LineEndings |
LineEndings.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LineEndings[] |
LineEndings.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
LineEndingsUtils.convertLineEndings(java.io.File source,
java.io.File dest,
LineEndings lineEndings,
java.lang.Boolean atEndOfFile,
java.lang.String encoding)
Converts the line endings of a file, writing a new file.
|
static java.io.InputStream |
LineEndingsUtils.lineEndingConverter(java.io.InputStream in,
LineEndings lineEndings)
Converts the line endings of a file, writing a new file.
|