Package | Description |
---|---|
com.perforce.p4java.core.file |
Provides interfaces and classes for defining and accessing Perforce depot and workspace files.
|
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.impl.mapbased.server.cmd | |
com.perforce.p4java.option.server | |
com.perforce.p4java.server.delegator |
Modifier and Type | Method and Description |
---|---|
List<IFileSpec> |
IFileSpec.move(IFileSpec toFile,
MoveFileOptions opts)
Move this file if it's already opened for edit or add (the fromFile) to the destination
file (the toFile).
|
Modifier and Type | Method and Description |
---|---|
List<IFileSpec> |
FileSpec.move(IFileSpec toFile,
MoveFileOptions opts) |
Modifier and Type | Method and Description |
---|---|
List<IFileSpec> |
Server.moveFile(IFileSpec fromFile,
IFileSpec toFile,
MoveFileOptions opts) |
Modifier and Type | Method and Description |
---|---|
List<IFileSpec> |
MoveDelegator.moveFile(IFileSpec fromFile,
IFileSpec toFile,
MoveFileOptions opts) |
Modifier and Type | Method and Description |
---|---|
MoveFileOptions |
MoveFileOptions.setChangelistId(int changelistId) |
MoveFileOptions |
MoveFileOptions.setFileType(String fileType) |
MoveFileOptions |
MoveFileOptions.setForce(boolean force) |
MoveFileOptions |
MoveFileOptions.setListOnly(boolean listOnly) |
MoveFileOptions |
MoveFileOptions.setNoClientMove(boolean noClientMove) |
Modifier and Type | Method and Description |
---|---|
List<IFileSpec> |
IMoveDelegator.moveFile(IFileSpec fromFile,
IFileSpec toFile,
MoveFileOptions opts)
Move a file already opened for edit or add (the fromFile) to the
destination file (the toFile).
|
Copyright © 2017 Perforce Software. All Rights Reserved.