|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface 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 interface |
UnpackOptions.Excludes
Java class for anonymous complex type. |
static interface |
UnpackOptions.Includes
Java class for anonymous complex type. |
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
UnpackOptions.Includes getIncludes()
UnpackOptions.Includesvoid setIncludes(UnpackOptions.Includes value)
value - allowed object is
UnpackOptions.IncludesUnpackOptions.Excludes getExcludes()
UnpackOptions.Excludesvoid setExcludes(UnpackOptions.Excludes value)
value - allowed object is
UnpackOptions.ExcludesBoolean isFiltered()
Booleanvoid setFiltered(Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||