public class

ActionReplaceData

extends ActionData
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.actions.ActionData
     ↳ com.pnfsoftware.jeb.core.actions.ActionReplaceData

Class Overview

This action class holds information for to the REPLACE action.

Summary

[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

Public Constructors

public ActionReplaceData ()

Public Methods

public Object getTargetObject ()

Used by clients.

public Object getWantedReplacement ()

Used by engine/plugins.

public void setTargetObject (Object o)

Used by the engine/plugins.

public void setWantedReplacement (Object repl)

Used by clients.