|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.assembly.model.ContainerDescriptorHandlerConfig
public class ContainerDescriptorHandlerConfig
Configures a filter for files headed into the assembly archive, to enable aggregation of various types of descriptor fragments, such as components.xml, web.xml, etc.
Constructor Summary | |
---|---|
ContainerDescriptorHandlerConfig()
|
Method Summary | |
---|---|
java.lang.Object |
getConfiguration()
Get configuration options for the handler. |
java.lang.String |
getHandlerName()
Get the handler's plexus role-hint, for lookup from the container. |
void |
setConfiguration(java.lang.Object configuration)
Set configuration options for the handler. |
void |
setHandlerName(java.lang.String handlerName)
Set the handler's plexus role-hint, for lookup from the container. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContainerDescriptorHandlerConfig()
Method Detail |
---|
public java.lang.Object getConfiguration()
public java.lang.String getHandlerName()
public void setConfiguration(java.lang.Object configuration)
configuration
- public void setHandlerName(java.lang.String handlerName)
handlerName
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |