|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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 | |
---|---|
java.util.Map<IFileSpec,java.util.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 | |
---|---|
java.util.Map<IFileSpec,java.util.List<IFileRevisionData>> |
FileSpec.getRevisionHistory(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 | |
---|---|
java.util.Map<IFileSpec,java.util.List<IFileRevisionData>> |
IServer.getRevisionHistory(java.util.List<IFileSpec> fileSpecs,
int maxRevs,
boolean contentHistory,
boolean includeInherited,
boolean longOutput,
boolean truncatedLongOutput)
Get the revision history data for one or more Perforce files. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |