Uses of Class
net.sf.freecol.common.resources.ResourceMapping

Packages that use ResourceMapping
net.sf.freecol.common.io Classes for reading and writing FreeCol data files. 
net.sf.freecol.common.resources Classes for handling resources. 
 

Uses of ResourceMapping in net.sf.freecol.common.io
 

Methods in net.sf.freecol.common.io that return ResourceMapping
 ResourceMapping FreeColTcFile.getResourceMapping()
          Creates a ResourceMapping from the file .
 ResourceMapping FreeColDataFile.getResourceMapping()
          Creates a ResourceMapping from the file .
 

Uses of ResourceMapping in net.sf.freecol.common.resources
 

Methods in net.sf.freecol.common.resources with parameters of type ResourceMapping
 void ResourceMapping.addAll(ResourceMapping rc)
          Adds all mappings from the given ResourceMapping to this object.
static void ResourceManager.setBaseMapping(ResourceMapping _baseMapping)
          Sets the mappings specified in the date/base-directory
static void ResourceManager.setCampaignMapping(ResourceMapping _campaignMapping)
          Sets the mappings specified in a campaign.
static void ResourceManager.setScenarioMapping(ResourceMapping _scenarioMapping)
          Sets the mappings specified in a scenario.
static void ResourceManager.setTcMapping(ResourceMapping _tcMapping)
          Sets the mappings specified for a Total Conversion (TC).
 

Method parameters in net.sf.freecol.common.resources with type arguments of type ResourceMapping
static void ResourceManager.setModMappings(java.util.List<ResourceMapping> _modMappings)
          Sets the mappings specified by mods.