Class ISClient
- java.lang.Object
-
- org.gcube.dataanalysis.dataminer.poolmanager.clients.ISClient
-
public class ISClient extends Object
-
-
Constructor Summary
Constructors Constructor Description ISClient()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAlgToIs(Algorithm algo, String token)HostgetDataminer(String hostname)static StringgetHProxy()Collection<Host>listDataminersInVRE()static voidmain(String[] args)voidpublishScopedResource(org.gcube.common.resources.gcore.GenericResource a, List<String> scopes)voidunPublishScopedResource(org.gcube.common.resources.gcore.GenericResource resource)voidupdateAlg(Algorithm algo)
-
-
-
Method Detail
-
getHProxy
public static String getHProxy()
-
listDataminersInVRE
public Collection<Host> listDataminersInVRE()
-
updateAlg
public void updateAlg(Algorithm algo)
-
unPublishScopedResource
public void unPublishScopedResource(org.gcube.common.resources.gcore.GenericResource resource) throws org.gcube.informationsystem.publisher.exception.RegistryNotFoundException, Exception- Throws:
org.gcube.informationsystem.publisher.exception.RegistryNotFoundExceptionException
-
publishScopedResource
public void publishScopedResource(org.gcube.common.resources.gcore.GenericResource a, List<String> scopes) throws org.gcube.informationsystem.publisher.exception.RegistryNotFoundException, Exception- Throws:
org.gcube.informationsystem.publisher.exception.RegistryNotFoundExceptionException
-
main
public static void main(String[] args) throws IOException, org.tmatesoft.svn.core.SVNException
- Throws:
IOExceptionorg.tmatesoft.svn.core.SVNException
-
-