Class ImageParameter.FileValue

    • Constructor Detail

      • FileValue

        public FileValue​(String path,
                         boolean uploaded)
        Constructor
        Parameters:
        path - The relative file path
        uploaded - true if the file was uploaded
    • Method Detail

      • isUploaded

        public boolean isUploaded()
        Determines if the file was uploaded
        Returns:
        true if the file was uploaded
      • getPath

        public String getPath()
        Get the relative file path
        Returns:
        the relative file path