|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.muni.fi.rtc.ISImporter.PackageReader
public class PackageReader
Parses the CSV export from "IS MUNI, baliky". The format is given by the
system. The package names must be unique. This class does not check it.
Czech howto on exporting from the system: V zaznamniku ucitele
"Export údajů o tématech přihlášených studentů" -> Vybrat pozadovany balik ->
Typ vystupu: "Formát CSV pro Excel", Kodovani cestiny: "Kódování UTF-8"
Constructor Summary | |
---|---|
PackageReader()
|
Method Summary | |
---|---|
java.util.Set<cz.muni.fi.rtc.teacherWorkbench.model.Project> |
getProjects()
Returns instances of project based on the imported file |
java.util.Set<cz.muni.fi.rtc.teacherWorkbench.model.ImportedPerson> |
getStudents()
Returns the list of the students in this file. |
static void |
main(java.lang.String[] args)
Main method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PackageReader()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- First is the path to the csv, second is path to the configurationpublic java.util.Set<cz.muni.fi.rtc.teacherWorkbench.model.ImportedPerson> getStudents()
public java.util.Set<cz.muni.fi.rtc.teacherWorkbench.model.Project> getProjects()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |