org.ini4j.addon
Class FancyIniFormatter

java.lang.Object
  extended by org.ini4j.spi.IniFormatter
      extended by org.ini4j.addon.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 org.ini4j.spi.IniFormatter
endIni, endSection, escape, getConfig, getOutput, handleOption, newInstance, newInstance, newInstance, newInstance, newInstance, setOutput, startIni, startSection
 
Methods inherited from class java.lang.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. 



Copyright © 2011. All Rights Reserved.