Package com.pnfsoftware.jeb.core.actions
Class ActionReplaceData
java.lang.Object
com.pnfsoftware.jeb.core.actions.ActionData
com.pnfsoftware.jeb.core.actions.ActionReplaceData
- All Implemented Interfaces:
IActionData
This action class holds information for to the
Actions.REPLACE
action.-
Field Summary
Fields inherited from class com.pnfsoftware.jeb.core.actions.ActionData
ERRCODE_UNKNOWN
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionUsed by clients.Used by engine/plugins.void
Used by the engine/plugins.void
setWantedReplacement
(Object repl) Used by clients.Methods inherited from class com.pnfsoftware.jeb.core.actions.ActionData
canReuseObject, getDescription, getExecutionErrorCode, getExecutionErrorMessage, getValue, isNoInfoRequest, reset, setDescription, setExecutionError, setExecutionErrorCode, setExecutionErrorMessage, setValue
-
Constructor Details
-
ActionReplaceData
public ActionReplaceData()
-
-
Method Details
-
setTargetObject
Used by the engine/plugins.- Parameters:
o
-
-
getTargetObject
Used by clients.- Returns:
-
setWantedReplacement
Used by clients.- Parameters:
repl
-
-
getWantedReplacement
Used by engine/plugins.- Returns:
-