Class XmlRepoDiffCommand

    • Field Detail

      • bnd

        private bnd bnd
    • Constructor Detail

      • XmlRepoDiffCommand

        public XmlRepoDiffCommand​(bnd bnd)
    • Method Detail

      • parseIgnore

        private static Diff.Ignore parseIgnore​(java.lang.String ignore)
      • parseIgnoreValue

        private static java.util.List<Glob> parseIgnoreValue​(java.lang.String value)
      • show

        private static void show​(java.io.PrintWriter out,
                                 Diff diff,
                                 int indent,
                                 boolean limited,
                                 Diff.Ignore ignore)