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 LineEndingsLineEndingsUtils.getLineEnding(String lineEnding) static LineEndingsReturns 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 voidLineEndingsUtils.convertLineEndings(File source, File dest, LineEndings lineEndings, Boolean atEndOfFile, String encoding) Converts the line endings of a file, writing a new file.static InputStreamLineEndingsUtils.lineEndingConverter(InputStream in, LineEndings lineEndings) Converts the line endings of a file, writing a new file.