All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
NPath |
createAnyTempFile(String name,
boolean folder,
NPath rootFolder) |
NTerminal |
createInMemoryTerminal() |
NTerminal |
createInMemoryTerminal(boolean mergeErr) |
NPath |
createPath(File path) |
NPath |
createPath(NPathSPI path) |
NPath |
createPath(Path path) |
NPath |
createPath(String path) |
NPath |
createPath(String path,
ClassLoader classLoader) |
NPath |
createPath(URL path) |
<T> NAsk<T> |
createQuestion() |
<T> NAsk<T> |
createQuestion(NTerminal terminal) |
NTerminal |
createTerminal() |
NTerminal |
createTerminal(InputStream in,
NPrintStream out,
NPrintStream err) |
NTerminal |
createTerminal(NTerminal terminal) |
NTextCursorTracker |
createTextCursorTracker() |
NTextCursorTracker |
createTextCursorTracker(int tabSize,
int maxRewindDepth) |
void |
enableRichTerm() |
NPath |
getStoreLocation(NStoreKey key) |
NInputSource |
ofEmptyInputSource() |
NMemoryPrintStream |
ofInMemoryPrintStream() |
NMemoryPrintStream |
ofInMemoryPrintStream(NTerminalMode mode) |
NInputSource |
ofInputSource(byte[] bytes) |
NInputSource |
ofInputSource(byte[] inputStream,
NContentMetadata metadata) |
NInputSource |
ofInputSource(InputStream inputStream) |
NInputSource |
ofInputSource(InputStream inputStream,
NContentMetadata metadata) |
NInputSource |
ofInputSource(NInputStreamProvider inputStream) |
NInputSource |
ofInputSource(NInputStreamProvider inputStreamProvider,
NContentMetadata metadata) |
NInputSource |
ofInputSource(NReaderProvider readerProvider,
NContentMetadata metadata) |
NInputSource |
ofInputSource(Reader inputStream) |
NInputSource |
ofInputSource(Reader inputStream,
NContentMetadata metadata) |
NInputSourceBuilder |
ofInputSourceBuilder(InputStream inputStream) |
NInterruptible<InputStream> |
ofInterruptible(InputStream base) |
NInputSource |
ofMultiRead(NInputSource source) |
NNonBlockingInputStream |
ofNonBlockingInputStream(InputStream base) |
NPrintStream |
ofNullPrintStream() |
NOptional<NPath> |
ofOrigin(Class<?> clazz) |
List<NPath> |
ofOrigins(Class<?> clazz) |
NOutputStreamBuilder |
ofOutputStreamBuilder(OutputStream base) |
NOutputTarget |
ofOutputTarget(OutputStream outputStream) |
NOutputTarget |
ofOutputTarget(OutputStream outputStream,
NContentMetadata metadata) |
NOutputTarget |
ofOutputTarget(Writer writer) |
NOutputTarget |
ofOutputTarget(Writer writer,
NContentMetadata metadata) |
NPrintStream |
ofPrintStream(NPath out) |
NPrintStream |
ofPrintStream(OutputStream out) |
NPrintStream |
ofPrintStream(OutputStream out,
NTerminalMode mode) |
NPrintStream |
ofPrintStream(OutputStream out,
NTerminalMode expectedMode,
NSystemTerminalBase term) |
NPrintStream |
ofPrintStream(Writer out) |
NPrintStream |
ofPrintStream(Writer out,
NTerminalMode mode) |
NPrintStream |
ofPrintStream(Writer out,
NTerminalMode mode,
NSystemTerminalBase terminal) |
NPath |
ofTempFile() |
NPath |
ofTempFile(String name) |
NPath |
ofTempFolder() |
NPath |
ofTempFolder(String name) |
NPath |
ofTempIdFile(NId repository) |
NPath |
ofTempIdFile(String name,
NId repository) |
NPath |
ofTempIdFolder(NId repository) |
NPath |
ofTempIdFolder(String name,
NId repository) |
NPath |
ofTempRepositoryFile(NRepository repository) |
NPath |
ofTempRepositoryFile(String name,
NRepository repository) |
NPath |
ofTempRepositoryFolder(NRepository repository) |
NPath |
ofTempRepositoryFolder(String name,
NRepository repository) |
List<NExecutionEntry> |
parseExecutionEntries(InputStream inputStream,
String type,
String sourceName) |
List<NExecutionEntry> |
parseExecutionEntries(NPath file) |
NOptional<NId> |
resolveId(Class<?> clazz) |
NOptional<NId> |
resolveId(NPath path) |
List<NId> |
resolveIds(Class<?> clazz) |
List<NId> |
resolveIds(NPath path) |