| |
|
| java.lang.Object java.lang.Thread com.tc.util.StringReplace
StringReplace | final public class StringReplace extends Thread (Code) | | A small app that does a simple substring search and replace. It takes its input from the stdin and sends the result to stdout.
The strings to search and replaced for is passed as a parameter.
Sets the exit code to 1 if any error occurs, otherwise the exit code is set to 0.
|
finalize | protected void finalize()(Code) | | |
|
|
|