public class

ActionCreatePackageData

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

Class Overview

This action class holds information for to the CREATE_PACKAGE action.

Summary

[Expand]
Inherited Constants
From class com.pnfsoftware.jeb.core.actions.ActionData
Public Constructors
ActionCreatePackageData()
Public Methods
String getCurrentPackageFqname()
Get the current name.
String getFqname()
Get the package name for the package to be created.
void setCurrentPackageFqname(String currentPackageFqname)
Set the current name.
void setFqname(String fqname)
Set the package name for the package to be created.
[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 ActionCreatePackageData ()

Public Methods

public String getCurrentPackageFqname ()

Get the current name. This method is used by clients.

Returns
  • the current package name

public String getFqname ()

Get the package name for the package to be created. This method is used by plugins.

Returns
  • the package name

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

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