public static class WildcardFileFilter.Builder extends 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(List<String> wildcards)
Sets the list of wildcards to match, not null.
|
WildcardFileFilter.Builder |
setWildcards(String... wildcards)
Sets the wildcards to match, not null.
|
asThisclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasSupplierpublic Builder()
public WildcardFileFilter get()
IOSupplierpublic WildcardFileFilter.Builder setIoCase(IOCase ioCase)
ioCase - how to handle case sensitivity, null means case-sensitive.public WildcardFileFilter.Builder setWildcards(List<String> wildcards)
wildcards - the list of wildcards to match, not null.public WildcardFileFilter.Builder setWildcards(String... wildcards)
wildcards - the wildcards to match, not null.Copyright © 2002–2023 The Apache Software Foundation. All rights reserved.