|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.magicproject.deckbuilder.DeckConstraints
public class DeckConstraints
Field Summary | |
---|---|
static java.lang.String |
DECK_CONSTRAINT_NAME_NONE
The null deck constraint key name. |
Method Summary | |
---|---|
static DeckConstraint |
getDeckConstraint(java.lang.String deckConstraint)
Return the constraint associated to the given name. |
static java.util.Collection<DeckConstraint> |
getDeckConstraints()
Return the available constraints. |
static void |
init(java.io.FileInputStream dbStream)
Initialize the deck constraints. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String DECK_CONSTRAINT_NAME_NONE
Method Detail |
---|
public static DeckConstraint getDeckConstraint(java.lang.String deckConstraint)
deckConstraint
- the constraint name.
public static java.util.Collection<DeckConstraint> getDeckConstraints()
public static void init(java.io.FileInputStream dbStream) throws java.io.IOException
dbStream
-
java.io.IOException
- If some other I/O error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |