Class StringFileNameExtractorSPI
Object
DefaultPropertiesCollectorSPI
StringFileNameExtractorSPI
- All Implemented Interfaces:
PropertiesCollectorSPI,Factory,OptionalFactory
public class StringFileNameExtractorSPI
extends DefaultPropertiesCollectorSPI
implements PropertiesCollectorSPI
PropertiesCollectorSPI for a PropertiesCollector that is able to collect properties from a file name.- Author:
- Simone Giannecchini, 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 PropertiesCollectorcreateInternal(PropertiesCollectorSPI spi, List<String> propertyNames, String regex) Methods inherited from class DefaultPropertiesCollectorSPI
create, getImplementationHints, getName, isAvailableMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Factory
getImplementationHintsMethods inherited from interface OptionalFactory
isAvailableMethods inherited from interface PropertiesCollectorSPI
create, getName
-
Constructor Details
-
StringFileNameExtractorSPI
public StringFileNameExtractorSPI()
-
-
Method Details
-
createInternal
protected PropertiesCollector createInternal(PropertiesCollectorSPI spi, List<String> propertyNames, String regex) - Specified by:
createInternalin classDefaultPropertiesCollectorSPI
-