]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.core/src/main/java/org/argeo/slc/core/deploy/DeployedSystem.java
Restructure deployment
[gpl/argeo-slc.git] / org.argeo.slc.core / src / main / java / org / argeo / slc / core / deploy / DeployedSystem.java
index ccec874f90651f524962a3270fe7a4701444b6d9..2fabf5606d41545445dbfb9cbc130ea5008c9166 100644 (file)
@@ -1,6 +1,9 @@
 package org.argeo.slc.core.deploy;\r
 \r
+import org.argeo.slc.core.build.Distribution;\r
+\r
 /** An instance of a software system. */\r
 public interface DeployedSystem {\r
-       public DeployedSystemId getDeployedSystemId();\r
+       public String getDeployedSystemId();\r
+       public Distribution getDistribution();\r
 }\r