Class LinkRemover

  • All Implemented Interfaces:
    Function<String,​String>, CodeTransformer

    public class LinkRemover
    extends Object
    implements CodeTransformer
    Removes HTML "anchor" tags from a string. This is used to compare files during clobbering while ignoring their documentation links, which will pretty much always differ.