org.openjena.atlas.iterator
Class ActionPrint<T extends Printable>

java.lang.Object
  extended by org.openjena.atlas.iterator.ActionPrint<T>
All Implemented Interfaces:
Action<T>

public class ActionPrint<T extends Printable>
extends Object
implements Action<T>


Constructor Summary
ActionPrint(IndentedWriter out)
           
ActionPrint(IndentedWriter out, String sep)
           
 
Method Summary
 void apply(Printable item)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionPrint

public ActionPrint(IndentedWriter out,
                   String sep)

ActionPrint

public ActionPrint(IndentedWriter out)
Method Detail

apply

public void apply(Printable item)
Specified by:
apply in interface Action<T extends Printable>


Licenced under the Apache License, Version 2.0