public abstract class RegExPropertiesCollector extends PropertiesCollector
Constructor and Description |
---|
RegExPropertiesCollector(PropertiesCollectorSPI spi,
List<String> propertyNames,
String regex)
Deprecated.
use {@link RegExPropertiesCollector#RegExPropertiesCollector(PropertiesCollectorSPI, List, String, boolean) instead
|
RegExPropertiesCollector(PropertiesCollectorSPI spi,
List<String> propertyNames,
String regex,
boolean fullPath) |
Modifier and Type | Method and Description |
---|---|
RegExPropertiesCollector |
collect(File file) |
boolean |
isFullPath() |
void |
setFullPath(boolean fullPath) |
void |
setProperties(Map<String,Object> map) |
addMatch, collect, collect, getMatches, getPropertyNames, getSpi, reset, setProperties
@Deprecated public RegExPropertiesCollector(PropertiesCollectorSPI spi, List<String> propertyNames, String regex)
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 void setProperties(Map<String,Object> map)
setProperties
in class PropertiesCollector
Copyright © 1996–2019 Geotools. All rights reserved.