public abstract class DefaultFormatBase<T extends net.thevpc.nuts.NutsFormat> extends DefaultFormatBase0<T> implements net.thevpc.nuts.NutsFormat
| Constructor and Description |
|---|
DefaultFormatBase(net.thevpc.nuts.NutsWorkspace ws,
String name) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NutsString |
format() |
net.thevpc.nuts.NutsPrintStream |
getValidPrintStream() |
net.thevpc.nuts.NutsPrintStream |
getValidPrintStream(net.thevpc.nuts.NutsPrintStream out) |
void |
print() |
void |
print(File file) |
abstract void |
print(net.thevpc.nuts.NutsPrintStream out) |
void |
print(net.thevpc.nuts.NutsSessionTerminal terminal) |
void |
print(OutputStream out) |
void |
print(Path path) |
void |
print(Writer out) |
void |
println() |
void |
println(File file) |
void |
println(net.thevpc.nuts.NutsPrintStream out) |
void |
println(net.thevpc.nuts.NutsSessionTerminal terminal) |
void |
println(OutputStream out) |
void |
println(Path path) |
void |
println(Writer w) |
String |
toString() |
checkSession, configure, configure, getName, getSession, getWorkspace, isNtf, setNtf, setSessionclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic DefaultFormatBase(net.thevpc.nuts.NutsWorkspace ws,
String name)
public net.thevpc.nuts.NutsPrintStream getValidPrintStream(net.thevpc.nuts.NutsPrintStream out)
getValidPrintStream in class DefaultFormatBase0<T extends net.thevpc.nuts.NutsFormat>public net.thevpc.nuts.NutsPrintStream getValidPrintStream()
getValidPrintStream in class DefaultFormatBase0<T extends net.thevpc.nuts.NutsFormat>public net.thevpc.nuts.NutsString format()
format in interface net.thevpc.nuts.NutsFormatpublic void print()
print in interface net.thevpc.nuts.NutsFormatpublic void println()
println in interface net.thevpc.nuts.NutsFormatpublic abstract void print(net.thevpc.nuts.NutsPrintStream out)
print in interface net.thevpc.nuts.NutsFormatpublic void print(Writer out)
print in interface net.thevpc.nuts.NutsFormatpublic void print(OutputStream out)
print in interface net.thevpc.nuts.NutsFormatpublic void print(Path path)
print in interface net.thevpc.nuts.NutsFormatpublic void print(File file)
print in interface net.thevpc.nuts.NutsFormatpublic void print(net.thevpc.nuts.NutsSessionTerminal terminal)
print in interface net.thevpc.nuts.NutsFormatpublic void println(Writer w)
println in interface net.thevpc.nuts.NutsFormatpublic void println(OutputStream out)
println in interface net.thevpc.nuts.NutsFormatpublic void println(net.thevpc.nuts.NutsPrintStream out)
println in interface net.thevpc.nuts.NutsFormatpublic void println(Path path)
println in interface net.thevpc.nuts.NutsFormatpublic void println(net.thevpc.nuts.NutsSessionTerminal terminal)
println in interface net.thevpc.nuts.NutsFormatpublic void println(File file)
println in interface net.thevpc.nuts.NutsFormatCopyright © 2021 vpc open source initiative. All rights reserved.