Uses of Class
gecco.server.startup.PropertyTree

Packages that use PropertyTree
gecco.server.startup   
 

Uses of PropertyTree in gecco.server.startup
 

Methods in gecco.server.startup that return PropertyTree
 PropertyTree PropertyTree.getSingleSubtree(String property)
          Gets the SingleSubtree attribute of the PropertyTree object
 

Methods in gecco.server.startup with parameters of type PropertyTree
 void PropertyTree.put(String property, PropertyTree subtree)
          Description of the Method
 void PropertyTree.putVariable(String variable, PropertyTree subtree)
          Description of the Method
 void PropertyTree.putAll(PropertyTree other)
          Description of the Method