Class DiffPluginImpl

  • All Implemented Interfaces:
    Differ

    public class DiffPluginImpl
    extends java.lang.Object
    implements Differ
    This Diff Plugin Implementation will compare JARs for their API (based on the Bundle Class Path and exported packages), the Manifest, and the resources. The differences are represented in a Diff tree.
    • Constructor Detail

      • DiffPluginImpl

        public DiffPluginImpl()
    • Method Detail

      • tree

        public Tree tree​(Analyzer newer)
                  throws java.lang.Exception
        Specified by:
        tree in interface Differ
        Throws:
        java.lang.Exception
      • deserialize

        public Tree deserialize​(Tree.Data data)
                         throws java.lang.Exception
        Specified by:
        deserialize in interface Differ
        Throws:
        java.lang.Exception
      • setIgnore

        public void setIgnore​(java.lang.String diffignore)
      • setIgnore

        public void setIgnore​(Parameters diffignore)