You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 18, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: src/main/java/dev/dirs/BaseDirectories.java
+19-17Lines changed: 19 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
packagedev.dirs;
2
2
3
-
importstaticdev.dirs.Util.*;
3
+
importdev.dirs.impl.Linux;
4
+
importdev.dirs.impl.Util;
5
+
importdev.dirs.impl.Windows;
4
6
5
7
/** {@code BaseDirectories} provides paths of user-invisible standard directories, following the conventions of the operating system the library is running on.
6
8
* <p>
@@ -247,22 +249,22 @@ public static BaseDirectories get() {
Copy file name to clipboardExpand all lines: src/main/java/dev/dirs/UserDirectories.java
+17-15Lines changed: 17 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
packagedev.dirs;
2
2
3
-
importstaticdev.dirs.Util.*;
3
+
importdev.dirs.impl.Linux;
4
+
importdev.dirs.impl.Util;
5
+
importdev.dirs.impl.Windows;
4
6
5
7
/** {@code UserDirectories} provides paths of user-facing standard directories, following the conventions of the operating system the library is running on.
6
8
*
@@ -299,24 +301,24 @@ public static UserDirectories get() {
0 commit comments