Class AllContainerDirs

java.lang.Object
de.bsvrz.ars.ars.persistence.walk.internal.AllContainerDirs
All Implemented Interfaces:
DataIdentificationDirGetter

public class AllContainerDirs
extends java.lang.Object
implements DataIdentificationDirGetter
Iterator über alle Containerverzeichnisse im Archivsystem
  • Constructor Summary

    Constructors
    Constructor Description
    AllContainerDirs​(PersistenceManager persistenceManager)
    Erstellt eine neue AllContainerDirs-Instanz
    AllContainerDirs​(java.nio.file.Path rootDir)
    Erstellt eine neue AllContainerDirs-Instanz
  • Method Summary

    Modifier and Type Method Description
    DataIdentificationDir poll()
    Pollt das nachste Verzeichnis.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AllContainerDirs

      public AllContainerDirs​(PersistenceManager persistenceManager)
      Erstellt eine neue AllContainerDirs-Instanz
      Parameters:
      persistenceManager - Persistenzmanager
    • AllContainerDirs

      public AllContainerDirs​(java.nio.file.Path rootDir)
      Erstellt eine neue AllContainerDirs-Instanz
      Parameters:
      rootDir - Wurzelverzeichnis
  • Method Details