com.perforce.p4java.core.file
Interface IFileSize

All Known Implementing Classes:
FileSize

public interface IFileSize

Describes information about the size of the files in the depot. For specified file specification, it shows the depot file name, revision, file count and file size. If you use client syntax for the file specification,the view mapping is used to list the corresponding depot files. Full field semantics and usage are given in the main Perforce documentation.


Method Summary
 int getChangelistId()
          Get the shelved changelist ID.
 String getDepotFile()
          Get the depot file.
 int getFileCount()
          Get the file count.
 int getFileSize()
          Get the file size.
 String getPath()
          Get the path.
 int getRevisionId()
          Get the file revision ID.
 void setChangelistId(int changeListId)
          Set the shelved changelist ID.
 void setDepotFile(String depotFile)
          Set the depot file.
 void setFileCount(int fileCount)
          Set the file count.
 void setFileSize(int fileSize)
          Set the file size.
 void setPath(String path)
          Set the path.
 void setRevisionId(int revisionId)
          Set the file revision ID.
 

Method Detail

getDepotFile

String getDepotFile()
Get the depot file.


setDepotFile

void setDepotFile(String depotFile)
Set the depot file.


getRevisionId

int getRevisionId()
Get the file revision ID.


setRevisionId

void setRevisionId(int revisionId)
Set the file revision ID.


getFileSize

int getFileSize()
Get the file size.


setFileSize

void setFileSize(int fileSize)
Set the file size.


getPath

String getPath()
Get the path.


setPath

void setPath(String path)
Set the path.


getFileCount

int getFileCount()
Get the file count.


setFileCount

void setFileCount(int fileCount)
Set the file count.


getChangelistId

int getChangelistId()
Get the shelved changelist ID.


setChangelistId

void setChangelistId(int changeListId)
Set the shelved changelist ID.



Copyright © 2015 Perforce Software. All Rights Reserved.