|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.ObjectThinkAway
public class ThinkAway
ThinkAway is a main program for reading assignment information. It will take the info and output it in a more student friendly way.
| Constructor Summary | |
|---|---|
ThinkAway()
|
|
| Method Summary | |
|---|---|
static java.util.Scanner |
chooseInput(java.lang.String choice)
chooseInput takes the assignment and course data from user or from a file |
static void |
main(java.lang.String[] args)
Main main :-) |
static void |
read()
read can be called from main from any class. |
static void |
readCourses(java.util.Scanner sc,
Person student)
Read courses from a list from a webpage from a person |
static Semester |
readSemesterInfo(java.lang.String semesterInfoFile)
Read a file with the semester information |
static void |
testInitial(java.util.Scanner sc)
testInitial reads the input file: Is the beginning of the imput looking good? |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ThinkAway()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
throws java.io.FileNotFoundException
java.io.FileNotFoundException
public static void read()
throws java.io.FileNotFoundException
java.io.FileNotFoundException
public static java.util.Scanner chooseInput(java.lang.String choice)
throws java.io.FileNotFoundException
choice - ""=file/window/terminal "window"=window "java.io.FileNotFoundException
public static Semester readSemesterInfo(java.lang.String semesterInfoFile)
throws java.io.FileNotFoundException
java.io.FileNotFoundExceptionpublic static void testInitial(java.util.Scanner sc)
public static void readCourses(java.util.Scanner sc,
Person student)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||