Package gen.core.filters
Class Files
java.lang.Object
gen.core.filters.Files
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>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the sourceEncoding property.Gets the value of the sourceFilenameMask property.Gets the value of the targetEncoding property.Gets the value of the targetFilenamePattern property.voidsetSourceEncoding(String value) Sets the value of the sourceEncoding property.voidsetSourceFilenameMask(String value) Sets the value of the sourceFilenameMask property.voidsetTargetEncoding(String value) Sets the value of the targetEncoding property.voidsetTargetFilenamePattern(String value) Sets the value of the targetFilenamePattern property.
-
Constructor Details
-
Files
public Files()
-
-
Method Details
-
getSourceFilenameMask
Gets the value of the sourceFilenameMask property.- Returns:
- possible object is
String
-
setSourceFilenameMask
Sets the value of the sourceFilenameMask property.- Parameters:
value- allowed object isString
-
getTargetFilenamePattern
Gets the value of the targetFilenamePattern property.- Returns:
- possible object is
String
-
setTargetFilenamePattern
Sets the value of the targetFilenamePattern property.- Parameters:
value- allowed object isString
-
getSourceEncoding
Gets the value of the sourceEncoding property.- Returns:
- possible object is
String
-
setSourceEncoding
Sets the value of the sourceEncoding property.- Parameters:
value- allowed object isString
-
getTargetEncoding
Gets the value of the targetEncoding property.- Returns:
- possible object is
String
-
setTargetEncoding
Sets the value of the targetEncoding property.- Parameters:
value- allowed object isString
-