com.sun.enterprise.admin.util
Class LineTokenReplacer

java.lang.Object
  extended by com.sun.enterprise.admin.util.LineTokenReplacer

public final class LineTokenReplacer
extends Object


Constructor Summary
LineTokenReplacer(TokenValueSet tokens)
           
LineTokenReplacer(TokenValueSet tokens, String charset)
          Creates a new instance of TokenReplacer
 
Method Summary
 void replace(File inputFile, File outputFile)
           
 void replace(String inputFileName, String outputFileName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineTokenReplacer

public LineTokenReplacer(TokenValueSet tokens)

LineTokenReplacer

public LineTokenReplacer(TokenValueSet tokens,
                         String charset)
Creates a new instance of TokenReplacer

Method Detail

replace

public void replace(File inputFile,
                    File outputFile)

replace

public void replace(String inputFileName,
                    String outputFileName)


Copyright © 2012. All Rights Reserved.