Class GeonetworkInstance
- java.lang.Object
-
- org.gcube.datatransfer.resolver.gis.GeonetworkInstance
-
public class GeonetworkInstance extends Object
The Class GeonetworkInstance.- Author:
- Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it) May 21, 2019
-
-
Constructor Summary
Constructors Constructor Description GeonetworkInstance(String scope, boolean authenticate, org.gcube.spatial.data.geonetwork.LoginLevel level, org.gcube.spatial.data.geonetwork.model.Account.Type type)Instantiates a new geonetwork instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.gcube.spatial.data.geonetwork.model.AccountgetAccount()Gets the account.org.gcube.spatial.data.geonetwork.configuration.ConfigurationgetConfig()Gets the config.StringgetEndPoint()Gets the end point.org.gcube.spatial.data.geonetwork.GeoNetworkPublishergetGeonetworkPublisher()Gets the geonetwork publisher.org.gcube.spatial.data.geonetwork.LoginLevelgetLevel()Gets the level.StringgetScope()Gets the scope.org.gcube.spatial.data.geonetwork.extension.ServerAccess.VersiongetVersion()Gets the version.StringtoString()
-
-
-
Constructor Detail
-
GeonetworkInstance
public GeonetworkInstance(String scope, boolean authenticate, org.gcube.spatial.data.geonetwork.LoginLevel level, org.gcube.spatial.data.geonetwork.model.Account.Type type) throws GeonetworkInstanceException
Instantiates a new geonetwork instance.- Parameters:
scope- the scopeauthenticate- the authenticatelevel- the leveltype- the type- Throws:
GeonetworkInstanceException- the geonetwork instance exception
-
-
Method Detail
-
getGeonetworkPublisher
public org.gcube.spatial.data.geonetwork.GeoNetworkPublisher getGeonetworkPublisher()
Gets the geonetwork publisher.- Returns:
- the geonetwork publisher
-
getVersion
public org.gcube.spatial.data.geonetwork.extension.ServerAccess.Version getVersion()
Gets the version.- Returns:
- the version
-
getLevel
public org.gcube.spatial.data.geonetwork.LoginLevel getLevel()
Gets the level.- Returns:
- the level
-
getAccount
public org.gcube.spatial.data.geonetwork.model.Account getAccount()
Gets the account.- Returns:
- the account
-
getEndPoint
public String getEndPoint()
Gets the end point.- Returns:
- the end point
-
getConfig
public org.gcube.spatial.data.geonetwork.configuration.Configuration getConfig()
Gets the config.- Returns:
- the config
-
getScope
public String getScope()
Gets the scope.- Returns:
- the scope
-
-