]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.core/src/main/java/org/argeo/slc/core/deploy/DeployedSystem.java
Improve formatting
[gpl/argeo-slc.git] / org.argeo.slc.core / src / main / java / org / argeo / slc / core / deploy / DeployedSystem.java
index ccec874f90651f524962a3270fe7a4701444b6d9..fa383c331ce9498ed7069a9a5c6f1648f8b27903 100644 (file)
@@ -1,6 +1,14 @@
 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 interface DeployedSystem extends TargetData {\r
+       public String getDeployedSystemId();\r
+\r
+       public Distribution getDistribution();\r
+\r
+       public DeploymentData getDeploymentData();\r
+\r
+       public TargetData getTargetData();\r
 }\r