Uses of Class
gecco.server.unitmanager.UnitManager

Packages that use UnitManager
gecco.server.core   
gecco.server.startup   
 

Uses of UnitManager in gecco.server.core
 

Methods in gecco.server.core that return UnitManager
static UnitManager ReferenceHolder.getUnitManager()
          Gets the UnitManager attribute of the ReferenceHolder class
 

Methods in gecco.server.core with parameters of type UnitManager
static void ReferenceHolder.setUnitManager(UnitManager _unitManager)
          Sets the UnitManager attribute of the ReferenceHolder class
 

Uses of UnitManager in gecco.server.startup
 

Methods in gecco.server.startup with parameters of type UnitManager
static void UnitsConf.parse(Reader in, UnitManager um)
          Parses the file and updates the unit manager.
static void UnitTypesConf.parse(Reader in, UnitManager um)
          Parses the file and updates the unit manager.