public class SourceFilterPatterns extends Object
Java class for SourceFilterPatterns complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SourceFilterPatterns">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ExcludeFilesPatterns" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ExcludeFoldersPatterns" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
excludeFilesPatterns |
protected String |
excludeFoldersPatterns |
| Constructor and Description |
|---|
SourceFilterPatterns() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExcludeFilesPatterns()
Gets the value of the excludeFilesPatterns property.
|
String |
getExcludeFoldersPatterns()
Gets the value of the excludeFoldersPatterns property.
|
void |
setExcludeFilesPatterns(String value)
Sets the value of the excludeFilesPatterns property.
|
void |
setExcludeFoldersPatterns(String value)
Sets the value of the excludeFoldersPatterns property.
|
protected String excludeFilesPatterns
protected String excludeFoldersPatterns
public String getExcludeFilesPatterns()
Stringpublic void setExcludeFilesPatterns(String value)
value - allowed object is
Stringpublic String getExcludeFoldersPatterns()
StringCopyright © 2020. All rights reserved.