public class DefaultNIORPI extends Object implements net.thevpc.nuts.reserved.rpi.NIORPI
| Modifier and Type | Field and Description |
|---|---|
DefaultNBootModel |
bootModel |
DefaultNWorkspaceConfigModel |
cmodel |
| Constructor and Description |
|---|
DefaultNIORPI(net.thevpc.nuts.NWorkspace workspace) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.io.NTerminal |
createInMemoryTerminal() |
net.thevpc.nuts.io.NTerminal |
createInMemoryTerminal(boolean mergeErr) |
<T> net.thevpc.nuts.util.NAsk<T> |
createQuestion() |
<T> net.thevpc.nuts.util.NAsk<T> |
createQuestion(net.thevpc.nuts.io.NTerminal terminal) |
net.thevpc.nuts.io.NTerminal |
createTerminal() |
net.thevpc.nuts.io.NTerminal |
createTerminal(InputStream in,
net.thevpc.nuts.io.NPrintStream out,
net.thevpc.nuts.io.NPrintStream err) |
net.thevpc.nuts.io.NTerminal |
createTerminal(net.thevpc.nuts.io.NTerminal terminal) |
void |
enableRichTerm() |
net.thevpc.nuts.io.NInputSource |
ofEmptyInputSource() |
net.thevpc.nuts.io.NMemoryPrintStream |
ofInMemoryPrintStream() |
net.thevpc.nuts.io.NMemoryPrintStream |
ofInMemoryPrintStream(net.thevpc.nuts.io.NTerminalMode mode) |
net.thevpc.nuts.io.NInputSource |
ofInputSource(byte[] bytes) |
net.thevpc.nuts.io.NInputSource |
ofInputSource(byte[] inputStream,
net.thevpc.nuts.io.NContentMetadata metadata) |
net.thevpc.nuts.io.NInputSource |
ofInputSource(InputStream inputStream) |
net.thevpc.nuts.io.NInputSource |
ofInputSource(InputStream inputStream,
net.thevpc.nuts.io.NContentMetadata metadata) |
net.thevpc.nuts.io.NInputSource |
ofInputSource(net.thevpc.nuts.io.NInputStreamProvider inputStream) |
net.thevpc.nuts.io.NInputSource |
ofInputSource(net.thevpc.nuts.io.NInputStreamProvider inputStreamProvider,
net.thevpc.nuts.io.NContentMetadata metadata) |
net.thevpc.nuts.io.NInputSource |
ofInputSource(net.thevpc.nuts.io.NReaderProvider readerProvider,
net.thevpc.nuts.io.NContentMetadata metadata) |
net.thevpc.nuts.io.NInputSource |
ofInputSource(Reader inputStream) |
net.thevpc.nuts.io.NInputSource |
ofInputSource(Reader inputStream,
net.thevpc.nuts.io.NContentMetadata metadata) |
net.thevpc.nuts.io.NInputSourceBuilder |
ofInputSourceBuilder(InputStream inputStream) |
net.thevpc.nuts.io.NInterruptible<InputStream> |
ofInterruptible(InputStream base) |
net.thevpc.nuts.io.NInputSource |
ofMultiRead(net.thevpc.nuts.io.NInputSource source) |
net.thevpc.nuts.io.NNonBlockingInputStream |
ofNonBlockingInputStream(InputStream base) |
net.thevpc.nuts.io.NPrintStream |
ofNullPrintStream() |
net.thevpc.nuts.io.NOutputStreamBuilder |
ofOutputStreamBuilder(OutputStream base) |
net.thevpc.nuts.io.NOutputTarget |
ofOutputTarget(OutputStream outputStream) |
net.thevpc.nuts.io.NOutputTarget |
ofOutputTarget(OutputStream outputStream,
net.thevpc.nuts.io.NContentMetadata metadata) |
net.thevpc.nuts.io.NOutputTarget |
ofOutputTarget(Writer writer) |
net.thevpc.nuts.io.NOutputTarget |
ofOutputTarget(Writer writer,
net.thevpc.nuts.io.NContentMetadata metadata) |
net.thevpc.nuts.io.NPrintStream |
ofPrintStream(net.thevpc.nuts.io.NPath out) |
net.thevpc.nuts.io.NPrintStream |
ofPrintStream(OutputStream out) |
net.thevpc.nuts.io.NPrintStream |
ofPrintStream(OutputStream out,
net.thevpc.nuts.io.NTerminalMode mode) |
net.thevpc.nuts.io.NPrintStream |
ofPrintStream(OutputStream out,
net.thevpc.nuts.io.NTerminalMode expectedMode,
net.thevpc.nuts.spi.NSystemTerminalBase term) |
net.thevpc.nuts.io.NPrintStream |
ofPrintStream(Writer out) |
net.thevpc.nuts.io.NPrintStream |
ofPrintStream(Writer out,
net.thevpc.nuts.io.NTerminalMode mode) |
net.thevpc.nuts.io.NPrintStream |
ofPrintStream(Writer out,
net.thevpc.nuts.io.NTerminalMode mode,
net.thevpc.nuts.spi.NSystemTerminalBase terminal) |
List<net.thevpc.nuts.NExecutionEntry> |
parseExecutionEntries(InputStream inputStream,
String type,
String sourceName) |
List<net.thevpc.nuts.NExecutionEntry> |
parseExecutionEntries(net.thevpc.nuts.io.NPath file) |
public DefaultNWorkspaceConfigModel cmodel
public DefaultNBootModel bootModel
public <T> net.thevpc.nuts.util.NAsk<T> createQuestion()
createQuestion in interface net.thevpc.nuts.reserved.rpi.NIORPIpublic <T> net.thevpc.nuts.util.NAsk<T> createQuestion(net.thevpc.nuts.io.NTerminal terminal)
createQuestion in interface net.thevpc.nuts.reserved.rpi.NIORPIpublic net.thevpc.nuts.io.NMemoryPrintStream ofInMemoryPrintStream()
ofInMemoryPrintStream in interface net.thevpc.nuts.reserved.rpi.NIORPIpublic net.thevpc.nuts.io.NMemoryPrintStream ofInMemoryPrintStream(net.thevpc.nuts.io.NTerminalMode mode)
ofInMemoryPrintStream in interface net.thevpc.nuts.reserved.rpi.NIORPIpublic net.thevpc.nuts.io.NPrintStream ofPrintStream(OutputStream out, net.thevpc.nuts.io.NTerminalMode expectedMode, net.thevpc.nuts.spi.NSystemTerminalBase term)
ofPrintStream in interface net.thevpc.nuts.reserved.rpi.NIORPIpublic net.thevpc.nuts.io.NPrintStream ofPrintStream(OutputStream out)
ofPrintStream in interface net.thevpc.nuts.reserved.rpi.NIORPIpublic net.thevpc.nuts.io.NPrintStream ofPrintStream(Writer out, net.thevpc.nuts.io.NTerminalMode mode)
ofPrintStream in interface net.thevpc.nuts.reserved.rpi.NIORPIpublic net.thevpc.nuts.io.NPrintStream ofPrintStream(OutputStream out, net.thevpc.nuts.io.NTerminalMode mode)
ofPrintStream in interface net.thevpc.nuts.reserved.rpi.NIORPIpublic net.thevpc.nuts.io.NPrintStream ofPrintStream(Writer out, net.thevpc.nuts.io.NTerminalMode mode, net.thevpc.nuts.spi.NSystemTerminalBase terminal)
ofPrintStream in interface net.thevpc.nuts.reserved.rpi.NIORPIpublic net.thevpc.nuts.io.NPrintStream ofPrintStream(Writer out)
ofPrintStream in interface net.thevpc.nuts.reserved.rpi.NIORPIpublic net.thevpc.nuts.io.NPrintStream ofPrintStream(net.thevpc.nuts.io.NPath out)
ofPrintStream in interface net.thevpc.nuts.reserved.rpi.NIORPIpublic net.thevpc.nuts.io.NPrintStream ofNullPrintStream()
ofNullPrintStream in interface net.thevpc.nuts.reserved.rpi.NIORPIpublic net.thevpc.nuts.io.NInputSource ofInputSource(InputStream inputStream)
ofInputSource in interface net.thevpc.nuts.reserved.rpi.NIORPIpublic net.thevpc.nuts.io.NInputSource ofInputSource(Reader inputStream, net.thevpc.nuts.io.NContentMetadata metadata)
ofInputSource in interface net.thevpc.nuts.reserved.rpi.NIORPIpublic net.thevpc.nuts.io.NInputSource ofInputSource(Reader inputStream)
ofInputSource in interface net.thevpc.nuts.reserved.rpi.NIORPIpublic net.thevpc.nuts.io.NInputSource ofInputSource(net.thevpc.nuts.io.NInputStreamProvider inputStream)
ofInputSource in interface net.thevpc.nuts.reserved.rpi.NIORPIpublic net.thevpc.nuts.io.NInputSource ofInputSource(net.thevpc.nuts.io.NInputStreamProvider inputStreamProvider,
net.thevpc.nuts.io.NContentMetadata metadata)
ofInputSource in interface net.thevpc.nuts.reserved.rpi.NIORPIpublic net.thevpc.nuts.io.NInputSource ofInputSource(net.thevpc.nuts.io.NReaderProvider readerProvider,
net.thevpc.nuts.io.NContentMetadata metadata)
ofInputSource in interface net.thevpc.nuts.reserved.rpi.NIORPIpublic net.thevpc.nuts.io.NInputSource ofInputSource(InputStream inputStream, net.thevpc.nuts.io.NContentMetadata metadata)
ofInputSource in interface net.thevpc.nuts.reserved.rpi.NIORPIpublic net.thevpc.nuts.io.NInputSource ofMultiRead(net.thevpc.nuts.io.NInputSource source)
ofMultiRead in interface net.thevpc.nuts.reserved.rpi.NIORPIpublic net.thevpc.nuts.io.NInputSource ofInputSource(byte[] bytes)
ofInputSource in interface net.thevpc.nuts.reserved.rpi.NIORPIpublic net.thevpc.nuts.io.NInputSource ofEmptyInputSource()
ofEmptyInputSource in interface net.thevpc.nuts.reserved.rpi.NIORPIpublic net.thevpc.nuts.io.NInputSource ofInputSource(byte[] inputStream,
net.thevpc.nuts.io.NContentMetadata metadata)
ofInputSource in interface net.thevpc.nuts.reserved.rpi.NIORPIpublic net.thevpc.nuts.io.NOutputTarget ofOutputTarget(OutputStream outputStream)
ofOutputTarget in interface net.thevpc.nuts.reserved.rpi.NIORPIpublic net.thevpc.nuts.io.NOutputTarget ofOutputTarget(OutputStream outputStream, net.thevpc.nuts.io.NContentMetadata metadata)
ofOutputTarget in interface net.thevpc.nuts.reserved.rpi.NIORPIpublic net.thevpc.nuts.io.NOutputTarget ofOutputTarget(Writer writer, net.thevpc.nuts.io.NContentMetadata metadata)
ofOutputTarget in interface net.thevpc.nuts.reserved.rpi.NIORPIpublic net.thevpc.nuts.io.NOutputTarget ofOutputTarget(Writer writer)
ofOutputTarget in interface net.thevpc.nuts.reserved.rpi.NIORPIpublic net.thevpc.nuts.io.NOutputStreamBuilder ofOutputStreamBuilder(OutputStream base)
ofOutputStreamBuilder in interface net.thevpc.nuts.reserved.rpi.NIORPIpublic net.thevpc.nuts.io.NNonBlockingInputStream ofNonBlockingInputStream(InputStream base)
ofNonBlockingInputStream in interface net.thevpc.nuts.reserved.rpi.NIORPIpublic net.thevpc.nuts.io.NInterruptible<InputStream> ofInterruptible(InputStream base)
ofInterruptible in interface net.thevpc.nuts.reserved.rpi.NIORPIpublic net.thevpc.nuts.io.NInputSourceBuilder ofInputSourceBuilder(InputStream inputStream)
ofInputSourceBuilder in interface net.thevpc.nuts.reserved.rpi.NIORPIpublic net.thevpc.nuts.io.NTerminal createTerminal()
createTerminal in interface net.thevpc.nuts.reserved.rpi.NIORPIpublic net.thevpc.nuts.io.NTerminal createTerminal(InputStream in, net.thevpc.nuts.io.NPrintStream out, net.thevpc.nuts.io.NPrintStream err)
createTerminal in interface net.thevpc.nuts.reserved.rpi.NIORPIpublic net.thevpc.nuts.io.NTerminal createTerminal(net.thevpc.nuts.io.NTerminal terminal)
createTerminal in interface net.thevpc.nuts.reserved.rpi.NIORPIpublic net.thevpc.nuts.io.NTerminal createInMemoryTerminal()
createInMemoryTerminal in interface net.thevpc.nuts.reserved.rpi.NIORPIpublic net.thevpc.nuts.io.NTerminal createInMemoryTerminal(boolean mergeErr)
createInMemoryTerminal in interface net.thevpc.nuts.reserved.rpi.NIORPIpublic void enableRichTerm()
enableRichTerm in interface net.thevpc.nuts.reserved.rpi.NIORPIpublic List<net.thevpc.nuts.NExecutionEntry> parseExecutionEntries(net.thevpc.nuts.io.NPath file)
parseExecutionEntries in interface net.thevpc.nuts.reserved.rpi.NIORPIpublic List<net.thevpc.nuts.NExecutionEntry> parseExecutionEntries(InputStream inputStream, String type, String sourceName)
parseExecutionEntries in interface net.thevpc.nuts.reserved.rpi.NIORPICopyright © 2025 vpc open source initiative. All rights reserved.