We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd17da6 commit 315c8c7Copy full SHA for 315c8c7
io.sloeber.core/src/io/sloeber/core/api/ISloeberConfiguration.java
@@ -115,6 +115,14 @@ public static ISloeberConfiguration getConfig(IAutoBuildConfigurationDescription
115
116
public Set<IFolder> getIncludeFolders();
117
118
+ /**
119
+ * Add libraries to the configurations
120
+ * Some libraries contain subfolders that need to be ignoreed.
121
+ * Therefore the configuration description may change.
122
+ *
123
+ * @param librariesToAdd
124
+ * @return true if when cCorePlugin.setProjectDescription needs to be called
125
+ */
126
public boolean addLibraries(Collection<IArduinoLibraryVersion> librariesToAdd);
127
public boolean removeLibraries(Collection<IArduinoLibraryVersion> librariesToRemove);
128
0 commit comments