Methods
(static) default(parameters) → {Promise.<undefined>}
- Description:
- Task to escape non ascii characters in properties files resources.
- Source:
Parameters:
Name |
Type |
Description |
parameters |
object
|
Parameters
Properties
Name |
Type |
Description |
workspace |
@ui5/fs/DuplexCollection
|
DuplexCollection to read and write files |
options |
object
|
Options
Properties
Name |
Type |
Description |
pattern |
string
|
Glob pattern to locate the files to be processed |
encoding |
string
|
source file encoding either "UTF-8" or "ISO-8859-1" |
|
|
Returns:
Promise resolving with undefined
once data has been written
-
Type
-
Promise.<undefined>