Uses of Class
org.apache.maven.enforcer.rules.checksum.NormalizeLineSeparatorReader.LineSeparator.MatchResult
-
Packages that use NormalizeLineSeparatorReader.LineSeparator.MatchResult Package Description org.apache.maven.enforcer.rules.checksum -
-
Uses of NormalizeLineSeparatorReader.LineSeparator.MatchResult in org.apache.maven.enforcer.rules.checksum
Methods in org.apache.maven.enforcer.rules.checksum 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.
-