Class AnalysedDirectory


  • public class AnalysedDirectory
    extends java.lang.Object
    This class represents the analysed contents of a directory.
    Since:
    4.0
    • Constructor Detail

      • AnalysedDirectory

        public AnalysedDirectory​(java.util.List<java.nio.file.Path> paths)
    • Method Detail

      • getOriginalPaths

        public java.util.List<java.nio.file.Path> getOriginalPaths()
      • getImportableItems

        public java.util.Collection<ImportableItem> getImportableItems()
      • getImportableDirectories

        public java.util.Collection<ImportableItem> getImportableDirectories()
      • addImportableItem

        public void addImportableItem​(ImportableItem importableItem)
      • findImportableItem

        public ImportableItem findImportableItem​(java.nio.file.Path contentFile)