org.ini4j.spi
Interface IniHandler

All Known Implementing Classes:
IniBuilder, IniFormatter, RegBuilder

public interface IniHandler


Method Summary
 void endIni()
           
 void endSection()
           
 void handleComment(String comment)
           
 void handleOption(String optionName, String optionValue)
           
 void startIni()
           
 void startSection(String sectionName)
           
 

Method Detail

endIni

void endIni()

endSection

void endSection()

handleComment

void handleComment(String comment)

handleOption

void handleOption(String optionName,
                  String optionValue)

startIni

void startIni()

startSection

void startSection(String sectionName)


Copyright © 2011. All Rights Reserved.