Uses of Enum
org.apache.maven.plugins.assembly.utils.LineEndings
Packages that use LineEndings
-
Uses of LineEndings in org.apache.maven.plugins.assembly.utils
Methods in org.apache.maven.plugins.assembly.utils that return LineEndingsModifier 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.Methods in org.apache.maven.plugins.assembly.utils with parameters of type LineEndingsModifier 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.