Class ArtifactServiceImpl
- java.lang.Object
-
- org.openstack4j.openstack.artifact.internal.ArtifactServiceImpl
-
- All Implemented Interfaces:
ArtifactService,RestService
public class ArtifactServiceImpl extends Object implements ArtifactService
Created by vadavi on 18-01-2017.
-
-
Constructor Summary
Constructors Constructor Description ArtifactServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ToscaTemplatesArtifactServicetoscaTemplatesArtifact()Tosca Template Service
-
-
-
Method Detail
-
toscaTemplatesArtifact
public ToscaTemplatesArtifactService toscaTemplatesArtifact()
Description copied from interface:ArtifactServiceTosca Template Service- Specified by:
toscaTemplatesArtifactin interfaceArtifactService- Returns:
- Tosca Template Service
-
-