net.sf.kagiru.io
Class XmlPuzzleLoadCommand

java.lang.Object
  extended by net.sf.kagiru.io.AbstractPuzzleLoadCommand
      extended by net.sf.kagiru.io.XmlPuzzleLoadCommand
All Implemented Interfaces:
Command<PuzzleLoadingException>

public class XmlPuzzleLoadCommand
extends AbstractPuzzleLoadCommand


Constructor Summary
XmlPuzzleLoadCommand(java.io.File file, DifficultyLevels dm, FormatManager fm, AllowedValuesManager avm)
           
 
Method Summary
 void execute()
           
 
Methods inherited from class net.sf.kagiru.io.AbstractPuzzleLoadCommand
getPuzzle, setPuzzle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlPuzzleLoadCommand

public XmlPuzzleLoadCommand(java.io.File file,
                            DifficultyLevels dm,
                            FormatManager fm,
                            AllowedValuesManager avm)
Method Detail

execute

public void execute()
             throws PuzzleLoadingException
Throws:
PuzzleLoadingException


This code documentation is disclosed as part of Kagiru Sudoku. It is licensed under the GNU General Public License (GPL) and comes with NO WARRANTY. See file license.txt for more info.