Class FileSubstitutionHandler

    • Field Detail

      • LOGGER

        protected static final Logger LOGGER
      • reader

        protected Reader reader
        A Reader to read the character stream from input file.
      • writer

        protected Writer writer
        A Writer to write the character stream to the output file.
      • inputFile

        protected File inputFile
        Input file.
    • Method Detail

      • getName

        public String getName()
        Description copied from interface: Substitutable
        Gets the processing entity name on which string substitution operation is carrying on.
        Specified by:
        getName in interface Substitutable
        Returns:
        Name of the entity.
      • finish

        public void finish()
        Description copied from interface: Substitutable
        Called at the completion of the substitution process to perform post operation. For e.g closing of reader/writer, cleaning of the temporary data... etc.
        Specified by:
        finish in interface Substitutable