Package org.artifactory.fs
Interface StatsInfo
-
- All Superinterfaces:
Info
,Serializable
public interface StatsInfo extends Info
Date: 8/3/11 Time: 1:24 PM- Author:
- Fred Simon
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getDownloadCount()
long
getLastDownloaded()
String
getLastDownloadedBy()
String
getOrigin()
String
getPath()
long
getRemoteDownloadCount()
long
getRemoteLastDownloaded()
String
getRemoteLastDownloadedBy()
-
-
-
Field Detail
-
ROOT
static final String ROOT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDownloadCount
long getDownloadCount()
-
getLastDownloaded
long getLastDownloaded()
-
getLastDownloadedBy
String getLastDownloadedBy()
-
getRemoteDownloadCount
long getRemoteDownloadCount()
-
getRemoteLastDownloaded
long getRemoteLastDownloaded()
-
getRemoteLastDownloadedBy
String getRemoteLastDownloadedBy()
-
getPath
String getPath()
-
getOrigin
String getOrigin()
-
-