示例#1
0
  private List<AgnosticDeploymentArtifact> getAgnosticDeploymentArtifacts(
      TNodeTemplate nodeTemplate) throws TopologyTemplateFormatException {

    List<AgnosticDeploymentArtifact> result;
    List<TDeploymentArtifact> deploymentArtifacts = toscaParser.getDeploymentArtifact(nodeTemplate);
    result = getAgnosticDeploymentArtifacts(deploymentArtifacts);
    return result;
  }