public interface StringTransformer
Used to implement case sensitivity and case preservation.
Advanced users can implement this to obtain detailed control over case sensitivity and case preservation. Custom instances have to be passed as a configuration when building a file system.
Modifier and Type | Method | Description |
---|---|---|
int |
getRegexFlags() |
Returns the regex flags used to achieve a compatible regex behavior.
|
String |
transform(String s) |
Transforms a string.
|
String transform(String s)
s
- the string to transform, not null
null
int getRegexFlags()
Pattern.compile(String, int)
Copyright © 2011–2017. All rights reserved.