|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.collections.valueclass.maven.assembly111.UnpackOptions
public class UnpackOptions
Specifies options for including/excluding/filtering items extracted from an archive. (Since 2.2)
Java class for UnpackOptions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UnpackOptions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="includes" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="include" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="excludes" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="exclude" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="filtered" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
UnpackOptions.Excludes
Java class for anonymous complex type. |
static class |
UnpackOptions.Includes
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected UnpackOptions.Excludes |
excludes
|
protected Boolean |
filtered
|
protected UnpackOptions.Includes |
includes
|
| Constructor Summary | |
|---|---|
UnpackOptions()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.maven.assembly111.UnpackOptions instance. |
|
UnpackOptions(UnpackOptions o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.maven.assembly111.UnpackOptions instance by copying a given instance. |
|
| Method Summary | |
|---|---|
UnpackOptions |
clone()
Creates and returns a copy of this object. |
UnpackOptions.Excludes |
getExcludes()
Gets the value of the excludes property. |
UnpackOptions.Includes |
getIncludes()
Gets the value of the includes property. |
Boolean |
isFiltered()
Gets the value of the filtered property. |
void |
setExcludes(UnpackOptions.Excludes value)
Sets the value of the excludes property. |
void |
setFiltered(Boolean value)
Sets the value of the filtered property. |
void |
setIncludes(UnpackOptions.Includes value)
Sets the value of the includes property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected UnpackOptions.Includes includes
protected UnpackOptions.Excludes excludes
protected Boolean filtered
| Constructor Detail |
|---|
public UnpackOptions()
net.sourceforge.ccxjc.it.model.priv.collections.valueclass.maven.assembly111.UnpackOptions instance.
public UnpackOptions(UnpackOptions o)
net.sourceforge.ccxjc.it.model.priv.collections.valueclass.maven.assembly111.UnpackOptions instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public UnpackOptions.Includes getIncludes()
UnpackOptions.Includespublic void setIncludes(UnpackOptions.Includes value)
value - allowed object is
UnpackOptions.Includespublic UnpackOptions.Excludes getExcludes()
UnpackOptions.Excludespublic void setExcludes(UnpackOptions.Excludes value)
value - allowed object is
UnpackOptions.Excludespublic Boolean isFiltered()
Booleanpublic void setFiltered(Boolean value)
value - allowed object is
Booleanpublic UnpackOptions clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||