Uses of Class
cz.cuni.amis.utils.IniFile.Section

Packages that use IniFile.Section
cz.cuni.amis.utils   
 

Uses of IniFile.Section in cz.cuni.amis.utils
 

Methods in cz.cuni.amis.utils that return IniFile.Section
 IniFile.Section IniFile.Section.add(IniFile.Section section)
          Adds all properties from 'section' into this one.
 IniFile.Section IniFile.addSection(IniFile.Section section)
          Adds section into this ini file.
 IniFile.Section IniFile.addSection(String sectionName)
          Adds a new section into this class (won't overwrite existing one).
 IniFile.Section IniFile.Section.clear()
          Deletes all properties within this section.
 IniFile.Section IniFile.Section.clearComments()
          Deletes all comments within this section.
 IniFile.Section IniFile.copySection(IniFile.Section section)
           
 IniFile.Section IniFile.getSection(String name)
           
 IniFile.Section IniFile.Section.put(String key, String value)
          Sets a property key=value into the section.
 IniFile.Section IniFile.Section.put(String key, String value, String comment)
          Sets a property key=value into the section with comment.
 IniFile.Section IniFile.set(IniFile.Section section)
          Set key=values from 'section' into this IniFile.
 IniFile.Section IniFile.Section.set(String key, String value)
          Alias for put(String, String).
 IniFile.Section IniFile.set(String section, String key, String value)
          Sets property key=value into section 'section'
 IniFile.Section IniFile.Section.set(String key, String value, String comment)
          Alias for Section#put(String, Strin, String).
 

Methods in cz.cuni.amis.utils that return types with arguments of type IniFile.Section
 Collection<IniFile.Section> IniFile.getSections()
           
 

Methods in cz.cuni.amis.utils with parameters of type IniFile.Section
 IniFile.Section IniFile.Section.add(IniFile.Section section)
          Adds all properties from 'section' into this one.
 IniFile.Section IniFile.addSection(IniFile.Section section)
          Adds section into this ini file.
 IniFile.Section IniFile.copySection(IniFile.Section section)
           
 IniFile.Section IniFile.set(IniFile.Section section)
          Set key=values from 'section' into this IniFile.
 

Constructors in cz.cuni.amis.utils with parameters of type IniFile.Section
IniFile.Section(IniFile.Section section)
          Copy-constructor.
 



Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.