]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.core/src/main/java/org/argeo/slc/core/deploy/DeployedSystem.java
Restructure Httpd deployment
[gpl/argeo-slc.git] / org.argeo.slc.core / src / main / java / org / argeo / slc / core / deploy / DeployedSystem.java
index 2fabf5606d41545445dbfb9cbc130ea5008c9166..fa383c331ce9498ed7069a9a5c6f1648f8b27903 100644 (file)
@@ -3,7 +3,12 @@ package org.argeo.slc.core.deploy;
 import org.argeo.slc.core.build.Distribution;\r
 \r
 /** An instance of a software system. */\r
-public interface DeployedSystem {\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