-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGenerelleTests.java
59 lines (51 loc) · 2.03 KB
/
GenerelleTests.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
public class GenerelleTests {
public GenerelleTests() {
// TODO Automatisch generierter Konstruktorstub
}
public static void main(String[] args) {
// TODO Automatisch generierter Methodenstub
}
// public Ausprobieren() throws Exception {
// System.out.println(DateFormat.getDateInstance().format(new Date()));
//}
// public static void main(String[] args) throws Exception {
// // TODO Automatisch generierter Methodenstub
// GuKKiCalcProperty property = null;
//// property = new GuKKiCalcProperty("CREATED:20151123T103732Z", "CREATED");
//// property = new GuKKiCalcProperty("X-LIC-ERROR;X-LIC-ERRORTYPE=VALUE-PARSE-ERROR:No value for DESCRIPTION property. Removing entire property:", "X-LIC-ERROR");
// property = new GuKKiCalcProperty("SUMMARY;CN=\"TEST:Angiologie;Ulrich\"", "SUMMARY");}
//static GuKKiCalcProperty eintragen(String propertyZeile) throws Exception {
//// System.out.println("GuKKiCalComponent.checkDTSTAMP begonnen");
//// System.out.println("Zeile="+zeichenkette);
//
//
//// System.out.println(property);
// // System.out.println("Temp=" + zTemp);
//// System.out.println("GuKKiCalComponent.checkDTSTAMP beendet");
// return property;
//}
/* Bestimmen des Betriebssysteme */
// String OS = System.getProperty("os.name");
// System.out.println(OS);
//
/* eindeutige UID generieren lassen (für neue Events) */
// String uniqueID = UUID.randomUUID().toString();
// System.out.println(uniqueID);
// uniqueID = UUID.randomUUID().toString();
// System.out.println(uniqueID);
// uniqueID = UUID.randomUUID().toString();
// System.out.println(uniqueID);
// uniqueID = UUID.randomUUID().toString();
// System.out.println(uniqueID);
/* Erkennen der korrekten Dateienstruktur auf Windows-Laptop */
// BufferedReader temp = null;
// String inPath = "C:\\users\\GuKKDevel\\Desktop\\Programmierung\\gitRepos\\IgnoreForGit\\iCalender\\Testkalender.ics";
// try {
// temp = new BufferedReader(new InputStreamReader(new FileInputStream(inPath), "UTF-8"));
// String zeile = temp.readLine();
// System.out.println(zeile);
// }
// finally {
//
// }
}