|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cmu.tawc.data.DictionaryFileStorage
public class DictionaryFileStorage
Nested Class Summary | |
---|---|
static class |
DictionaryFileStorage.FileFormatException
|
Constructor Summary | |
---|---|
DictionaryFileStorage()
|
Method Summary | |
---|---|
static Dictionary |
getDictionaryFromUser()
|
static Dictionary |
getFromFile(java.io.File file)
|
static Dictionary |
getFromFileType1(java.io.File file)
File must start and end with a %. |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DictionaryFileStorage()
Method Detail |
---|
public static Dictionary getFromFileType1(java.io.File file) throws DictionaryFileStorage.FileFormatException
file
-
DictionaryFileStorage.FileFormatException
public static Dictionary getFromFile(java.io.File file) throws DictionaryFileStorage.FileFormatException
DictionaryFileStorage.FileFormatException
public static final Dictionary getDictionaryFromUser()
public static final void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |