Class CatalogBuilderConfiguration
Object
CatalogBuilderConfiguration
- All Implemented Interfaces:
Cloneable
Simple bean that conveys the information needed by the CatalogBuilder to create a catalogue of granules
- Author:
- Simone Giannecchini, GeoSolutions SAS
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoid
check()
clone()
boolean
getHints()
getParameter
(String parameterName) Get the schema with the specified nameint
hashCode()
void
void
setIndexer
(Indexer indexer) void
setParameter
(String parameterName, String parameterValue) Set the indexer parametervoid
setRuntimeAttribute
(String runtimeAttribute) toString()
-
Constructor Details
-
CatalogBuilderConfiguration
public CatalogBuilderConfiguration() -
CatalogBuilderConfiguration
-
-
Method Details
-
getHints
- Returns:
- the hints
-
setHints
- Parameters:
hints
- the hints to set
-
getSchema
Get the schema with the specified name -
setParameter
Set the indexer parameter -
getParameter
-
getTimeAttribute
-
getIndexer
-
setIndexer
-
getRuntimeAttribute
-
setRuntimeAttribute
-
clone
- Overrides:
clone
in classObject
- Throws:
CloneNotSupportedException
-
equals
-
hashCode
public int hashCode() -
toString
-
check
public void check()
-