Class Target


  • public class Target
    extends java.lang.Object
    Create an instance of this class to provide the transformation method a container for the result of a transformation.

    When using a set method to set the internal state of a Target object, the most recent set method will unset the effect of any previous set invocation. In other words repeated set method invocations are not cumulative in their effect.

    • Constructor Summary

      Constructors 
      Constructor Description
      Target()  
      Target​(java.io.Writer charStream)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.Writer getWriter()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Target

        public Target()
      • Target

        public Target​(java.io.Writer charStream)
    • Method Detail

      • getWriter

        public java.io.Writer getWriter()
                                 throws java.io.IOException
        Throws:
        java.io.IOException