public class Source
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
Source() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEncoding()
Get the encoding to be used when reading/writing this file.
|
java.lang.String |
getFile()
Get the source file.
|
void |
setEncoding(java.lang.String encoding)
Set the encoding to be used when reading/writing this file.
|
void |
setFile(java.lang.String file)
Set the source file.
|
public java.lang.String getEncoding()
.properties
public java.lang.String getFile()
public void setEncoding(java.lang.String encoding)
.properties
encoding
- public void setFile(java.lang.String file)
file
- Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.