public interface IFileSize
Modifier and Type | Method and Description |
---|---|
long |
getChangelistId()
Get the shelved changelist ID.
|
String |
getDepotFile()
Get the depot file.
|
long |
getFileCount()
Get the file count.
|
long |
getFileSize()
Get the file size.
|
String |
getPath()
Get the path.
|
long |
getRevisionId()
Get the file revision ID.
|
void |
setChangelistId(long changeListId)
Set the shelved changelist ID.
|
void |
setDepotFile(String depotFile)
Set the depot file.
|
void |
setFileCount(long fileCount)
Set the file count.
|
void |
setFileSize(long fileSize)
Set the file size.
|
void |
setPath(String path)
Set the path.
|
void |
setRevisionId(long revisionId)
Set the file revision ID.
|
String getDepotFile()
void setDepotFile(String depotFile)
long getRevisionId()
void setRevisionId(long revisionId)
long getFileSize()
void setFileSize(long fileSize)
String getPath()
void setPath(String path)
long getFileCount()
void setFileCount(long fileCount)
long getChangelistId()
void setChangelistId(long changeListId)
Copyright © 2017 Perforce Software. All Rights Reserved.