JavaScript is disabled on your browser.
Nested Class Summary
Nested Classes
static interface
static class
static class
static class
Field Summary
Fields
static final int
static final int
static final int
Method Summary
All Methods Instance Methods Abstract Methods
int
byte[]
Actual binaries of the .pdp, .cpd, .war, etc
Returns component name, can be null if component name
cannot be resolved from the component location.
Returns component source location if available (on deploy) or
null if not available
Field Details
ACTION_UNKNOWN
static final int ACTION_UNKNOWN
See Also:
ACTION_DEPLOY
static final int ACTION_DEPLOY
See Also:
ACTION_UNDEPLOY
static final int ACTION_UNDEPLOY
See Also:
Method Details
getAction
int getAction ()
Returns action type
Returns:
deployment action type
getComponentName
Returns component name, can be null if component name
cannot be resolved from the component location. In this case
most likely the deployment will fail
Returns:
component name
getComponentSourceLocation
String getComponentSourceLocation ()
Returns component source location if available (on deploy) or
null if not available
Returns:
local file name or any other url accessible location
getComponentDeployablePackage
byte[] getComponentDeployablePackage ()
Actual binaries of the .pdp, .cpd, .war, etc
Returns:
may return null, if the event was not fired with this data