Class NormalizedFileNameComparator

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

public class NormalizedFileNameComparator
extends Object
implements Comparator<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