Uses of Class
net.aavalla.utils.general.FileUtils.EOLStyle

Packages that use FileUtils.EOLStyle
net.aavalla.utils.general Often-needed utility functions 
 

Uses of FileUtils.EOLStyle in net.aavalla.utils.general
 

Methods in net.aavalla.utils.general that return FileUtils.EOLStyle
static FileUtils.EOLStyle FileUtils.getFileEOLStyle(java.io.File file)
          Returns the EOL style used in file given as parameter
static FileUtils.EOLStyle FileUtils.EOLStyle.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FileUtils.EOLStyle[] FileUtils.EOLStyle.values()
          Returns an array containing the constants of this enum type, in the order they are declared.