public final class DeckLoaderUtil
extends java.lang.Object
Constructor and Description |
---|
DeckLoaderUtil() |
Modifier and Type | Method and Description |
---|---|
static ProgrammingCardDeck |
loadProgrammingCardsDeck()
Returns a programming card deck containing all official programming cards
|
static ProgrammingCardDeck |
loadProgrammingCardsTestDeck()
Returns a programming card deck containing nine cards to use for testing
|
public static ProgrammingCardDeck loadProgrammingCardsDeck() throws java.io.IOException
java.io.IOException
- If the programming cards file is invalidpublic static ProgrammingCardDeck loadProgrammingCardsTestDeck() throws java.io.IOException
java.io.IOException
- If the programming cards file is invalid