Class RepositoryCreator.FileInformation

  • Enclosing class:
    RepositoryCreator

    public static class RepositoryCreator.FileInformation
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      FileInformation​(java.time.Instant timestamp, long size, java.lang.String location)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLocation()  
      long getSize()  
      java.time.Instant getTimestamp()  
      • Methods inherited from class java.lang.Object

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

      • FileInformation

        public FileInformation​(java.time.Instant timestamp,
                               long size,
                               java.lang.String location)
    • Method Detail

      • getTimestamp

        public java.time.Instant getTimestamp()
      • getSize

        public long getSize()
      • getLocation

        public java.lang.String getLocation()