Package com.adaptris.transform.ff
Class Target
- java.lang.Object
-
- com.adaptris.transform.ff.Target
-
public class Target extends java.lang.ObjectCreate 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
Targetobject, 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.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.WritergetWriter()
-