net.sf.tankbattles.configuration.xml
Interface TankBattlesConfigurationParser

All Known Implementing Classes:
TankBattlesDummyParser

public interface TankBattlesConfigurationParser

Interface for the configuration parsers for Tank Battles.

Author:
erickpassos

Method Summary
 Mission parseMission(java.lang.String file)
          By implementing this method one can provide a configuration parser.
 

Method Detail

parseMission

Mission parseMission(java.lang.String file)
By implementing this method one can provide a configuration parser.

Parameters:
file - the configuration main file.
Returns:
the mission configuration object.