]> git.argeo.org Git - gpl/argeo-slc.git/blob - DeployedSystemId.java
43f5f6ac540d7a255e03447686f60e54d4d076aa
[gpl/argeo-slc.git] / DeployedSystemId.java
1 package org.argeo.slc.core.deploy;
2
3 import org.argeo.slc.core.build.DistributionId;
4
5 /** The id uniquely identifying a deployed system. */
6 public interface DeployedSystemId {
7 public DistributionId getDistributionId();
8 }