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 Details

    • MyArtifactDescriptor

      MyArtifactDescriptor(String id, String name, URI uri, List<MyServiceDescriptor> services)
      Creates an artifact descriptor.
      Parameters:
      id - the artifact id
      name - the (file) name
      uri - the URI the artifact was loaded from
      services - the contained services