Package org.artifactory.fs
Interface FileInfo
-
- All Superinterfaces:
java.lang.Comparable<ItemInfo>,Info,ItemInfo,RepoResourceInfo,java.io.Serializable
public interface FileInfo extends ItemInfo, RepoResourceInfo
Date: 8/1/11 Time: 7:12 PM- Author:
- Fred Simon
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringROOT
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetAge()ChecksumsInfogetChecksumsInfo()java.lang.StringgetMimeType()-
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 java.lang.String ROOT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getAge
long getAge()
-
getMimeType
java.lang.String getMimeType()
-
getChecksumsInfo
ChecksumsInfo getChecksumsInfo()
- Specified by:
getChecksumsInfoin interfaceRepoResourceInfo
-
-