| Package | Description |
|---|---|
| org.codehaus.mojo.jaxb2.shared.filters.pattern |
| Modifier and Type | Class and Description |
|---|---|
class |
ToStringConverter<T>
Trivial converter using the
toString() method to convert a T object to a String. |
| Modifier and Type | Field and Description |
|---|---|
static StringConverter<File> |
PatternFileFilter.FILE_PATH_CONVERTER
Converter returning the canonical and absolute path for a File.
|
static StringConverter<URL> |
PatternURLFilter.NORMALIZED_URL_CONVERTER
Converter returning each URL's
toString() form, after normalizing it, using the
algorithm toConvert.toURI().normalize().toURL().toString(); |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPatternFilter.setConverter(StringConverter<T> converter)
Assigns the StringConverter used to convert T-type objects to Strings.
|
| Constructor and Description |
|---|
PatternFileFilter(boolean processNullValues,
String patternPrefix,
List<String> patterns,
StringConverter<File> converter,
boolean acceptCandidateOnPatternMatch)
Compound constructor creating an PatternFileFilter from the supplied parameters.
|
PatternURLFilter(boolean processNullValues,
String patternPrefix,
List<String> patterns,
StringConverter<URL> converter,
boolean acceptCandidateOnPatternMatch)
Compound constructor creating an ExclusionRegularExpressionURLFilter from the supplied parameters.
|
Copyright © 2005–2019 MojoHaus. All rights reserved.