]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.repo/src/main/java/org/argeo/slc/repo/OsgiFactory.java
First working version of modular distribution creation while running the ProcessDistr...
[gpl/argeo-slc.git] / runtime / org.argeo.slc.repo / src / main / java / org / argeo / slc / repo / OsgiFactory.java
index b2299a726e65e7063a363ab2410811c4a82faf54..817849361148da6ee3e8aaf2f7d5b15c4eaa587e 100644 (file)
@@ -18,4 +18,11 @@ public interface OsgiFactory {
         */
        public Node getDist(Session distSession, String uri)
                        throws RepositoryException;
+
+       /**
+        * Provide access to a cached maven ardifact identified by its coordinates
+        * the 'dist' repository, downloading it if it is not available.
+        */
+       public Node getMaven(Session distSession, String coords)
+                       throws RepositoryException;
 }