Class PluginInstallerSupport.NameClashVisitor

    • Field Detail

      • nameClash

        private boolean nameClash
        did we find a duplicate.
      • from

        private final Path from
        Path we are traversing.
      • to

        private final Path to
        Path where we check for Duplicates.
    • Constructor Detail

      • NameClashVisitor

        public NameClashVisitor​(Path fromDir,
                                Path toDir)
        Constructor.
        Parameters:
        fromDir - Path we are traversing
        toDir - Path where we check for Duplicates