Class AlgorithmBuilder
- java.lang.Object
-
- org.gcube.dataanalysis.dataminer.poolmanager.util.AlgorithmBuilder
-
public class AlgorithmBuilder extends Object
Created by ggiammat on 5/9/17.
-
-
Constructor Summary
Constructors Constructor Description AlgorithmBuilder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Algorithmcreate(String algorithmPackageURL)static Algorithmcreate(String algorithmPackageURL, String vre, String hostname, String name, String description, String category, String algorithmType, String skipJava)
-
-
-
Method Detail
-
create
public static Algorithm create(String algorithmPackageURL) throws IOException, InterruptedException
- Throws:
IOExceptionInterruptedException
-
create
public static Algorithm create(String algorithmPackageURL, String vre, String hostname, String name, String description, String category, String algorithmType, String skipJava) throws IOException, InterruptedException
- Throws:
IOExceptionInterruptedException
-
-