com.perforce.p4java.impl.generic.core.file
Class FileRevisionData.RevisionIntegrationData

java.lang.Object
  extended by com.perforce.p4java.impl.generic.core.file.FileRevisionData.RevisionIntegrationData
All Implemented Interfaces:
IRevisionIntegrationData
Enclosing class:
FileRevisionData

public class FileRevisionData.RevisionIntegrationData
extends Object
implements IRevisionIntegrationData


Constructor Summary
FileRevisionData.RevisionIntegrationData(String startFromRev, String endFromRev, String fromFile, String howFrom)
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileRevisionData.RevisionIntegrationData

public FileRevisionData.RevisionIntegrationData(String startFromRev,
                                                String endFromRev,
                                                String fromFile,
                                                String howFrom)
Method Detail

getEndFromRev

public int getEndFromRev()
Description copied from interface: IRevisionIntegrationData
Get the end revision used in the integration.

Specified by:
getEndFromRev in interface IRevisionIntegrationData

getFromFile

public String getFromFile()
Description copied from interface: IRevisionIntegrationData
Get the file this integration was from.

Specified by:
getFromFile in interface IRevisionIntegrationData

getHowFrom

public String getHowFrom()
Description copied from interface: IRevisionIntegrationData
Get a string description of what happened in the integration.

Specified by:
getHowFrom in interface IRevisionIntegrationData

getStartFromRev

public int getStartFromRev()
Description copied from interface: IRevisionIntegrationData
Get the start revision used in the integration.

Specified by:
getStartFromRev in interface IRevisionIntegrationData


Copyright © 2015 Perforce Software. All Rights Reserved.