Package edu.wisc.game.rest
Class Files.Saved
- java.lang.Object
-
- edu.wisc.game.rest.Files.Saved
-
-
Field Summary
Fields Modifier and Type Field Description static StringBOARDSstatic StringBOT_ASSISTstatic StringCHATSstatic StringDETAILED_TRANSCRIPTSstatic StringGUESSESstatic String[]mergeableThe list of subdirs to be processed by MergeDatasetsstatic StringMLCstatic StringTRANSCRIPTS
-
Constructor Summary
Constructors Constructor Description Saved()
-
-
-
Field Detail
-
GUESSES
public static final String GUESSES
- See Also:
- Constant Field Values
-
BOARDS
public static final String BOARDS
- See Also:
- Constant Field Values
-
TRANSCRIPTS
public static final String TRANSCRIPTS
- See Also:
- Constant Field Values
-
DETAILED_TRANSCRIPTS
public static final String DETAILED_TRANSCRIPTS
- See Also:
- Constant Field Values
-
BOT_ASSIST
public static final String BOT_ASSIST
- See Also:
- Constant Field Values
-
CHATS
public static final String CHATS
- See Also:
- Constant Field Values
-
MLC
public static final String MLC
- See Also:
- Constant Field Values
-
mergeable
public static String[] mergeable
The list of subdirs to be processed by MergeDatasets
-
-