| Package | Description |
|---|---|
| org.ringojs.engine |
The core scripting engine including the module loader.
|
| org.ringojs.repository |
A framework for unified loading of scripts and other resources.
|
| Modifier and Type | Method and Description |
|---|---|
Trackable |
ModuleScope.getSource() |
Trackable |
RhinoEngine.resolve(String path,
Repository localRoot)
Try to resolve path to a resource or repository relative to a local path,
or the engine's repository path.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RhinoEngine.addToClasspath(Trackable path) |
| Constructor and Description |
|---|
ModuleScope(String moduleId,
Trackable source,
org.mozilla.javascript.Scriptable prototype,
RingoWorker worker) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Repository
Repository represents an abstract container of resources (e.g.
|
interface |
Resource
Resource represents a pointer to some kind of information (code, skin, ...)
from which the content can be fetched
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRepository
Provides common methods and fields for the default implementations of the
repository interface
|
class |
AbstractResource |
class |
FileRepository
Repository implementation for directories providing file resources
|
class |
FileResource |
class |
StringResource |
class |
WebappRepository |
class |
WebappResource |
class |
ZipRepository |
class |
ZipResource |
| Modifier and Type | Method and Description |
|---|---|
Trackable |
Tracker.getSource() |
| Constructor and Description |
|---|
Tracker(Trackable source) |
Copyright © 2016. All rights reserved.