This is simialr to the PrefixDeploymentSorter in that it will order
files that do not start with a numeric value before those that do.
If two files begin with a number, will compare the numeric values.
However, if the two files do not have numeric prefixes, will
compare them using compareToIgnoreCase.
author: Tom Elrod