public abstract class RegExPropertiesCollector extends PropertiesCollector
Constructor and Description |
---|
RegExPropertiesCollector(PropertiesCollectorSPI spi,
List<String> propertyNames,
String regex,
boolean fullPath) |
Modifier and Type | Method and Description |
---|---|
RegExPropertiesCollector |
collect(File file) |
RegExPropertiesCollector |
collect(URI uri) |
RegExPropertiesCollector |
collect(URL url) |
boolean |
isFullPath() |
void |
setFullPath(boolean fullPath) |
void |
setProperties(Map<String,Object> map) |
addMatch, collect, collect, getMatches, getPropertyNames, getSpi, reset, setProperties
public RegExPropertiesCollector(PropertiesCollectorSPI spi, List<String> propertyNames, String regex, boolean fullPath)
public boolean isFullPath()
public void setFullPath(boolean fullPath)
public RegExPropertiesCollector collect(File file)
collect
in class PropertiesCollector
public RegExPropertiesCollector collect(URL url)
collect
in class PropertiesCollector
public RegExPropertiesCollector collect(URI uri)
collect
in class PropertiesCollector
public void setProperties(Map<String,Object> map)
setProperties
in class PropertiesCollector
Copyright © 1996–2022 Geotools. All rights reserved.