[ini4j]

org.ini4j.addon
Class FancyIniFormatter

Object
  extended by IniFormatter
      extended by FancyIniFormatter
All Implemented Interfaces:
IniHandler, OptionHandler

Deprecated.

@Deprecated
public class FancyIniFormatter
extends IniFormatter


Constructor Summary
FancyIniFormatter()
          Deprecated.  
 
Method Summary
 boolean isAllowEmptyOption()
          Deprecated. 
 boolean isAllowStrictOperator()
          Deprecated. 
 void setAllowEmptyOption(boolean flag)
          Deprecated. 
 void setAllowStrictOperator(boolean flag)
          Deprecated. 
 void setConfig(Config value)
          Deprecated. 
 
Methods inherited from class IniFormatter
endIni, endSection, escape, getConfig, getOutput, handleOption, newInstance, newInstance, newInstance, newInstance, newInstance, setOutput, startIni, startSection
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FancyIniFormatter

public FancyIniFormatter()
Deprecated. 
Method Detail

setAllowEmptyOption

@Deprecated
public void setAllowEmptyOption(boolean flag)
Deprecated. 


setAllowStrictOperator

@Deprecated
public void setAllowStrictOperator(boolean flag)
Deprecated. 


setConfig

@Deprecated
public void setConfig(Config value)
Deprecated. 

Overrides:
setConfig in class IniFormatter

isAllowEmptyOption

@Deprecated
public boolean isAllowEmptyOption()
Deprecated. 


isAllowStrictOperator

@Deprecated
public boolean isAllowStrictOperator()
Deprecated. 


[ini4j]