Interface CompileClasspathNormalizer

  • All Superinterfaces:
    FileNormalizer

    public interface CompileClasspathNormalizer
    extends FileNormalizer
    Normalizes file input that represents a Java compile classpath. Compared to the default behavior this normalizer keeps the order of any root files, but ignores the order and timestamps of files in directories and ZIP/JAR files. Compared to ClasspathNormalizer this normalizer only snapshots the ABIs of class files, and ignores any non-class resource.
    Since:
    4.3
    See Also:
    CompileClasspath