Package gen.core.filters
Class Files
- java.lang.Object
-
- gen.core.filters.Files
-
public class Files extends java.lang.ObjectJava 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 Constructor Description Files()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetSourceEncoding()Gets the value of the sourceEncoding property.java.lang.StringgetSourceFilenameMask()Gets the value of the sourceFilenameMask property.java.lang.StringgetTargetEncoding()Gets the value of the targetEncoding property.java.lang.StringgetTargetFilenamePattern()Gets the value of the targetFilenamePattern property.voidsetSourceEncoding(java.lang.String value)Sets the value of the sourceEncoding property.voidsetSourceFilenameMask(java.lang.String value)Sets the value of the sourceFilenameMask property.voidsetTargetEncoding(java.lang.String value)Sets the value of the targetEncoding property.voidsetTargetFilenamePattern(java.lang.String value)Sets the value of the targetFilenamePattern property.
-
-
-
Method Detail
-
getSourceFilenameMask
public java.lang.String getSourceFilenameMask()
Gets the value of the sourceFilenameMask property.- Returns:
- possible object is
String
-
setSourceFilenameMask
public void setSourceFilenameMask(java.lang.String value)
Sets the value of the sourceFilenameMask property.- Parameters:
value- allowed object isString
-
getTargetFilenamePattern
public java.lang.String getTargetFilenamePattern()
Gets the value of the targetFilenamePattern property.- Returns:
- possible object is
String
-
setTargetFilenamePattern
public void setTargetFilenamePattern(java.lang.String value)
Sets the value of the targetFilenamePattern property.- Parameters:
value- allowed object isString
-
getSourceEncoding
public java.lang.String getSourceEncoding()
Gets the value of the sourceEncoding property.- Returns:
- possible object is
String
-
setSourceEncoding
public void setSourceEncoding(java.lang.String value)
Sets the value of the sourceEncoding property.- Parameters:
value- allowed object isString
-
getTargetEncoding
public java.lang.String getTargetEncoding()
Gets the value of the targetEncoding property.- Returns:
- possible object is
String
-
setTargetEncoding
public void setTargetEncoding(java.lang.String value)
Sets the value of the targetEncoding property.- Parameters:
value- allowed object isString
-
-