Last update: 2011-06-23

org.proteios.install
Class Replace

java.lang.Object
  extended by org.proteios.install.Replace

public class Replace
extends Object

Usage: Replace infile outfile KEY=VALUE, KEY1=VALUE1, ..., KEY?=VALUE? Replace all occurrences of KEY in 'infile' with VALUE and outputs result in 'outfile'


Constructor Summary
Replace()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Replace

public Replace()
Method Detail

main

public static void main(String[] args)

Last update: 2011-06-23