public class AlgorithmBuilder extends Object
Constructor and Description |
---|
AlgorithmBuilder() |
Modifier and Type | Method and Description |
---|---|
static Algorithm |
create(String algorithmPackageURL) |
static Algorithm |
create(String algorithmPackageURL,
String vre,
String hostname,
String name,
String description,
String category,
String algorithmType,
String skipJava) |
public static Algorithm create(String algorithmPackageURL) throws IOException, InterruptedException
IOException
InterruptedException
public static Algorithm create(String algorithmPackageURL, String vre, String hostname, String name, String description, String category, String algorithmType, String skipJava) throws IOException, InterruptedException
IOException
InterruptedException
Copyright © 2017. All Rights Reserved.