public class PluginExecutionMetadata extends Object implements IPluginExecutionMetadata, Serializable, Cloneable
Constructor and Description |
---|
PluginExecutionMetadata() |
Modifier and Type | Method and Description |
---|---|
PluginExecutionMetadata |
clone()
Method clone.
|
PluginExecutionAction |
getAction() |
Object |
getActionDom()
Get the actionDom field.
|
String |
getComment()
Get arbitrary comment that describes the mapping.
|
org.codehaus.plexus.util.xml.Xpp3Dom |
getConfiguration() |
PluginExecutionFilter |
getFilter()
Get the filter field.
|
LifecycleMappingMetadataSource |
getSource() |
void |
setActionDom(Object actionDom)
Set the actionDom field.
|
void |
setComment(String comment)
Set arbitrary comment that describes the mapping.
|
void |
setFilter(PluginExecutionFilter filter)
Set the filter field.
|
void |
setSource(LifecycleMappingMetadataSource source) |
public PluginExecutionMetadata clone()
public Object getActionDom()
public String getComment()
public PluginExecutionFilter getFilter()
public void setActionDom(Object actionDom)
actionDom
- public void setComment(String comment)
comment
- public void setFilter(PluginExecutionFilter filter)
filter
- public PluginExecutionAction getAction()
getAction
in interface IPluginExecutionMetadata
public org.codehaus.plexus.util.xml.Xpp3Dom getConfiguration()
public void setSource(LifecycleMappingMetadataSource source)
public LifecycleMappingMetadataSource getSource()
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.