java.lang.Object | ||
↳ | com.pnfsoftware.jeb.core.actions.ActionData | |
↳ | com.pnfsoftware.jeb.core.actions.ActionMoveToPackageData |
This action class holds information for the MOVE_TO_PACKAGE
action.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.pnfsoftware.jeb.core.actions.ActionData
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ActionMoveToPackageData() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String |
getCurrentPackageFqname()
Get the current fully-qualified name of the package to be moved.
| ||||||||||
String |
getDstPackageFqname()
Get the new fully-qualified name of the package being moved.
| ||||||||||
void |
setCurrentPackageFqname(String currentPackageFqname)
Set the current fully-qualified name of the package to be moved.
| ||||||||||
void |
setDstPackageFqname(String dstPackageFqname)
Set the new fully-qualified name of the package being moved.
|
[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 fully-qualified name of the package to be moved. This method is used by clients.
Get the new fully-qualified name of the package being moved. This method is used by plugins.
Set the current fully-qualified name of the package to be moved. This method is used by plugins.
currentPackageFqname | package name |
---|
Set the new fully-qualified name of the package being moved. This method is used by clients.
dstPackageFqname | package name |
---|