Uses of Enum
org.apache.maven.plugins.assembly.utils.LineEndings
-
Uses of LineEndings in org.apache.maven.plugins.assembly.utils
Modifier and TypeMethodDescriptionstatic LineEndings
LineEndingsUtils.getLineEnding
(String lineEnding) static LineEndings
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 TypeMethodDescriptionstatic 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.