Class ActionAutoRenameAllData

java.lang.Object
com.pnfsoftware.jeb.core.actions.ActionData
com.pnfsoftware.jeb.core.actions.ActionAutoRenameAllData
All Implemented Interfaces:
IActionData

public class ActionAutoRenameAllData extends ActionData
This action class holds information for the Actions.AUTO_RENAME_ALL action.

Unit plugins may support this action.

  • Constructor Details

    • ActionAutoRenameAllData

      public ActionAutoRenameAllData()
  • Method Details

    • setDefaultTargets

      public void setDefaultTargets(int defaultTargets)
      Set the default rename targets proposed by the plugin.
      Parameters:
      defaultTargets - default target mask
    • getDefaultTargets

      public Integer getDefaultTargets()
      Get the default rename targets proposed by the plugin.
      Returns:
      the default target mask, or null if none was provided
    • setTargets

      public void setTargets(int targets)
      Set the rename targets selected by the client.
      Parameters:
      targets - target mask
    • getTargets

      public int getTargets()
      Get the rename targets selected by the client.
      Returns:
      the target mask
    • setDefaultPolicy

      public void setDefaultPolicy(int defaultPolicy)
      Set the default rename policy proposed by the plugin.
      Parameters:
      defaultPolicy - default rename policy
    • getDefaultPolicy

      public Integer getDefaultPolicy()
      Get the default rename policy proposed by the plugin.
      Returns:
      the default policy, or null if none was provided
    • setPolicy

      public void setPolicy(int policy)
      Set the rename policy selected by the client.
      Parameters:
      policy - rename policy
    • getPolicy

      public int getPolicy()
      Get the rename policy selected by the client.
      Returns:
      the rename policy
    • setDefaultFilter

      public void setDefaultFilter(String defaultFilter)
      Set the default rename filter proposed by the plugin.
      Parameters:
      defaultFilter - default filter expression
    • getDefaultFilter

      public String getDefaultFilter()
      Get the default rename filter proposed by the plugin.
      Returns:
      the default filter expression, or null if none was provided
    • setFilter

      public void setFilter(String filter)
      Set the rename filter selected by the client.
      Parameters:
      filter - filter expression
    • getFilter

      public String getFilter()
      Get the rename filter selected by the client.
      Returns:
      the filter expression
    • setRenamedCount

      public void setRenamedCount(int renamedCount)
      Set the number of identifiers renamed by the plugin.
      Parameters:
      renamedCount - renamed identifier count
    • getRenamedCount

      public int getRenamedCount()
      Get the number of identifiers renamed by the plugin.
      Returns:
      the renamed identifier count