Class AddedDirs


  • public class AddedDirs
    extends Object
    A list of directories that have been added to an archive.
    • Constructor Detail

      • AddedDirs

        public AddedDirs()
    • Method Detail

      • clear

        public void clear()
      • update

        public boolean update​(String vPath)
        Adds the path to this list.
        Parameters:
        vPath - The path to add.
        Returns:
        true if the path was already present, false if it has been added.
      • allAddedDirs

        public Set<String> allAddedDirs()