Function:
This tool moves an Eclipse resource to the given target path. It supports mass processing.
Tool Attribute:
Attribute
|
Type
|
Description
|
With UI
|
Boolean
|
Determines whether the Eclipse UI dialog box should be used.
|
Existing Resource Handling
|
Selection
|
Defines the handling of the scenario that the target resource already exists. Valid values include:
- Replace: The target resource is replaced without notification.
- Ignore: The target resource stays untouched.
- Error: An error message is produced.
- From Parameter: The handling is defined by an additional tool parameter.
|
Parameters:
Parameter #
|
I/O
|
Type
|
Description
|
1 [M]
|
I
|
String/MassProcessing
|
The Eclipse path to the resource. All other parameters are disabled if the tool attribute
With UI is set to
true.
|
2 [M]
|
I
|
String
|
The Eclipse path to the target resource of the move action.
|
3 [O]
|
I
|
String
|
Defines the handling of the scenario that the target resource already exists. Valid values include:
- Replace: The target resource is replaced without notification.
- Ignore: The target resource stays untouched.
- Error: An error message is produced.
- Default: Error
|