public static class WildcardFileFilter.Builder extends org.apache.commons.io.build.AbstractSupplier<WildcardFileFilter,WildcardFileFilter.Builder>
WildcardFileFilter
instance.Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
WildcardFileFilter |
get()
Gets a result.
|
WildcardFileFilter.Builder |
setIoCase(IOCase ioCase)
Sets how to handle case sensitivity, null means case-sensitive.
|
WildcardFileFilter.Builder |
setWildcards(java.util.List<java.lang.String> wildcards)
Sets the list of wildcards to match, not null.
|
WildcardFileFilter.Builder |
setWildcards(java.lang.String... wildcards)
Sets the wildcards to match, not null.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
asSupplier
public WildcardFileFilter get()
IOSupplier
public WildcardFileFilter.Builder setIoCase(IOCase ioCase)
ioCase
- how to handle case sensitivity, null means case-sensitive.public WildcardFileFilter.Builder setWildcards(java.util.List<java.lang.String> wildcards)
wildcards
- the list of wildcards to match, not null.public WildcardFileFilter.Builder setWildcards(java.lang.String... wildcards)
wildcards
- the wildcards to match, not null.Copyright © 2010 - 2023 Adobe. All Rights Reserved