org.ini4j
Interface Profile.Section

All Superinterfaces:
CommentedMap<String,String>, Map<String,String>, MultiMap<String,String>, OptionMap
All Known Subinterfaces:
Registry.Key
Enclosing interface:
Profile

public static interface Profile.Section
extends OptionMap


Nested Class Summary
 
Nested classes/interfaces inherited from interface Map
Map.Entry<K,V>
 
Method Summary
 Profile.Section addChild(String key)
           
 String[] childrenNames()
           
 Profile.Section getChild(String key)
           
 String getName()
           
 Profile.Section getParent()
           
 String getSimpleName()
           
 Profile.Section lookup(String... path)
           
 void removeChild(String key)
           
 
Methods inherited from interface org.ini4j.OptionMap
add, add, as, as, fetch, fetch, fetch, fetch, fetch, fetch, fetchAll, from, from, get, get, get, get, getAll, put, put, putAll, to, to
 
Methods inherited from interface org.ini4j.MultiMap
add, add, get, getAll, length, put, putAll, remove
 
Methods inherited from interface org.ini4j.CommentedMap
getComment, putComment, removeComment
 
Methods inherited from interface Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Method Detail

getChild

Profile.Section getChild(String key)

getName

String getName()

getParent

Profile.Section getParent()

getSimpleName

String getSimpleName()

addChild

Profile.Section addChild(String key)

childrenNames

String[] childrenNames()

lookup

Profile.Section lookup(String... path)

removeChild

void removeChild(String key)


Copyright © 2011. All Rights Reserved.