| 程序包 | 说明 |
|---|---|
| org.flywaydb.spring.boot.ext.io |
| 限定符和类型 | 方法和说明 |
|---|---|
static IOCase |
IOCase.forName(String name)
Factory method to create an IOCase from a name.
|
static IOCase |
IOCase.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static IOCase[] |
IOCase.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
FilenameUtils.equals(String filename1,
String filename2,
boolean normalized,
IOCase caseSensitivity)
Checks whether two filenames are equal, optionally normalizing and providing
control over the case-sensitivity.
|
static boolean |
FilenameUtils.wildcardMatch(String filename,
String wildcardMatcher,
IOCase caseSensitivity)
Checks a filename to see if it matches the specified wildcard matcher
allowing control over case-sensitivity.
|
Copyright © 2019. All rights reserved.