Package | Description |
---|---|
com.perforce.p4java.impl.generic.core |
Provides standard implementation classes for the com.perforce.p4java.core interfaces.
|
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 | Field and Description |
---|---|
protected java.util.List<IExtendedFileSpec> |
Changelist.extendedFileSpecs |
Modifier and Type | Method and Description |
---|---|
java.util.List<IExtendedFileSpec> |
Changelist.getExtendedFiles(boolean refresh) |
java.util.List<IExtendedFileSpec> |
Changelist.getExtendedFiles(boolean refresh,
boolean bypassServer) |
Modifier and Type | Class and Description |
---|---|
class |
ExtendedFileSpec
Useful generic implementation class for the IExtendedFileSpec interface.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<IExtendedFileSpec> |
Server.getChangelistExtendedFiles(int id) |
java.util.List<IExtendedFileSpec> |
Server.getChangelistExtendedFiles(int id,
int max) |
java.util.List<IExtendedFileSpec> |
Server.getExtendedFiles(java.util.List<IFileSpec> fileSpecs,
GetExtendedFilesOptions opts) |
java.util.List<IExtendedFileSpec> |
Server.getExtendedFiles(java.util.List<IFileSpec> fileSpecs,
int maxFiles,
int sinceChangelist,
int affectedByChangelist,
FileStatOutputOptions outputOptions,
FileStatAncilliaryOptions ancilliaryOptions) |
java.util.List<IExtendedFileSpec> |
Server.verifyFiles(java.util.List<IFileSpec> fileSpecs,
VerifyFilesOptions opts) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<IExtendedFileSpec> |
ResultListBuilder.buildNonNullExtendedFileSpecListFromCommandResultMaps(java.util.List<java.util.Map<java.lang.String,java.lang.Object>> resultMaps,
IOptionsServer server) |
java.util.List<IExtendedFileSpec> |
DescribeDelegator.getChangelistExtendedFiles(int id) |
java.util.List<IExtendedFileSpec> |
DescribeDelegator.getChangelistExtendedFiles(int id,
int max) |
java.util.List<IExtendedFileSpec> |
FstatDelegator.getExtendedFiles(java.util.List<IFileSpec> fileSpecs,
GetExtendedFilesOptions opts) |
java.util.List<IExtendedFileSpec> |
FstatDelegator.getExtendedFiles(java.util.List<IFileSpec> fileSpecs,
int maxFiles,
int sinceChangelist,
int affectedByChangelist,
FileStatOutputOptions outputOptions,
FileStatAncilliaryOptions ancilliaryOptions) |
static java.util.List<IExtendedFileSpec> |
ResultMapParser.parseCommandResultMapAsExtendedFileSpecs(int id,
IServer server,
java.util.List<java.util.Map<java.lang.String,java.lang.Object>> resultMaps)
Parses the command result map as file specs.
|
java.util.List<IExtendedFileSpec> |
VerifyDelegator.verifyFiles(java.util.List<IFileSpec> fileSpecs,
VerifyFilesOptions opts) |
Modifier and Type | Method and Description |
---|---|
java.util.List<IExtendedFileSpec> |
IDescribeDelegator.getChangelistExtendedFiles(int id)
Get an extended list of the Perforce depot files associated with a Perforce
changelist.
|
java.util.List<IExtendedFileSpec> |
IDescribeDelegator.getChangelistExtendedFiles(int id,
int max)
Get an extended list of the Perforce depot files associated with a Perforce
changelist.
|
java.util.List<IExtendedFileSpec> |
IFstatDelegator.getExtendedFiles(java.util.List<IFileSpec> fileSpecs,
GetExtendedFilesOptions opts)
Return a list of everything Perforce knows about a set of Perforce files.
|
java.util.List<IExtendedFileSpec> |
IFstatDelegator.getExtendedFiles(java.util.List<IFileSpec> fileSpecs,
int maxFiles,
int sinceChangelist,
int affectedByChangelist,
FileStatOutputOptions outputOptions,
FileStatAncilliaryOptions ancilliaryOptions)
Return a list of everything Perforce knows about a possibly very large
set of Perforce files.
|
java.util.List<IExtendedFileSpec> |
IVerifyDelegator.verifyFiles(java.util.List<IFileSpec> fileSpecs,
VerifyFilesOptions opts)
Verify that the server archives are intact.
|
Copyright © 2021 Perforce Software. All Rights Reserved.