|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IExtendedFileSpec | |
---|---|
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.server | Provides interfaces and classes for accessing Perforce SCM servers and associated server-level services. |
Uses of IExtendedFileSpec in com.perforce.p4java.impl.generic.core.file |
---|
Classes in com.perforce.p4java.impl.generic.core.file that implement IExtendedFileSpec | |
---|---|
class |
ExtendedFileSpec
Useful generic implementation class for the IExtendedFileSpec interface. |
Uses of IExtendedFileSpec in com.perforce.p4java.impl.mapbased.server |
---|
Methods in com.perforce.p4java.impl.mapbased.server that return types with arguments of type IExtendedFileSpec | |
---|---|
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)
|
Uses of IExtendedFileSpec in com.perforce.p4java.server |
---|
Methods in com.perforce.p4java.server that return types with arguments of type IExtendedFileSpec | |
---|---|
List<IExtendedFileSpec> |
IOptionsServer.getExtendedFiles(List<IFileSpec> fileSpecs,
GetExtendedFilesOptions opts)
Return a list of everything Perforce knows about a set of Perforce files. |
List<IExtendedFileSpec> |
IServer.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> |
IOptionsServer.verifyFiles(List<IFileSpec> fileSpecs,
VerifyFilesOptions opts)
Verify that the server archives are intact. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |