public class UAPPPackage extends Object
DeployManager
UAPPPackage
is defined by
the the pair getServiceId()
and getId()
Constructor and Description |
---|
UAPPPackage(String serviceId,
String id,
URI folder,
Map<PeerCard,List<Part>> layout) |
Modifier and Type | Method and Description |
---|---|
Map<PeerCard,List<Part>> |
getDeploy() |
URI |
getFolder() |
String |
getId() |
String |
getServiceId() |
public UAPPPackage(String serviceId, String id, URI folder, Map<PeerCard,List<Part>> layout)
serviceId
- the String
representing an unique identifier of the
service which is provided by the uStoreid
- the String
representing an unique identifier (within
the service) of the application that we are going to installfolder
- is the URI
where the uApp has been unpacked, which
contains all the uApp file and configuration required for
installing the universAAL servicelayout
- contains a map describing the node where each uApp of
contained in the uSrv has to be installedCopyright © 2018 universAAL Consortium. All rights reserved.