public class BlueprintUploadSpec extends Object implements Serializable, AutoCloseable
AutoCloseable
would
probably be beneficial.Constructor and Description |
---|
BlueprintUploadSpec(File archivePath,
String mainFileName) |
BlueprintUploadSpec(String blueprintResourceName) |
BlueprintUploadSpec(URL archiveUrl,
String mainFileName) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
String |
toString() |
co.cloudify.rest.model.Blueprint |
upload(co.cloudify.rest.client.BlueprintsClient client,
String id) |
public BlueprintUploadSpec(String blueprintResourceName)
public co.cloudify.rest.model.Blueprint upload(co.cloudify.rest.client.BlueprintsClient client, String id) throws IOException
IOException
public void close() throws Exception
close
in interface AutoCloseable
Exception
Copyright © 2016–2020. All rights reserved.