Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
List<IFileSpec> |
IClient.populateFiles(IFileSpec fromFile,
List<IFileSpec> toFiles,
PopulateFilesOptions opts)
Branches a set of files (the 'source') into another depot location (the
'target') in a single step.
|
Modifier and Type | Method and Description |
---|---|
List<IFileSpec> |
Client.populateFiles(IFileSpec fromFile,
List<IFileSpec> toFiles,
PopulateFilesOptions opts) |
Modifier and Type | Method and Description |
---|---|
PopulateFilesOptions |
PopulateFilesOptions.setBidirectional(boolean bidirectional)
Sets the bidirectional.
|
PopulateFilesOptions |
PopulateFilesOptions.setBranch(String branch)
Sets the branch.
|
PopulateFilesOptions |
PopulateFilesOptions.setDescription(String description)
Sets the description.
|
PopulateFilesOptions |
PopulateFilesOptions.setForceBranchDeletedFiles(boolean forceBranchDeletedFiles)
Sets the force branch deleted files.
|
PopulateFilesOptions |
PopulateFilesOptions.setMaxFiles(int maxFiles)
Sets the max files.
|
PopulateFilesOptions |
PopulateFilesOptions.setNoUpdate(boolean noUpdate)
Sets the no update.
|
PopulateFilesOptions |
PopulateFilesOptions.setParentStream(String parentStream)
Sets the parent stream.
|
PopulateFilesOptions |
PopulateFilesOptions.setReverseMapping(boolean reverseMapping)
Sets the reverse mapping.
|
PopulateFilesOptions |
PopulateFilesOptions.setShowPopulatedFiles(boolean showPopulatedFiles)
Sets the show populated files.
|
PopulateFilesOptions |
PopulateFilesOptions.setStream(String stream)
Sets the stream.
|
Copyright © 2017 Perforce Software. All Rights Reserved.