Package | Description |
---|---|
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 | Class and Description |
---|---|
class |
ExtendedFileSpec
Useful generic implementation class for the IExtendedFileSpec interface.
|
Modifier and Type | Method and Description |
---|---|
List<IExtendedFileSpec> |
Server.getExtendedFiles(List<IFileSpec> fileSpecs,
GetExtendedFilesOptions opts) |
List<IExtendedFileSpec> |
Server.getExtendedFiles(List<IFileSpec> fileSpecs,
int maxFiles,
int sinceChangelist,
int affectedByChangelist,
FileStatOutputOptions outputOptions,
FileStatAncilliaryOptions ancilliaryOptions) |
List<IExtendedFileSpec> |
Server.verifyFiles(List<IFileSpec> fileSpecs,
VerifyFilesOptions opts) |
Modifier and Type | Method and Description |
---|---|
static List<IExtendedFileSpec> |
ResultListBuilder.buildNonNullExtendedFileSpecListFromCommandResultMaps(List<Map<String,Object>> resultMaps,
IOptionsServer server) |
List<IExtendedFileSpec> |
FstatDelegator.getExtendedFiles(List<IFileSpec> fileSpecs,
GetExtendedFilesOptions opts) |
List<IExtendedFileSpec> |
FstatDelegator.getExtendedFiles(List<IFileSpec> fileSpecs,
int maxFiles,
int sinceChangelist,
int affectedByChangelist,
FileStatOutputOptions outputOptions,
FileStatAncilliaryOptions ancilliaryOptions) |
List<IExtendedFileSpec> |
VerifyDelegator.verifyFiles(List<IFileSpec> fileSpecs,
VerifyFilesOptions opts) |
Modifier and Type | Method and Description |
---|---|
List<IExtendedFileSpec> |
IFstatDelegator.getExtendedFiles(List<IFileSpec> fileSpecs,
GetExtendedFilesOptions opts)
Return a list of everything Perforce knows about a set of Perforce files.
|
List<IExtendedFileSpec> |
IFstatDelegator.getExtendedFiles(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.
|
List<IExtendedFileSpec> |
IVerifyDelegator.verifyFiles(List<IFileSpec> fileSpecs,
VerifyFilesOptions opts)
Verify that the server archives are intact.
|
Copyright © 2017 Perforce Software. All Rights Reserved.