Uses of Class
org.apache.maven.plugins.enforcer.utils.NormalizeLineSeparatorReader.LineSeparator.MatchResult
-
Packages that use NormalizeLineSeparatorReader.LineSeparator.MatchResult Package Description org.apache.maven.plugins.enforcer.utils -
-
Uses of NormalizeLineSeparatorReader.LineSeparator.MatchResult in org.apache.maven.plugins.enforcer.utils
Methods in org.apache.maven.plugins.enforcer.utils that return NormalizeLineSeparatorReader.LineSeparator.MatchResult Modifier and Type Method Description NormalizeLineSeparatorReader.LineSeparator.MatchResult
NormalizeLineSeparatorReader.LineSeparator. matches(char currentCharacter, java.lang.Character previousCharacter)
Checks if two given characters match the line separator represented by this object.static NormalizeLineSeparatorReader.LineSeparator.MatchResult
NormalizeLineSeparatorReader.LineSeparator.MatchResult. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static NormalizeLineSeparatorReader.LineSeparator.MatchResult[]
NormalizeLineSeparatorReader.LineSeparator.MatchResult. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-