summaryrefslogtreecommitdiff
path: root/src/main/Main.java
AgeCommit message (Expand)AuthorFilesLines
2014-05-11Report status while importing (add --status option)Peter Wu1-9/+67
2014-05-11Add --dbport option, override default auth parametersPeter Wu1-2/+5
2014-05-10More nullable annotations, print tweets for parse errors tooPeter Wu1-1/+8
2014-05-10Move SQLException processing in processTweet to MainPeter Wu1-1/+6
2014-05-10Main: print tweet number (not id)Peter Wu1-1/+2
2014-05-09Add "--skipdb" option to allow printing resultsPeter Wu1-1/+20
2014-05-09First try to get a reader, then try to open databasePeter Wu1-23/+24
2014-05-09Don't reject missing argumentsPeter Wu1-4/+0
2014-05-09Only catch IllegalArgumentException for argument parsingPeter Wu1-3/+6
2014-05-09Fixup help text, allow to override DB settingsPeter Wu1-25/+34
2014-05-09Get rid of DBConnectionPeter Wu1-29/+39
2014-05-08Replace JSON by GSON, adding extra validationsPeter Wu1-30/+52
2014-05-07data querries into databaseS1297781-0/+1
2014-05-07Removed the extranous DBQuery and simpel propertyMaurice Laveaux1-1/+8
2014-05-07Added classes to refactor the database code.Maurice Laveaux1-34/+80
2014-05-01(no commit message)daanpeters1-1/+32
2014-05-01Initial netbeans project added with main/Main.javaMaurice Laveaux1-0/+16