| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LineEndings | |
|---|---|
| org.apache.maven.plugin.assembly.utils | |
| Uses of LineEndings in org.apache.maven.plugin.assembly.utils | 
|---|
| Methods in org.apache.maven.plugin.assembly.utils that return LineEndings | |
|---|---|
| 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. | 
| Methods in org.apache.maven.plugin.assembly.utils with parameters of type LineEndings | |
|---|---|
| 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. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||