|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ShelveFilesOptions | |
|---|---|
| com.perforce.p4java.client | Provides interfaces for accessing and manipulating Perforce client workspaces and associated objects. |
| com.perforce.p4java.impl.mapbased.client | |
| com.perforce.p4java.option.client | |
| Uses of ShelveFilesOptions in com.perforce.p4java.client |
|---|
| Methods in com.perforce.p4java.client with parameters of type ShelveFilesOptions | |
|---|---|
List<IFileSpec> |
IClient.shelveFiles(List<IFileSpec> fileSpecs,
int changelistId,
ShelveFilesOptions opts)
Shelve files in a changelist. |
| Uses of ShelveFilesOptions in com.perforce.p4java.impl.mapbased.client |
|---|
| Methods in com.perforce.p4java.impl.mapbased.client with parameters of type ShelveFilesOptions | |
|---|---|
List<IFileSpec> |
Client.shelveFiles(List<IFileSpec> fileSpecs,
int changelistId,
ShelveFilesOptions opts)
|
| Uses of ShelveFilesOptions in com.perforce.p4java.option.client |
|---|
| Methods in com.perforce.p4java.option.client that return ShelveFilesOptions | |
|---|---|
ShelveFilesOptions |
ShelveFilesOptions.setDeleteFiles(boolean deleteFiles)
|
ShelveFilesOptions |
ShelveFilesOptions.setForceShelve(boolean forceShelve)
|
ShelveFilesOptions |
ShelveFilesOptions.setReplaceFiles(boolean replaceFiles)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||