public interface ChainWriter extends Closeable, Flushable
| Modifier and Type | Method and Description |
|---|---|
String[] |
getExcludes() |
String[] |
getIncludes() |
String |
getPath() |
void |
setExcludes(String[] excludes) |
void |
setIncludes(String[] includes) |
void |
setPath(String path) |
void |
write(Object n,
VisitorContext vc) |
String getPath()
void setPath(String path)
void setExcludes(String[] excludes)
String[] getExcludes()
void setIncludes(String[] includes)
String[] getIncludes()
void write(Object n, VisitorContext vc) throws Exception
ExceptionCopyright © 2015. All rights reserved.