public class ActionPrint<T extends org.apache.jena.atlas.io.Printable> extends Object implements Consumer<T>
| Constructor and Description |
|---|
ActionPrint(org.apache.jena.atlas.io.IndentedWriter out) |
ActionPrint(org.apache.jena.atlas.io.IndentedWriter out,
String sep) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.apache.jena.atlas.io.Printable item) |
public ActionPrint(org.apache.jena.atlas.io.IndentedWriter out, String sep)
public ActionPrint(org.apache.jena.atlas.io.IndentedWriter out)
public void accept(org.apache.jena.atlas.io.Printable item)
accept in interface Consumer<T extends org.apache.jena.atlas.io.Printable>Licenced under the Apache License, Version 2.0