Class SourcePath

    • Method Detail

      • create

        public static Optional<SourcePath> create​(Path path)
        Instantiate a new SourcePath from given path which must point to regular, existing, readable file
        Parameters:
        path - the file path from which to createList document
        Returns:
        an Optional of Document if instantiation succeeded; empty Optional otherwise
      • getPath

        public Path getPath()
      • getAsOf

        public Date getAsOf()