Subclasses of FileWriting in uk.org.ogsadai.client.toolkit.activity.files |
class |
FileAppend
A file writing activity which appends data to the end of a file
or to the end of each line. |
class |
FileDelete
A file writing activity which deletes data matching a regular
expression from a file or from each line in a file. |
class |
FileInsert
A file writing activity which inserts data at a particular
offset of the entire file or each line. |
class |
FileReplace
A file writing activity which replaces data matching a regular
expression from a file or from each line in a file. |