|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Resource | |
org.jicengine | |
org.jicengine.builder | |
org.jicengine.io |
Uses of Resource in org.jicengine |
Methods in org.jicengine that return Resource | |
Resource |
Instructions.getFile()
|
Resource |
BuildContext.getResource(java.lang.String relativePath)
|
Resource |
BuildContext.getCurrentFile()
|
Methods in org.jicengine with parameters of type Resource | |
static java.lang.Object |
JICE.build(Resource jicFile,
java.util.Map overridings)
|
static java.lang.Object |
JICE.build(Resource jicFile)
|
Constructors in org.jicengine with parameters of type Resource | |
Instructions(Resource jicFile)
|
|
Instructions(Resource jicFile,
java.util.Map parameters)
|
Uses of Resource in org.jicengine.builder |
Methods in org.jicengine.builder that return Resource | |
Resource |
BuildContextImpl.getResource(java.lang.String relativePath)
|
Resource |
BuildContextImpl.getCurrentFile()
|
Uses of Resource in org.jicengine.io |
Classes in org.jicengine.io that implement Resource | |
class |
AbstractResource
implements the most general methods of the Resource-interface. |
class |
ClasspathResource
A resource found in the classpath. |
class |
ClassResource
Resource of some Class. |
class |
FileResource
|
class |
StringResource
A virtual resource whose content is a String, instead of a file on disc. |
class |
UrlResource
A resource that is read through an Url. |
class |
WebApplicationResource
A Resource-implementation for accessing resources inside a web-application. |
Methods in org.jicengine.io that return Resource | |
Resource |
WebApplicationResource.getResource(java.lang.String relativePath)
|
Resource |
UrlResource.getResource(java.lang.String relativePath)
|
Resource |
StringResource.getResource(java.lang.String relativePath)
|
Resource |
Resource.getResource(java.lang.String relativePath)
Locates another Resource whose path is defined relative to this Resource. |
Resource |
FileResource.getResource(java.lang.String relativePath)
|
Resource |
ClassResource.getResource(java.lang.String relativePath)
|
Resource |
ClasspathResource.getResource(java.lang.String relativePath)
|
abstract Resource |
AbstractResource.getResource(java.lang.String relativePath)
|
Constructors in org.jicengine.io with parameters of type Resource | |
StringResource(java.lang.String identifier,
java.lang.String text,
Resource locatorResource)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |