Class Asset


  • public class Asset
    extends Object
    Represents an asset that can be processed (image, pdf, Word document, etc.)
    Author:
    avasquez
    • Constructor Detail

      • Asset

        public Asset​(String repoPath,
                     Path filePath)
    • Method Detail

      • getRepoPath

        public String getRepoPath()
        Returns the repo path for the asset.
      • getFilePath

        public Path getFilePath()
        Sets the file path where the asset is temporarily being stored.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object