Class FileSubstitutionHandler

    • Field Detail

      • _logger

        protected static final Logger _logger
      • _strings

        protected static final com.sun.enterprise.universal.i18n.LocalStringsImpl _strings
      • _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