Package | Description |
---|---|
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.impl.mapbased.server.cmd | |
com.perforce.p4java.server.delegator |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
FileRevisionData
Simple default generic implementation calls for the IFileRevisionData
interface.
|
Modifier and Type | Method and Description |
---|---|
Map<IFileSpec,List<IFileRevisionData>> |
FileSpec.getRevisionHistory(GetRevisionHistoryOptions opts) |
Map<IFileSpec,List<IFileRevisionData>> |
FileSpec.getRevisionHistory(int maxRevs,
boolean contentHistory,
boolean includeInherited,
boolean longOutput,
boolean truncatedLongOutput) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
Map<IFileSpec,List<IFileRevisionData>> |
FileLogDelegator.getRevisionHistory(List<IFileSpec> fileSpecs,
GetRevisionHistoryOptions opts) |
Map<IFileSpec,List<IFileRevisionData>> |
FileLogDelegator.getRevisionHistory(List<IFileSpec> fileSpecs,
int maxRevs,
boolean contentHistory,
boolean includeInherited,
boolean longOutput,
boolean truncatedLongOutput) |
Modifier and Type | Method and Description |
---|---|
Map<IFileSpec,List<IFileRevisionData>> |
IFileLogDelegator.getRevisionHistory(List<IFileSpec> fileSpecs,
GetRevisionHistoryOptions opts)
Get the revision history data for one or more Perforce files.
|
Map<IFileSpec,List<IFileRevisionData>> |
IFileLogDelegator.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 © 2017 Perforce Software. All Rights Reserved.