| 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.apache.lenya.util.SED
public class SED
Similar to the UNIX sed
| Constructor Summary | |
|---|---|
SED()
 | 
|
| Method Summary | |
|---|---|
static void | 
main(java.lang.String[] args)
Command Line Interface  | 
static void | 
replaceAll(java.io.File file,
           java.lang.String substitute,
           java.lang.String substituteReplacement)
Substitute prefix, e.g. ".  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public SED()
| Method Detail | 
|---|
public static void main(java.lang.String[] args)
args - DOCUMENT ME!
public static void replaceAll(java.io.File file,
                              java.lang.String substitute,
                              java.lang.String substituteReplacement)
                       throws java.io.IOException
file - File which sed shall be appliedprefixSubstitute - Prefix which shall be replacedsubstituteReplacement - Prefix which is going to replace the original
java.io.IOException - DOCUMENT ME!
  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||