|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GetDepotFilesOptions | |
---|---|
com.perforce.p4java.impl.mapbased.server | |
com.perforce.p4java.option.server | |
com.perforce.p4java.server | Provides interfaces and classes for accessing Perforce SCM servers and associated server-level services. |
Uses of GetDepotFilesOptions in com.perforce.p4java.impl.mapbased.server |
---|
Methods in com.perforce.p4java.impl.mapbased.server with parameters of type GetDepotFilesOptions | |
---|---|
List<IFileSpec> |
Server.getDepotFiles(List<IFileSpec> fileSpecs,
GetDepotFilesOptions opts)
|
Uses of GetDepotFilesOptions in com.perforce.p4java.option.server |
---|
Methods in com.perforce.p4java.option.server that return GetDepotFilesOptions | |
---|---|
GetDepotFilesOptions |
GetDepotFilesOptions.setAllRevs(boolean allRevs)
|
GetDepotFilesOptions |
GetDepotFilesOptions.setMaxResults(int maxResults)
|
Uses of GetDepotFilesOptions in com.perforce.p4java.server |
---|
Methods in com.perforce.p4java.server with parameters of type GetDepotFilesOptions | |
---|---|
List<IFileSpec> |
IOptionsServer.getDepotFiles(List<IFileSpec> fileSpecs,
GetDepotFilesOptions opts)
List all Perforce depot files known to the Perforce server that conform to the passed-in wild-card file specification(s). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |