Package org.artifactory.resource
Interface RepoResourceInfo
- All Superinterfaces:
Info
,Serializable
- All Known Subinterfaces:
FileInfo
,MetadataInfo
Date: 8/1/11
Time: 7:09 PM
- Author:
- Fred Simon
-
Method Details
-
getRepoPath
RepoPath getRepoPath() -
getName
String getName() -
getLastModified
long getLastModified() -
getSize
long getSize() -
getSha1
String getSha1()- Returns:
- The actual sha1 checksum of the file. Null if not determined yet.
-
getSha2
String getSha2()- Returns:
- The actual sha256 checksum of the file. Null if not determined yet.
-
getMd5
String getMd5()- Returns:
- The actual md5 checksum of the file. Null if not determined yet.
-
getChecksumsInfo
ChecksumsInfo getChecksumsInfo() -
getChecksums
Deprecated.Should use the container getter- Returns:
- Set of checksum infos
-