Uses of Class
org.ini4j.IniFile.Mode

Packages that use IniFile.Mode
org.ini4j [ini4j] main package 
 

Uses of IniFile.Mode in org.ini4j
 

Methods in org.ini4j that return IniFile.Mode
 IniFile.Mode IniFile.getMode()
           
static IniFile.Mode IniFile.Mode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IniFile.Mode[] IniFile.Mode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.ini4j with parameters of type IniFile.Mode
IniFile(java.io.File file, IniFile.Mode mode)
           
 



Copyright © 2011. All Rights Reserved.