Class NormalizedFileNameComparator

java.lang.Object
org.spdx.tools.compare.NormalizedFileNameComparator
All Implemented Interfaces:
Serializable, Comparator<Optional<String>>

public class NormalizedFileNameComparator
extends Object
implements Comparator<Optional<String>>, Serializable
Compares to file name strings normalizing them to a common format using the following rules: - File separator character is "/" - Must begin with "./"
Author:
Gary O'Neall
See Also:
Serialized Form