Uses of Interface
org.ini4j.Profile.Section
-
Packages that use Profile.Section Package Description org.ini4j [ini4j] main package -
-
Uses of Profile.Section in org.ini4j
Subinterfaces of Profile.Section in org.ini4j Modifier and Type Interface Description static interfaceRegistry.KeyMethods in org.ini4j that return Profile.Section Modifier and Type Method Description Profile.SectionBasicProfile. add(String name)Profile.SectionProfile. add(String sectionName)Profile.SectionProfile.Section. addChild(String key)Profile.SectionProfile.Section. getChild(String key)Profile.SectionProfile.Section. getParent()Profile.SectionProfile.Section. lookup(String... path)Profile.SectionBasicProfile. remove(Profile.Section section)Profile.SectionProfile. remove(Profile.Section section)Methods in org.ini4j with parameters of type Profile.Section Modifier and Type Method Description Registry.KeyBasicRegistry. put(String key, Profile.Section value)Registry.KeyBasicRegistry. put(String key, Profile.Section value, int index)Registry.KeyRegistry. put(String key, Profile.Section value)Registry.KeyRegistry. put(String key, Profile.Section value, int index)Profile.SectionBasicProfile. remove(Profile.Section section)Registry.KeyBasicRegistry. remove(Profile.Section section)Profile.SectionProfile. remove(Profile.Section section)protected voidIni. store(IniHandler formatter, Profile.Section section)protected voidIni. store(IniHandler formatter, Profile.Section section, String option, int index)
-