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 interface
Registry.Key
Methods in org.ini4j that return Profile.Section Modifier and Type Method Description Profile.Section
BasicProfile. add(java.lang.String name)
Profile.Section
Profile. add(java.lang.String sectionName)
Profile.Section
Profile.Section. addChild(java.lang.String key)
Profile.Section
Profile.Section. getChild(java.lang.String key)
Profile.Section
Profile.Section. getParent()
Profile.Section
Profile.Section. lookup(java.lang.String... path)
Profile.Section
BasicProfile. remove(Profile.Section section)
Profile.Section
Profile. remove(Profile.Section section)
Methods in org.ini4j with parameters of type Profile.Section Modifier and Type Method Description Registry.Key
BasicRegistry. put(java.lang.String key, Profile.Section value)
Registry.Key
BasicRegistry. put(java.lang.String key, Profile.Section value, int index)
Registry.Key
Registry. put(java.lang.String key, Profile.Section value)
Registry.Key
Registry. put(java.lang.String key, Profile.Section value, int index)
Profile.Section
BasicProfile. remove(Profile.Section section)
Registry.Key
BasicRegistry. remove(Profile.Section section)
Profile.Section
Profile. remove(Profile.Section section)
protected void
Ini. store(IniHandler formatter, Profile.Section section)
protected void
Ini. store(IniHandler formatter, Profile.Section section, java.lang.String option, int index)
-