|
|
@@ -155,4 +155,14 @@ public abstract class AbstractScriptComponent extends ProjectComponent { |
|
|
|
public void setSetBeans(boolean setBeans) { |
|
|
|
helper.setSetBeans(setBeans); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* Set the encoding of the script from an external file ; optional. |
|
|
|
* |
|
|
|
* @param encoding the encoding of the file containing the script source. |
|
|
|
* @since Ant 1.10.2 |
|
|
|
*/ |
|
|
|
public void setEncoding(String encoding) { |
|
|
|
helper.setEncoding(encoding); |
|
|
|
} |
|
|
|
} |