aQute.libg.sed
Class Sed

java.lang.Object
  extended by aQute.libg.sed.Sed

public class Sed
extends Object


Constructor Summary
Sed(File file)
           
Sed(Replacer macro, File file)
           
 
Method Summary
 int doIt()
           
 void replace(String pattern, String replacement)
           
 void setBackup(boolean b)
           
 void setOutput(File f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sed

public Sed(Replacer macro,
           File file)

Sed

public Sed(File file)
Method Detail

setOutput

public void setOutput(File f)

replace

public void replace(String pattern,
                    String replacement)

doIt

public int doIt()
         throws IOException
Throws:
IOException

setBackup

public void setBackup(boolean b)


Copyright © 2014 aQute SARL. All rights reserved.