Package org.artifactory.fs
Interface FileInfo
-
- All Superinterfaces:
Comparable<ItemInfo>
,Info
,ItemInfo
,RepoResourceInfo
,Serializable
public interface FileInfo extends ItemInfo, RepoResourceInfo
Date: 8/1/11 Time: 7:12 PM- Author:
- Fred Simon
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getAge()
ChecksumsInfo
getChecksumsInfo()
String
getMimeType()
-
Methods inherited from interface java.lang.Comparable
compareTo
-
Methods inherited from interface org.artifactory.fs.ItemInfo
getCreated, getCreatedBy, getId, getLastModified, getLastUpdated, getModifiedBy, getName, getRelPath, getRepoKey, getRepoPath, isFolder, isIdentical
-
Methods inherited from interface org.artifactory.resource.RepoResourceInfo
getChecksums, getLastModified, getMd5, getName, getRepoPath, getSha1, getSha2, getSize
-
-
-
-
Field Detail
-
ROOT
static final String ROOT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getAge
long getAge()
-
getMimeType
String getMimeType()
-
getChecksumsInfo
ChecksumsInfo getChecksumsInfo()
- Specified by:
getChecksumsInfo
in interfaceRepoResourceInfo
-
-