Class DetachedREsClient
- java.lang.Object
-
- org.gcube.infrastructure.detachedres.detachedreslibrary.server.DetachedREsClient
-
public class DetachedREsClient extends Object
The Class DetachedREsClient.- Author:
- Giancarlo Panichi, updated by Francesco Mangiacrapa at ISTI-CNR
-
-
Constructor Summary
Constructors Constructor Description DetachedREsClient()Instantiates a new detached R es client.DetachedREsClient(String token)Instantiates a new detached R es client.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VREfindDetachedVREforVREName(String vreName)Find detached VRE for VRE name.DetachedREsgetDetachedREs()Gets the detached R es.DetachedREsgetDetachedREsInScope(String scope)Gets the detached R es in scope.
-
-
-
Constructor Detail
-
DetachedREsClient
public DetachedREsClient()
Instantiates a new detached R es client.
-
DetachedREsClient
public DetachedREsClient(String token)
Instantiates a new detached R es client.- Parameters:
token- the token
-
-
Method Detail
-
getDetachedREs
public DetachedREs getDetachedREs() throws Exception
Gets the detached R es.- Returns:
- the detached R es
- Throws:
Exception- the exception
-
getDetachedREsInScope
public DetachedREs getDetachedREsInScope(String scope) throws Exception
Gets the detached R es in scope.- Parameters:
scope- the scope- Returns:
- the detached R es in scope
- Throws:
Exception- the exception
-
-