Package | Description |
---|---|
org.apache.maven.plugin.assembly.utils |
Modifier and Type | Method and Description |
---|---|
static LineEndings |
LineEndingsUtils.getLineEnding(String lineEnding) |
static LineEndings |
LineEndings.valueOf(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(File source,
File dest,
LineEndings lineEndings,
Boolean atEndOfFile,
String encoding)
Converts the line endings of a file, writing a new file.
|
static InputStream |
LineEndingsUtils.lineEndingConverter(InputStream in,
LineEndings lineEndings)
Converts the line endings of a file, writing a new file.
|
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.