Class GeoServerPlatform
- java.lang.Object
-
- org.bson.Document
-
- org.gcube.application.geoportal.common.model.document.filesets.sdi.PlatformInfo
-
- org.gcube.application.geoportal.common.model.document.filesets.sdi.GeoServerPlatform
-
- All Implemented Interfaces:
Serializable,Map<String,Object>,org.bson.conversions.Bson
public class GeoServerPlatform extends PlatformInfo
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringFILESstatic StringGS_PLATFORMstatic StringLAYER_NAMEstatic StringPERSISTENCE_PATHstatic StringSTORENAMEstatic StringWORKSPACE-
Fields inherited from class org.gcube.application.geoportal.common.model.document.filesets.sdi.PlatformInfo
ENGINE_VERSION, HOST, TYPE
-
-
Constructor Summary
Constructors Constructor Description GeoServerPlatform()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListgetFiles()StringgetLayerName()StringgetPersistencePath()StringgetStoreName()StringgetWorkspace()-
Methods inherited from class org.gcube.application.geoportal.common.model.document.filesets.sdi.PlatformInfo
getEngineVersion, getHost, getType
-
Methods inherited from class org.bson.Document
append, clear, containsKey, containsValue, entrySet, equals, get, get, get, getBoolean, getBoolean, getDate, getDouble, getEmbedded, getEmbedded, getInteger, getInteger, getList, getList, getLong, getObjectId, getString, hashCode, isEmpty, keySet, parse, parse, put, putAll, remove, size, toBsonDocument, toJson, toJson, toJson, toJson, toString, values
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
-
-
Field Detail
-
GS_PLATFORM
public static final String GS_PLATFORM
- See Also:
- Constant Field Values
-
WORKSPACE
public static final String WORKSPACE
- See Also:
- Constant Field Values
-
LAYER_NAME
public static final String LAYER_NAME
- See Also:
- Constant Field Values
-
PERSISTENCE_PATH
public static final String PERSISTENCE_PATH
- See Also:
- Constant Field Values
-
FILES
public static final String FILES
- See Also:
- Constant Field Values
-
STORENAME
public static final String STORENAME
- See Also:
- Constant Field Values
-
-