Uses of Interface
org.gcube.spatial.data.geonetwork.configuration.Configuration
-
Packages that use Configuration Package Description org.gcube.spatial.data.geonetwork org.gcube.spatial.data.geonetwork.configuration -
-
Uses of Configuration in org.gcube.spatial.data.geonetwork
Methods in org.gcube.spatial.data.geonetwork that return Configuration Modifier and Type Method Description ConfigurationGeoNetwork. getConfiguration()ConfigurationGeoNetworkReader. getConfiguration()Methods in org.gcube.spatial.data.geonetwork with parameters of type Configuration Modifier and Type Method Description static GeoNetworkAdministrationGeoNetwork. get(Configuration config) -
Uses of Configuration in org.gcube.spatial.data.geonetwork.configuration
Classes in org.gcube.spatial.data.geonetwork.configuration that implement Configuration Modifier and Type Class Description classDefaultConfigurationclassLocalResourceConfigurationMethods in org.gcube.spatial.data.geonetwork.configuration that return Configuration Modifier and Type Method Description static ConfigurationConfigurationManager. get()Gets a new instance of the configured Configuration class.Method parameters in org.gcube.spatial.data.geonetwork.configuration with type arguments of type Configuration Modifier and Type Method Description static voidConfigurationManager. setConfiguration(Class<? extends Configuration> configuration)Sets the Configuration class to be used.
-