| Package | Description |
|---|---|
| org.scribble.cli | |
| org.scribble.context | |
| org.scribble.parser | |
| org.scribble.resources |
| Modifier and Type | Method and Description |
|---|---|
protected Resource |
CommandLine.getResource(String moduleName)
This method returns the resource associated with the supplied
module name.
|
| Modifier and Type | Method and Description |
|---|---|
protected Module |
CommandLine.loadModule(Resource resource)
This method determines whether the module associated with the
supplied resource is valid.
|
protected void |
CommandLine.project(Module module,
Resource resource)
This method projects the supplied module.
|
| Modifier and Type | Method and Description |
|---|---|
Resource |
DefaultModuleContext.getResource()
This method returns the resource associated with the module.
|
Resource |
ModuleContext.getResource()
This method returns the resource associated with the module.
|
| Constructor and Description |
|---|
DefaultModuleContext(Resource resource,
Module thisModule,
ModuleLoader loader)
This is the constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Module |
ProtocolParser.parse(Resource resource,
ModuleLoader loader,
IssueLogger logger)
This method parses the scribble protocol contained in the supplied
resource.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractResource
This class represents the resource.
|
class |
InputStreamResource
This class represents the resource.
|
| Modifier and Type | Method and Description |
|---|---|
Resource |
ResourceLocator.getResource(String path)
This method obtains the resource associated with the
supplied path.
|
Resource |
DirectoryResourceLocator.getResource(String relativePath)
This method obtains the resource associated with the
supplied path.
|
| Modifier and Type | Method and Description |
|---|---|
String |
DirectoryResourceLocator.getResourceRoot(Resource resource)
This method returns the root location containing the supplied
resource.
|
Copyright © 2014. All Rights Reserved.