|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GetDirectoriesOptions | |
|---|---|
| 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 GetDirectoriesOptions in com.perforce.p4java.impl.mapbased.server |
|---|
| Methods in com.perforce.p4java.impl.mapbased.server with parameters of type GetDirectoriesOptions | |
|---|---|
List<IFileSpec> |
Server.getDirectories(List<IFileSpec> fileSpecs,
GetDirectoriesOptions opts)
|
| Uses of GetDirectoriesOptions in com.perforce.p4java.option.server |
|---|
| Methods in com.perforce.p4java.option.server that return GetDirectoriesOptions | |
|---|---|
GetDirectoriesOptions |
GetDirectoriesOptions.setClientOnly(boolean clientOnly)
|
GetDirectoriesOptions |
GetDirectoriesOptions.setDeletedOnly(boolean deletedOnly)
|
GetDirectoriesOptions |
GetDirectoriesOptions.setHaveListOnly(boolean haveListOnly)
|
| Uses of GetDirectoriesOptions in com.perforce.p4java.server |
|---|
| Methods in com.perforce.p4java.server with parameters of type GetDirectoriesOptions | |
|---|---|
List<IFileSpec> |
IOptionsServer.getDirectories(List<IFileSpec> fileSpecs,
GetDirectoriesOptions opts)
List any directories matching the passed-in file specifications. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||