|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface 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 interface |
ContainerDescriptorHandlerConfig.Configuration
Java class for anonymous complex type. |
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
String getHandlerName()
Stringvoid setHandlerName(String value)
value - allowed object is
StringContainerDescriptorHandlerConfig.Configuration getConfiguration()
ContainerDescriptorHandlerConfig.Configurationvoid setConfiguration(ContainerDescriptorHandlerConfig.Configuration value)
value - allowed object is
ContainerDescriptorHandlerConfig.Configuration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||