Uses of Interface
com.perforce.p4java.core.file.IFileRevisionData

Packages that use IFileRevisionData
com.perforce.p4java.core.file Provides interfaces and classes for defining and accessing Perforce depot and workspace files. 
com.perforce.p4java.impl.generic.core.file Provides standard implementation classes for the com.perforce.p4java.core.file interfaces. 
com.perforce.p4java.impl.mapbased.server   
com.perforce.p4java.server Provides interfaces and classes for accessing Perforce SCM servers and associated server-level services. 
 

Uses of IFileRevisionData in com.perforce.p4java.core.file
 

Methods in com.perforce.p4java.core.file that return types with arguments of type IFileRevisionData
 Map<IFileSpec,List<IFileRevisionData>> IFileSpec.getRevisionHistory(GetRevisionHistoryOptions opts)
          Get the revision history of this Perforce file.
 Map<IFileSpec,List<IFileRevisionData>> IFileSpec.getRevisionHistory(int maxRevs, boolean contentHistory, boolean includeInherited, boolean longOutput, boolean truncatedLongOutput)
          Get the revision history of this Perforce file.
 

Uses of IFileRevisionData in com.perforce.p4java.impl.generic.core.file
 

Classes in com.perforce.p4java.impl.generic.core.file that implement IFileRevisionData
 class FileRevisionData
          Simple default generic implementation calls for the IFileRevisionData interface.
 

Methods in com.perforce.p4java.impl.generic.core.file that return types with arguments of type IFileRevisionData
 Map<IFileSpec,List<IFileRevisionData>> FileSpec.getRevisionHistory(GetRevisionHistoryOptions opts)
           
 Map<IFileSpec,List<IFileRevisionData>> FileSpec.getRevisionHistory(int maxRevs, boolean contentHistory, boolean includeInherited, boolean longOutput, boolean truncatedLongOutput)
           
 

Uses of IFileRevisionData in com.perforce.p4java.impl.mapbased.server
 

Methods in com.perforce.p4java.impl.mapbased.server that return types with arguments of type IFileRevisionData
 Map<IFileSpec,List<IFileRevisionData>> Server.getRevisionHistory(List<IFileSpec> fileSpecs, GetRevisionHistoryOptions opts)
           
 Map<IFileSpec,List<IFileRevisionData>> Server.getRevisionHistory(List<IFileSpec> fileSpecs, int maxRevs, boolean contentHistory, boolean includeInherited, boolean longOutput, boolean truncatedLongOutput)
           
 

Uses of IFileRevisionData in com.perforce.p4java.server
 

Methods in com.perforce.p4java.server that return types with arguments of type IFileRevisionData
 Map<IFileSpec,List<IFileRevisionData>> IOptionsServer.getRevisionHistory(List<IFileSpec> fileSpecs, GetRevisionHistoryOptions opts)
          Get the revision history data for one or more Perforce files.
 Map<IFileSpec,List<IFileRevisionData>> IServer.getRevisionHistory(List<IFileSpec> fileSpecs, int maxRevs, boolean contentHistory, boolean includeInherited, boolean longOutput, boolean truncatedLongOutput)
          Get the revision history data for one or more Perforce files.
 



Copyright © 2015 Perforce Software. All Rights Reserved.