|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.assembly111.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.
Java class for ContainerDescriptorHandlerConfig complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContainerDescriptorHandlerConfig">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="handlerName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="configuration" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any processContents='skip' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</all>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
ContainerDescriptorHandlerConfig.Configuration
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected ContainerDescriptorHandlerConfig.Configuration |
configuration
|
protected String |
handlerName
|
| Constructor Summary | |
|---|---|
ContainerDescriptorHandlerConfig()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.assembly111.ContainerDescriptorHandlerConfig instance. |
|
ContainerDescriptorHandlerConfig(ContainerDescriptorHandlerConfig o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.assembly111.ContainerDescriptorHandlerConfig instance by copying a given instance. |
|
| Method Summary | |
|---|---|
ContainerDescriptorHandlerConfig |
clone()
Creates and returns a copy of this object. |
ContainerDescriptorHandlerConfig.Configuration |
getConfiguration()
Gets the value of the configuration property. |
String |
getHandlerName()
Gets the value of the handlerName property. |
void |
setConfiguration(ContainerDescriptorHandlerConfig.Configuration value)
Sets the value of the configuration property. |
void |
setHandlerName(String value)
Sets the value of the handlerName property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String handlerName
protected ContainerDescriptorHandlerConfig.Configuration configuration
| Constructor Detail |
|---|
public ContainerDescriptorHandlerConfig()
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.assembly111.ContainerDescriptorHandlerConfig instance.
public ContainerDescriptorHandlerConfig(ContainerDescriptorHandlerConfig o)
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.assembly111.ContainerDescriptorHandlerConfig instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getHandlerName()
Stringpublic void setHandlerName(String value)
value - allowed object is
Stringpublic ContainerDescriptorHandlerConfig.Configuration getConfiguration()
ContainerDescriptorHandlerConfig.Configurationpublic void setConfiguration(ContainerDescriptorHandlerConfig.Configuration value)
value - allowed object is
ContainerDescriptorHandlerConfig.Configurationpublic ContainerDescriptorHandlerConfig clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||