public class GeonetworkInstance extends Object
| Constructor and Description |
|---|
GeonetworkInstance()
Instantiates a new geonetwork instance.
|
GeonetworkInstance(boolean authenticate,
org.gcube.spatial.data.geonetwork.LoginLevel level)
Creates a new configuration for Gis publisher with parameter passed in input.
|
GeonetworkInstance(String scope)
Instantiates a new geonetwork instance.
|
GeonetworkInstance(String scope,
boolean authenticate,
org.gcube.spatial.data.geonetwork.LoginLevel level)
Instantiates a new geonetwork instance.
|
| Modifier and Type | Method and Description |
|---|---|
org.gcube.spatial.data.geonetwork.GeoNetworkPublisher |
getGeonetworkPublisher()
Gets the geonetwork publisher.
|
String |
getScope()
Gets the scope.
|
String |
toString() |
public GeonetworkInstance()
public GeonetworkInstance(String scope) throws GeonetworkInstanceException
scope - the scopeGeonetworkInstanceException - the geonetwork instance exceptionpublic GeonetworkInstance(boolean authenticate,
org.gcube.spatial.data.geonetwork.LoginLevel level)
throws Exception
authenticate - the authenticatelevel - the levelException - the exceptionpublic GeonetworkInstance(String scope, boolean authenticate, org.gcube.spatial.data.geonetwork.LoginLevel level) throws GeonetworkInstanceException
scope - the scopeauthenticate - the authenticatelevel - the levelGeonetworkInstanceException - the geonetwork instance exceptionpublic org.gcube.spatial.data.geonetwork.GeoNetworkPublisher getGeonetworkPublisher()
public String getScope()
Copyright © 2016. All Rights Reserved.