* limitations under the License.
*/
-package org.hedgecode.chess.scanner.format;
+package org.hedgecode.chess.scanner.format.chessbomb;
/**
* ArenaFormat
* limitations under the License.
*/
-package org.hedgecode.chess.scanner.format;
+package org.hedgecode.chess.scanner.format.chessbomb;
/**
* BaseFormat
* limitations under the License.
*/
-package org.hedgecode.chess.scanner.format;
+package org.hedgecode.chess.scanner.format.chessbomb;
import org.hedgecode.chess.scanner.spi.ServiceRegistry;
* limitations under the License.
*/
-package org.hedgecode.chess.scanner.format;
+package org.hedgecode.chess.scanner.format.chessbomb;
/**
* FormatBuilder
* limitations under the License.
*/
-package org.hedgecode.chess.scanner.format;
+package org.hedgecode.chess.scanner.format.chessbomb;
import java.util.Date;
* limitations under the License.
*/
-package org.hedgecode.chess.scanner.format;
+package org.hedgecode.chess.scanner.format.chessbomb;
+
+import org.hedgecode.chess.scanner.format.Move;
/**
* GameData
* limitations under the License.
*/
-package org.hedgecode.chess.scanner.format;
+package org.hedgecode.chess.scanner.format.chessbomb;
import org.hedgecode.chess.scanner.entity.PGNEntity;
* limitations under the License.
*/
-package org.hedgecode.chess.scanner.format;
+package org.hedgecode.chess.scanner.format.chessbomb;
/**
* IndexData
* limitations under the License.
*/
-package org.hedgecode.chess.scanner.format;
+package org.hedgecode.chess.scanner.format.chessbomb;
/**
* Player
* limitations under the License.
*/
-package org.hedgecode.chess.scanner.format;
+package org.hedgecode.chess.scanner.format.chessbomb;
import java.util.Date;
* limitations under the License.
*/
-package org.hedgecode.chess.scanner.format;
+package org.hedgecode.chess.scanner.format.chessbomb;
/**
* RoomData
* limitations under the License.
*/
-package org.hedgecode.chess.scanner.format;
+package org.hedgecode.chess.scanner.format.chessbomb;
import java.util.List;
* limitations under the License.
*/
-package org.hedgecode.chess.scanner.json.format;
+package org.hedgecode.chess.scanner.json.chessbomb;
import com.google.gson.annotations.SerializedName;
-import org.hedgecode.chess.scanner.format.BaseFormat;
+import org.hedgecode.chess.scanner.format.chessbomb.BaseFormat;
/**
* AbstractBaseFormat
* limitations under the License.
*/
-package org.hedgecode.chess.scanner.json.format;
+package org.hedgecode.chess.scanner.json.chessbomb;
import com.google.gson.annotations.SerializedName;
-import org.hedgecode.chess.scanner.format.ArenaFormat;
-import org.hedgecode.chess.scanner.format.IndexData;
-import org.hedgecode.chess.scanner.format.Room;
+import org.hedgecode.chess.scanner.format.chessbomb.ArenaFormat;
+import org.hedgecode.chess.scanner.format.chessbomb.IndexData;
+import org.hedgecode.chess.scanner.format.chessbomb.Room;
/**
* JSONArenaFormat
* limitations under the License.
*/
-package org.hedgecode.chess.scanner.json.format;
+package org.hedgecode.chess.scanner.json.chessbomb;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
-import org.hedgecode.chess.scanner.format.ArenaFormat;
-import org.hedgecode.chess.scanner.format.FormatBuilder;
-import org.hedgecode.chess.scanner.format.GameFormat;
-import org.hedgecode.chess.scanner.format.TournamentFormat;
+import org.hedgecode.chess.scanner.format.chessbomb.ArenaFormat;
+import org.hedgecode.chess.scanner.format.chessbomb.FormatBuilder;
+import org.hedgecode.chess.scanner.format.chessbomb.GameFormat;
+import org.hedgecode.chess.scanner.format.chessbomb.TournamentFormat;
/**
* JSONFormatBuilder
* limitations under the License.
*/
-package org.hedgecode.chess.scanner.json.format;
+package org.hedgecode.chess.scanner.json.chessbomb;
import java.util.Date;
import com.google.gson.annotations.SerializedName;
-import org.hedgecode.chess.scanner.format.Game;
-import org.hedgecode.chess.scanner.format.Player;
+import org.hedgecode.chess.scanner.format.chessbomb.Game;
+import org.hedgecode.chess.scanner.format.chessbomb.Player;
/**
* JSONGame
* limitations under the License.
*/
-package org.hedgecode.chess.scanner.json.format;
+package org.hedgecode.chess.scanner.json.chessbomb;
import com.google.gson.annotations.SerializedName;
-import org.hedgecode.chess.scanner.format.Game;
-import org.hedgecode.chess.scanner.format.GameData;
+import org.hedgecode.chess.scanner.format.chessbomb.Game;
+import org.hedgecode.chess.scanner.format.chessbomb.GameData;
import org.hedgecode.chess.scanner.format.Move;
-import org.hedgecode.chess.scanner.format.Room;
+import org.hedgecode.chess.scanner.format.chessbomb.Room;
/**
* JSONGameData
* limitations under the License.
*/
-package org.hedgecode.chess.scanner.json.format;
+package org.hedgecode.chess.scanner.json.chessbomb;
import com.google.gson.annotations.SerializedName;
import org.hedgecode.chess.scanner.format.PGNFormat;
import org.hedgecode.chess.scanner.format.PGNTag;
-import org.hedgecode.chess.scanner.format.GameData;
-import org.hedgecode.chess.scanner.format.GameFormat;
+import org.hedgecode.chess.scanner.format.chessbomb.GameData;
+import org.hedgecode.chess.scanner.format.chessbomb.GameFormat;
import org.hedgecode.chess.scanner.format.TypeMovesFormat;
import org.hedgecode.chess.scanner.spi.ServiceRegistry;
* limitations under the License.
*/
-package org.hedgecode.chess.scanner.json.format;
+package org.hedgecode.chess.scanner.json.chessbomb;
import com.google.gson.annotations.SerializedName;
-import org.hedgecode.chess.scanner.format.IndexData;
-import org.hedgecode.chess.scanner.format.Room;
+import org.hedgecode.chess.scanner.format.chessbomb.IndexData;
+import org.hedgecode.chess.scanner.format.chessbomb.Room;
/**
* JSONIndexData
* limitations under the License.
*/
-package org.hedgecode.chess.scanner.json.format;
+package org.hedgecode.chess.scanner.json.chessbomb;
import com.google.gson.annotations.SerializedName;
* limitations under the License.
*/
-package org.hedgecode.chess.scanner.json.format;
+package org.hedgecode.chess.scanner.json.chessbomb;
import com.google.gson.annotations.SerializedName;
-import org.hedgecode.chess.scanner.format.Player;
+import org.hedgecode.chess.scanner.format.chessbomb.Player;
/**
* JSONPlayer
* limitations under the License.
*/
-package org.hedgecode.chess.scanner.json.format;
+package org.hedgecode.chess.scanner.json.chessbomb;
import java.util.Date;
import com.google.gson.annotations.SerializedName;
-import org.hedgecode.chess.scanner.format.Room;
+import org.hedgecode.chess.scanner.format.chessbomb.Room;
/**
* JSONRoom
* limitations under the License.
*/
-package org.hedgecode.chess.scanner.json.format;
+package org.hedgecode.chess.scanner.json.chessbomb;
import com.google.gson.annotations.SerializedName;
-import org.hedgecode.chess.scanner.format.Game;
-import org.hedgecode.chess.scanner.format.Room;
-import org.hedgecode.chess.scanner.format.RoomData;
+import org.hedgecode.chess.scanner.format.chessbomb.Game;
+import org.hedgecode.chess.scanner.format.chessbomb.Room;
+import org.hedgecode.chess.scanner.format.chessbomb.RoomData;
/**
* JSONRoomData
* limitations under the License.
*/
-package org.hedgecode.chess.scanner.json.format;
+package org.hedgecode.chess.scanner.json.chessbomb;
import java.util.ArrayList;
import java.util.List;
import com.google.gson.annotations.SerializedName;
-import org.hedgecode.chess.scanner.format.Game;
-import org.hedgecode.chess.scanner.format.RoomData;
-import org.hedgecode.chess.scanner.format.TournamentFormat;
+import org.hedgecode.chess.scanner.format.chessbomb.Game;
+import org.hedgecode.chess.scanner.format.chessbomb.RoomData;
+import org.hedgecode.chess.scanner.format.chessbomb.TournamentFormat;
/**
* JSONTournamentFormat
import org.hedgecode.chess.scanner.ChessHogScannerException;
import org.hedgecode.chess.scanner.entity.PGNGame;
import org.hedgecode.chess.scanner.entity.PGNTournament;
-import org.hedgecode.chess.scanner.format.ArenaFormat;
-import org.hedgecode.chess.scanner.format.Format;
-import org.hedgecode.chess.scanner.format.GameFormat;
-import org.hedgecode.chess.scanner.format.TournamentFormat;
+import org.hedgecode.chess.scanner.format.chessbomb.ArenaFormat;
+import org.hedgecode.chess.scanner.format.chessbomb.Format;
+import org.hedgecode.chess.scanner.format.chessbomb.GameFormat;
+import org.hedgecode.chess.scanner.format.chessbomb.TournamentFormat;
/**
* ChessBombScanner
+++ /dev/null
-org.hedgecode.chess.scanner.json.format.JSONFormatBuilder
\ No newline at end of file
--- /dev/null
+org.hedgecode.chess.scanner.json.chessbomb.JSONFormatBuilder
\ No newline at end of file