Class MyArtifactDescriptor
java.lang.Object
de.iip_ecosphere.platform.services.AbstractArtifactDescriptor<MyServiceDescriptor>
test.de.iip_ecosphere.platform.services.MyArtifactDescriptor
- All Implemented Interfaces:
de.iip_ecosphere.platform.services.ArtifactDescriptor
public class MyArtifactDescriptor
extends de.iip_ecosphere.platform.services.AbstractArtifactDescriptor<MyServiceDescriptor>
A test artifact descriptor.
- Author:
- Holger Eichelberger, SSE
-
Constructor Summary
ConstructorsConstructorDescriptionMyArtifactDescriptor(String id, String name, URI uri, List<MyServiceDescriptor> services) Creates an artifact descriptor. -
Method Summary
Methods inherited from class de.iip_ecosphere.platform.services.AbstractArtifactDescriptor
addService, createMapping, decreaseUsageCount, getId, getName, getServer, getServers, getService, getServiceIds, getServices, getUri, getUsageCount, increaseUsageCount
-
Constructor Details
-
MyArtifactDescriptor
MyArtifactDescriptor(String id, String name, URI uri, List<MyServiceDescriptor> services) Creates an artifact descriptor.- Parameters:
id- the artifact idname- the (file) nameuri- the URI the artifact was loaded fromservices- the contained services
-