File tree 1 file changed +8
-0
lines changed
io.sloeber.core/src/io/sloeber/core/api
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,14 @@ public static ISloeberConfiguration getConfig(IAutoBuildConfigurationDescription
118
118
public boolean addLibraries (Collection <IArduinoLibraryVersion > librariesToAdd );
119
119
public boolean removeLibraries (Collection <IArduinoLibraryVersion > librariesToRemove );
120
120
121
+ /**
122
+ * Implements the action under Menu->Sloeber->Re attache libraries
123
+ * This method validates the attached libraries
124
+ * 1) Links to hardware libraries that point to a hardware different than the one used in
125
+ * the boardDescription of this configuration are replaced by versions from
126
+ * this boardDescription and if none is found are removed.
127
+ * 2) Links to non existing libraries are removed
128
+ */
121
129
void reAttachLibraries ();
122
130
123
131
Map <String , IArduinoLibraryVersion > getUsedLibraries ();
You can’t perform that action at this time.
0 commit comments