java.lang.Object | ||
↳ | com.pnfsoftware.jeb.core.actions.ActionData | |
↳ | com.pnfsoftware.jeb.core.actions.ActionReplaceData |
This action class holds information for to the REPLACE
action.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.pnfsoftware.jeb.core.actions.ActionData
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ActionReplaceData() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Object |
getTargetObject()
Used by clients.
| ||||||||||
Object |
getWantedReplacement()
Used by engine/plugins.
| ||||||||||
void |
setTargetObject(Object o)
Used by the engine/plugins.
| ||||||||||
void |
setWantedReplacement(Object repl)
Used by clients.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.pnfsoftware.jeb.core.actions.ActionData
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.pnfsoftware.jeb.core.actions.IActionData
|
Used by clients.
Used by engine/plugins.
Used by the engine/plugins.
Used by clients.