Package com.pnfsoftware.jeb.core.actions
Class ActionCreatePackageData
java.lang.Object
com.pnfsoftware.jeb.core.actions.ActionData
com.pnfsoftware.jeb.core.actions.ActionCreatePackageData
- All Implemented Interfaces:
IActionData
This action class holds information for to the
Actions.CREATE_PACKAGE
action.-
Field Summary
Fields inherited from class com.pnfsoftware.jeb.core.actions.ActionData
ERRCODE_UNKNOWN
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the current name.Get the package name for the package to be created.void
setCurrentPackageFqname
(String currentPackageFqname) Set the current name.void
Set the package name for the package to be created.Methods inherited from class com.pnfsoftware.jeb.core.actions.ActionData
canReuseObject, getDescription, getExecutionErrorCode, getExecutionErrorMessage, getValue, isNoInfoRequest, reset, setDescription, setExecutionError, setExecutionErrorCode, setExecutionErrorMessage, setValue
-
Constructor Details
-
ActionCreatePackageData
public ActionCreatePackageData()
-
-
Method Details
-
getCurrentPackageFqname
Get the current name. This method is used by clients.- Returns:
- the current package name
-
setCurrentPackageFqname
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
Get the package name for the package to be created. This method is used by plugins.- Returns:
- the package name
-
setFqname
Set the package name for the package to be created. This method is used by clients.- Parameters:
fqname
- package name
-