Package | Description |
---|---|
gnu.expr |
Supports
Expression ,
and various related classes need to compile programming languages. |
gnu.jemacs.buffer |
Provides various building blocks for building an Emacs-like text editor.
|
gnu.kawa.models | |
gnu.kawa.servlet | |
gnu.kawa.xml | |
gnu.mapping |
Supports
Procedure ,
and various related classes needed at run-time by dynamically typed
languages (such as Scheme and ECMAScript). |
gnu.text |
Supports various utility classes
for formatting, parsing, and manipulating text (strings).
|
gnu.xml |
Utilities for working with XML.
|
kawa |
Modifier and Type | Method and Description |
---|---|
static Path |
ModuleInfo.absPath(java.lang.String path) |
Path |
ModuleInfo.getSourceAbsPath() |
Modifier and Type | Method and Description |
---|---|
ModuleInfo |
ModuleManager.findWithSourcePath(Path sourceAbsPath,
java.lang.String sourcePath) |
void |
ModuleInfo.setSourceAbsPath(Path path) |
Modifier and Type | Method and Description |
---|---|
Path |
Buffer.getPath() |
Modifier and Type | Method and Description |
---|---|
void |
Buffer.setPath(Path path) |
Constructor and Description |
---|
BufferReader(CharBuffer content,
Path path,
int start,
int count) |
Modifier and Type | Method and Description |
---|---|
Path |
DrawImage.getSrc() |
Modifier and Type | Method and Description |
---|---|
void |
DrawImage.setSrc(Path src) |
Constructor and Description |
---|
KawaHttpHandler(Path resourceRoot) |
Modifier and Type | Method and Description |
---|---|
Path |
KNode.baseURI() |
Modifier and Type | Method and Description |
---|---|
static KDocument |
Document.parseCached(Path uri) |
static void |
WriteTo.writeTo(java.lang.Object value,
Path ppath,
java.io.OutputStream outs) |
Modifier and Type | Method and Description |
---|---|
static InPort |
InPort.openFile(java.io.InputStream strm,
Path path) |
static InPort |
InPort.openFile(java.io.InputStream strm,
Path path,
java.lang.Object conv) |
Constructor and Description |
---|
BinaryInPort(byte[] buffer,
int length,
Path path) |
BinaryInPort(java.io.InputStream strm,
Path path) |
BinaryOutPort(java.io.OutputStream strm,
Path path) |
InPort(java.io.InputStream in,
Path path) |
InPort(java.io.Reader in,
Path path) |
OutPort(java.io.OutputStream out,
Path path) |
OutPort(java.io.Writer base,
boolean printPretty,
boolean autoflush,
Path path) |
OutPort(java.io.Writer base,
boolean autoflush,
Path path) |
OutPort(java.io.Writer base,
Path path) |
TtyInPort(java.io.InputStream in,
Path name,
OutPort tie) |
TtyInPort(java.io.Reader in,
Path name,
OutPort tie) |
Modifier and Type | Class and Description |
---|---|
class |
FilePath
A wrapper around a
java.io.File that extends Path . |
class |
URIPath
A Path that wraps a URI.
|
class |
URLPath
A Path that wraps a URL.
|
Modifier and Type | Field and Description |
---|---|
static Path |
Path.defaultPath |
Modifier and Type | Method and Description |
---|---|
static Path |
Path.coerceToPathOrNull(java.lang.Object path) |
static Path |
Path.currentPath() |
Path |
Path.getAbsolute() |
Path |
FilePath.getCanonical() |
Path |
URIPath.getCanonical() |
Path |
Path.getCanonical() |
Path |
Path.getDirectory() |
Path |
Path.getParent() |
Path |
LineBufferedReader.getPath() |
Path |
Path.resolve(Path relative) |
Path |
FilePath.resolve(java.lang.String relative) |
Path |
URIPath.resolve(java.lang.String rstr) |
Path |
URLPath.resolve(java.lang.String relative) |
abstract Path |
Path.resolve(java.lang.String relative) |
static Path |
Path.valueOf(java.lang.Object arg) |
Modifier and Type | Method and Description |
---|---|
Path |
Path.resolve(Path relative) |
static void |
Path.setCurrentPath(Path path) |
void |
LineBufferedReader.setPath(Path path) |
Modifier and Type | Method and Description |
---|---|
Path |
NodeTree.baseUriOfPos(int pos,
boolean resolveRelative)
Return of the base-uri property, if known, of the node at pos.
|
Constructor and Description |
---|
XMLPrinter(java.io.OutputStream out,
Path path) |
Modifier and Type | Method and Description |
---|---|
static CompiledModule |
Shell.checkCompiledZip(java.io.InputStream fs,
Path path,
Environment env,
Language language) |
static boolean |
Shell.runFile(java.io.InputStream fs,
Path path,
Environment env,
boolean lineByLine,
int skipLines) |