]> git.argeo.org Git - gpl/argeo-slc.git/blob - Deployment.java
4a7403071bd6cfd66ffad24fef142543f2a836c0
[gpl/argeo-slc.git] / Deployment.java
1 package org.argeo.slc.core.deploy;
2
3 public interface Deployment {
4 public DeployedSystem getDeployedSystem();
5
6 public TargetData getTargetData();
7
8 public DeploymentData getDeploymentData();
9 }