Class RuntimeExtractorSPI
Object
DefaultPropertiesCollectorSPI
RuntimeExtractorSPI
- All Implemented Interfaces:
PropertiesCollectorSPI
,Factory
,OptionalFactory
public class RuntimeExtractorSPI
extends DefaultPropertiesCollectorSPI
implements PropertiesCollectorSPI
PropertiesCollectorSPI
for a PropertiesCollector
that is able to collect properties from a file name.- Author:
- Romagnoli Daniele, GeoSolutions SAS
-
Field Summary
Fields inherited from class DefaultPropertiesCollectorSPI
FULL_PATH, FULL_PATH_PREFIX, REGEX, REGEX_PREFIX
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected PropertiesCollector
createInternal
(PropertiesCollectorSPI spi, List<String> propertyNames, String type) Methods inherited from class DefaultPropertiesCollectorSPI
create, getImplementationHints, getName, isAvailable
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface Factory
getImplementationHints
Methods inherited from interface OptionalFactory
isAvailable
Methods inherited from interface PropertiesCollectorSPI
create, getName
-
Constructor Details
-
RuntimeExtractorSPI
public RuntimeExtractorSPI()
-
-
Method Details
-
createInternal
protected PropertiesCollector createInternal(PropertiesCollectorSPI spi, List<String> propertyNames, String type) - Specified by:
createInternal
in classDefaultPropertiesCollectorSPI
-