com.perforce.p4java.core.file
Interface IObliterateResult

All Known Implementing Classes:
ObliterateResult

public interface IObliterateResult

Record stats returned by the obliterateFiles method. Obliterate removes files and their history from the depot. The Perforce server returns information about how many various types of records were deleted (or added).


Method Summary
 int getClientRecDeleted()
          Get the number of client records deleted
 List<IFileSpec> getFileSpecs()
          Get the list of filespecs purged
 int getIntegrationRecAdded()
          Get the number of integration records added
 int getIntegrationRecDeleted()
          Get the number of integration records deleted
 int getLabelRecDeleted()
          Get the number of integration records deleted
 int getRevisionRecDeleted()
          Get the number of revision records deleted
 int getWorkingRecDeleted()
          Get the number of working records deleted
 boolean isReportOnly()
          Is report only
 

Method Detail

getFileSpecs

List<IFileSpec> getFileSpecs()
Get the list of filespecs purged


getIntegrationRecAdded

int getIntegrationRecAdded()
Get the number of integration records added


getLabelRecDeleted

int getLabelRecDeleted()
Get the number of integration records deleted


getClientRecDeleted

int getClientRecDeleted()
Get the number of client records deleted


getIntegrationRecDeleted

int getIntegrationRecDeleted()
Get the number of integration records deleted


getWorkingRecDeleted

int getWorkingRecDeleted()
Get the number of working records deleted


getRevisionRecDeleted

int getRevisionRecDeleted()
Get the number of revision records deleted


isReportOnly

boolean isReportOnly()
Is report only



Copyright © 2015 Perforce Software. All Rights Reserved.