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.option.server | |
com.perforce.p4java.server.delegator |
Modifier and Type | Method and Description |
---|---|
List<IFileAnnotation> |
IFileSpec.getAnnotations(GetFileAnnotationsOptions opts)
Get the file annotations associated with this file.
|
Modifier and Type | Method and Description |
---|---|
List<IFileAnnotation> |
FileSpec.getAnnotations(GetFileAnnotationsOptions opts) |
Modifier and Type | Method and Description |
---|---|
List<IFileAnnotation> |
Server.getFileAnnotations(List<IFileSpec> fileSpecs,
GetFileAnnotationsOptions opts) |
Modifier and Type | Method and Description |
---|---|
List<IFileAnnotation> |
FileAnnotateDelegator.getFileAnnotations(List<IFileSpec> fileSpecs,
GetFileAnnotationsOptions opts) |
Modifier and Type | Method and Description |
---|---|
GetFileAnnotationsOptions |
GetFileAnnotationsOptions.setAllResults(boolean allResults) |
GetFileAnnotationsOptions |
GetFileAnnotationsOptions.setFollowAllIntegrations(boolean followAllIntegrations) |
GetFileAnnotationsOptions |
GetFileAnnotationsOptions.setFollowBranches(boolean followBranches) |
GetFileAnnotationsOptions |
GetFileAnnotationsOptions.setIgnoreLineEndings(boolean ignoreLineEndings) |
GetFileAnnotationsOptions |
GetFileAnnotationsOptions.setIgnoreWhitespace(boolean ignoreWhitespace) |
GetFileAnnotationsOptions |
GetFileAnnotationsOptions.setIgnoreWhitespaceChanges(boolean ignoreWhitespaceChanges) |
GetFileAnnotationsOptions |
GetFileAnnotationsOptions.setShowBinaryContent(boolean showBinaryContent) |
GetFileAnnotationsOptions |
GetFileAnnotationsOptions.setSuppressHeader(boolean suppressHeader) |
GetFileAnnotationsOptions |
GetFileAnnotationsOptions.setUseChangeNumbers(boolean useChangeNumbers) |
GetFileAnnotationsOptions |
GetFileAnnotationsOptions.setWsOpts(DiffType wsOpts) |
Modifier and Type | Method and Description |
---|---|
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.