| 限定符和类型 | 方法和说明 |
|---|---|
static MatchMode |
MatchMode.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static MatchMode[] |
MatchMode.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
FunctionalPredicate<T> |
FunctionalPredicateImpl.matches(java.util.function.Function<T,String> supplier,
String substr,
MatchMode matchMode) |
FunctionalPredicate<T> |
FunctionalPredicate.matches(java.util.function.Function<T,String> supplier,
String substr,
MatchMode matchMode) |
static String[] |
StringUtils.matchMany(String[] array,
String pattern,
MatchMode matchMode) |
| 限定符和类型 | 方法和说明 |
|---|---|
static PropertyFilter |
PropertyFilters.matches(String substr,
MatchMode matchMode) |
| 限定符和类型 | 字段和说明 |
|---|---|
private MatchMode |
StringKeyMatchedMap.matchMode |
| 限定符和类型 | 方法和说明 |
|---|---|
static <V> void |
MapUtils.copyKeys(Map<String,V> map,
String substr,
MatchMode matchMode,
Map<String,V> target) |
static void |
MapUtils.copyProperties(Properties src,
String substr,
MatchMode matchMode,
Map<String,String> dest) |
static void |
MapUtils.copyProperties(Properties src,
String substr,
MatchMode matchMode,
Properties dest) |
static <K> void |
MapUtils.copyValues(Map<K,String> map,
String substr,
MatchMode matchMode,
Map<K,String> target) |
static Map<String,String> |
MapUtils.toMap(Properties src,
String substr,
MatchMode matchMode) |
Map<String,String> |
RefreshingProperties.toMap(String substr,
MatchMode mode) |
static <V> Map<String,V> |
MapUtils.toMatchedKeyMap(Map<String,V> m,
String substr,
MatchMode matchMode) |
static <K> Map<K,String> |
MapUtils.toMatchedValueMap(Map<K,String> m,
String substr,
MatchMode matchMode) |
| 构造器和说明 |
|---|
StringKeyMatchedMap(MatchMode matchMode) |
StringKeyMatchedMap(MatchMode matchMode,
boolean matchFirst) |
| 限定符和类型 | 字段和说明 |
|---|---|
private MatchMode |
FileTreeMatcher.matchMode |
private MatchMode |
DirectoryTreeMatcher.matchMode |
| 限定符和类型 | 方法和说明 |
|---|---|
BasicProperties |
BasicProperties.filter(String substr,
MatchMode mode) |
Map<String,String> |
RefreshingIniConfig.get(String section,
String substr,
MatchMode mode) |
Map<String,String> |
RealtimeRefreshingIniConfig.get(String section,
String substr,
MatchMode mode) |
Map<String,String> |
IniConfig.get(String section,
String substr,
MatchMode mode) |
Map<String,String> |
BasicIniConfig.get(String section,
String substr,
MatchMode mode) |
static Properties |
PropertiesUtils.getProperties(String name,
ClassLoader loader,
String substr,
MatchMode matchMode) |
static Properties |
PropertiesUtils.getProperties(String name,
String substr,
MatchMode matchMode) |
static Map<String,String> |
ResourceUtils.getResource(String name,
ClassLoader loader,
String substr,
MatchMode matchMode) |
static Map<String,String> |
ResourceUtils.getResource(String name,
String substr,
MatchMode matchMode) |
Map<String,String> |
Resource.toMap(String substr,
MatchMode mode) |
Map<String,String> |
RefreshingResource.toMap(String substr,
MatchMode mode) |
Map<String,String> |
RealtimeRefreshingResource.toMap(String substr,
MatchMode mode) |
Map<String,String> |
BasicProperties.toMap(String substr,
MatchMode mode) |
| 构造器和说明 |
|---|
DirectoryTreeMatcher(String[] includedFiles,
String[] excludedFiles,
MatchMode matchMode) |
DirectoryTreeMatcher(String includedFile,
String excludedFile,
MatchMode matchMode) |
FileTreeMatcher(String[] includedFiles,
String[] excludedFiles,
MatchMode matchMode) |
FileTreeMatcher(String includedFile,
String excludedFile,
MatchMode matchMode) |
| 限定符和类型 | 字段和说明 |
|---|---|
private MatchMode |
MatchNameFileFilter.matchMode |
| 限定符和类型 | 方法和说明 |
|---|---|
static LogicalFileFilter |
Filters.findByName(String name,
MatchMode matchMode) |
| 构造器和说明 |
|---|
MatchNameFileFilter(String substr,
MatchMode matchMode) |
| 限定符和类型 | 方法和说明 |
|---|---|
static MethodFilter |
MethodFilters.matches(String substr,
MatchMode matchMode) |
static FieldFilter |
FieldFilters.matches(String substr,
MatchMode matchMode) |
Copyright © 2022. All rights reserved.