cziegeler commented on a change in pull request #9: SLING-8421: Allow artifact
providers that work with URLs instead of F…
URL:
https://github.com/apache/sling-org-apache-sling-feature-launcher/pull/9#discussion_r284984356
##########
File path:
src/main/java/org/apache/sling/feature/launcher/spi/LauncherRunContext.java
##########
@@ -58,6 +66,12 @@
*/
List<File> getInstallableArtifacts();
+ /**
+ * List of installable artifacts.
+ * @return The list of files. The list might be empty.
+ */
+ List<ArtifactHandler> getInstallableArtifactHandlers();
+
/**
Review comment:
Changes to the spi increase the package version
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services