com.perforce.p4java.core.file
Interface IRevisionIntegrationData

All Known Implementing Classes:
FileRevisionData.RevisionIntegrationData

public interface IRevisionIntegrationData

Used to specify Perforce file integration data in short form for specific file revisions. Unbranched / unmerged / unintegrated (etc.) files do not commonly have any such data; others may contain it, but this is not guaranteed.


Method Summary
 int getEndFromRev()
          Get the end revision used in the integration.
 String getFromFile()
          Get the file this integration was from.
 String getHowFrom()
          Get a string description of what happened in the integration.
 int getStartFromRev()
          Get the start revision used in the integration.
 

Method Detail

getFromFile

String getFromFile()
Get the file this integration was from.


getEndFromRev

int getEndFromRev()
Get the end revision used in the integration.


getStartFromRev

int getStartFromRev()
Get the start revision used in the integration.


getHowFrom

String getHowFrom()
Get a string description of what happened in the integration.



Copyright © 2015 Perforce Software. All Rights Reserved.