Package org.artifactory.fs
Interface ItemInfo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetCreated()java.lang.StringgetCreatedBy()longgetId()longgetLastModified()longgetLastUpdated()java.lang.StringgetModifiedBy()java.lang.StringgetName()java.lang.StringgetRelPath()java.lang.StringgetRepoKey()RepoPathgetRepoPath()booleanisFolder()booleanisIdentical(ItemInfo info)
-
-
-
Method Detail
-
getId
long getId()
- Returns:
- The storage system id of this item. Negative if the item still has no id.
-
getRepoPath
RepoPath getRepoPath()
-
isFolder
boolean isFolder()
-
getName
java.lang.String getName()
- Returns:
- The file/folder name of this item
- See Also:
RepoPath.getName()
-
getRepoKey
java.lang.String getRepoKey()
-
getRelPath
java.lang.String getRelPath()
-
getCreated
long getCreated()
-
getLastModified
long getLastModified()
-
getModifiedBy
java.lang.String getModifiedBy()
-
getCreatedBy
java.lang.String getCreatedBy()
-
getLastUpdated
long getLastUpdated()
-
isIdentical
boolean isIdentical(ItemInfo info)
-
-