public class Asset
extends Object
Represents an asset that can be processed (image, pdf, Word document, etc.)
- Author:
- avasquez
-
Constructor Summary
Constructors
-
Method Summary
boolean
Sets the file path where the asset is temporarily being stored.
Returns the repo path for the asset.
int
-
-
Method Details
-
getRepoPath
Returns the repo path for the asset.
-
getFilePath
public Path getFilePath()
Sets the file path where the asset is temporarily being stored.
-
-
-