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.
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
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 |
---|