public class Files
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="sourceFilenameMask" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="targetFilenamePattern" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="sourceEncoding" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="targetEncoding" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
sourceEncoding |
protected java.lang.String |
sourceFilenameMask |
protected java.lang.String |
targetEncoding |
protected java.lang.String |
targetFilenamePattern |
Constructor and Description |
---|
Files() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSourceEncoding()
Gets the value of the sourceEncoding property.
|
java.lang.String |
getSourceFilenameMask()
Gets the value of the sourceFilenameMask property.
|
java.lang.String |
getTargetEncoding()
Gets the value of the targetEncoding property.
|
java.lang.String |
getTargetFilenamePattern()
Gets the value of the targetFilenamePattern property.
|
void |
setSourceEncoding(java.lang.String value)
Sets the value of the sourceEncoding property.
|
void |
setSourceFilenameMask(java.lang.String value)
Sets the value of the sourceFilenameMask property.
|
void |
setTargetEncoding(java.lang.String value)
Sets the value of the targetEncoding property.
|
void |
setTargetFilenamePattern(java.lang.String value)
Sets the value of the targetFilenamePattern property.
|
protected java.lang.String sourceFilenameMask
protected java.lang.String targetFilenamePattern
protected java.lang.String sourceEncoding
protected java.lang.String targetEncoding
public java.lang.String getSourceFilenameMask()
String
public void setSourceFilenameMask(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTargetFilenamePattern()
String
public void setTargetFilenamePattern(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSourceEncoding()
String
public void setSourceEncoding(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTargetEncoding()
String
public void setTargetEncoding(java.lang.String value)
value
- allowed object is
String