| Package | Description |
|---|---|
| org.ringojs.repository |
A framework for unified loading of scripts and other resources.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileRepository
Repository implementation for directories providing file resources
|
class |
WebappRepository |
class |
ZipRepository |
| Modifier and Type | Field and Description |
|---|---|
protected AbstractRepository |
AbstractResource.repository |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractRepository |
ZipRepository.createChildRepository(String name) |
protected AbstractRepository |
WebappRepository.createChildRepository(String name) |
AbstractRepository |
FileRepository.createChildRepository(String name)
Create a child repository with the given name
|
protected abstract AbstractRepository |
AbstractRepository.createChildRepository(String name)
Create a new child reposiotory with the given name.
|
AbstractRepository |
AbstractRepository.getChildRepository(String subpath)
Get a child repository with the given name
|
AbstractRepository |
FileRepository.getParentRepository()
Get this repository's parent repository.
|
AbstractRepository |
AbstractRepository.getParentRepository()
Get this repository's parent repository.
|
protected AbstractRepository |
AbstractRepository.lookupRepository(String name) |
Copyright © 2016. All rights reserved.