org.ini4j.spi
Interface OptionsHandler

All Known Implementing Classes:
OptionsBuilder, OptionsFormatter

public interface OptionsHandler


Method Summary
 void endOptions()
           
 void handleComment(String comment)
           
 void handleOption(String optionName, String optionValue)
           
 void startOptions()
           
 

Method Detail

endOptions

void endOptions()

handleComment

void handleComment(String comment)

handleOption

void handleOption(String optionName,
                  String optionValue)

startOptions

void startOptions()


Copyright © 2011. All Rights Reserved.