Class Local

All Implemented Interfaces:
Cloneable

public class Local extends Task
Task to create a local property in the current scope.
  • Constructor Details

    • Local

      public Local()
  • Method Details

    • setName

      public void setName(String name)
      Set the name attribute.
      Parameters:
      name - the name of the local property.
    • execute

      public void execute()
      Run the task.
      Overrides:
      execute in class Task