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 TypeMethodDescriptionvoidcheck()clone()booleangetHints()getParameter(String parameterName) Get the schema with the specified nameinthashCode()voidvoidsetIndexer(Indexer indexer) voidsetParameter(String parameterName, String parameterValue) Set the indexer parametervoidsetRuntimeAttribute(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:
clonein classObject- Throws:
CloneNotSupportedException
-
equals
-
hashCode
public int hashCode() -
toString
-
check
public void check()
-