java.lang.Object | ||
↳ | com.pnfsoftware.jeb.core.actions.ActionData | |
↳ | com.pnfsoftware.jeb.core.actions.ActionCreatePackageData |
This action class holds information for to the CREATE_PACKAGE
action.
[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
|
Get the current name. This method is used by clients.
Get the package name for the package to be created. This method is used by plugins.
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.
currentPackageFqname | current package name |
---|
Set the package name for the package to be created. This method is used by clients.
fqname | package name |
---|