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 |
---|---|
List<IFileAnnotation> |
IFileAnnotation.getAllIntegrations()
Get a list of all contributing integration annotations for this annotation,
if such a list exists.
|
List<IFileAnnotation> |
IFileSpec.getAnnotations(DiffType wsOptions,
boolean allResults,
boolean useChangeNumbers,
boolean followBranches)
Get the file annotations associated with this file.
|
List<IFileAnnotation> |
IFileSpec.getAnnotations(GetFileAnnotationsOptions opts)
Get the file annotations associated with this file.
|
Modifier and Type | Class and Description |
---|---|
class |
FileAnnotation
Simple generic implementation class for IFileAnnotation interface.
|
Modifier and Type | Method and Description |
---|---|
List<IFileAnnotation> |
FileAnnotation.getAllIntegrations() |
List<IFileAnnotation> |
FileSpec.getAnnotations(DiffType wsOptions,
boolean allResults,
boolean useChangeNumbers,
boolean followBranches) |
List<IFileAnnotation> |
FileSpec.getAnnotations(GetFileAnnotationsOptions opts) |
Modifier and Type | Method and Description |
---|---|
void |
FileAnnotation.addIntegrationAnnotation(IFileAnnotation annotation)
Add an integration annotation to the contributingSources list.
|
Modifier and Type | Method and Description |
---|---|
List<IFileAnnotation> |
Server.getFileAnnotations(List<IFileSpec> fileSpecs,
DiffType wsOpts,
boolean allResults,
boolean useChangeNumbers,
boolean followBranches) |
List<IFileAnnotation> |
Server.getFileAnnotations(List<IFileSpec> fileSpecs,
GetFileAnnotationsOptions opts) |
Modifier and Type | Method and Description |
---|---|
List<IFileAnnotation> |
FileAnnotateDelegator.getFileAnnotations(List<IFileSpec> fileSpecs,
DiffType diffType,
boolean allResults,
boolean useChangeNumbers,
boolean followBranches) |
List<IFileAnnotation> |
FileAnnotateDelegator.getFileAnnotations(List<IFileSpec> fileSpecs,
GetFileAnnotationsOptions opts) |
Modifier and Type | Method and Description |
---|---|
List<IFileAnnotation> |
IFileAnnotateDelegator.getFileAnnotations(List<IFileSpec> fileSpecs,
DiffType diffType,
boolean allResults,
boolean useChangeNumbers,
boolean followBranches) |
List<IFileAnnotation> |
IFileAnnotateDelegator.getFileAnnotations(List<IFileSpec> fileSpecs,
GetFileAnnotationsOptions opts)
Get a list of revision annotations for the specified files.
|
Copyright © 2017 Perforce Software. All Rights Reserved.