Skip to content

Commit d492470

Browse files
author
jan
committed
Making getPrivateLibraryPaths public
1 parent 4f4c6a5 commit d492470

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

io.sloeber.core/src/io/sloeber/arduinoFramework/api/LibraryManager.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ public static String getPrivateLibraryPathsString() {
8787
return InstancePreferences.getPrivateLibraryPathsString();
8888
}
8989

90+
public static String[] getPrivateLibraryPaths() {
91+
return InstancePreferences.getPrivateLibraryPaths();
92+
}
93+
9094
public static void setPrivateLibraryPaths(String[] libraryPaths) {
9195
InstancePreferences.setPrivateLibraryPaths(libraryPaths);
9296

0 commit comments

Comments
 (0)