Class ActionCreatePackageData

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

public class ActionCreatePackageData extends ActionData
This action class holds information for to the Actions.CREATE_PACKAGE action.
  • Constructor Details

    • ActionCreatePackageData

      public ActionCreatePackageData()
  • Method Details

    • getCurrentPackageFqname

      public String getCurrentPackageFqname()
      Get the current name. This method is used by clients.
      Returns:
      the current package name
    • setCurrentPackageFqname

      public void setCurrentPackageFqname(String currentPackageFqname)
      Set the current name. This method is used by plugins. It is optional, and used as a way to provide a hint about what package name could be created.
      Parameters:
      currentPackageFqname - current package name
    • getFqname

      public String getFqname()
      Get the package name for the package to be created. This method is used by plugins.
      Returns:
      the package name
    • setFqname

      public void setFqname(String fqname)
      Set the package name for the package to be created. This method is used by clients.
      Parameters:
      fqname - package name