|
Coinjema 1.7 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContextSource | |
---|---|
org.coinjema.context | |
org.coinjema.context.source |
Uses of ContextSource in org.coinjema.context |
---|
Methods in org.coinjema.context that return ContextSource | |
---|---|
ContextSource |
SpiceRack.getDirectory()
|
Methods in org.coinjema.context with parameters of type ContextSource | |
---|---|
static void |
SpiceRack.createContext(String contextName,
ContextSource directory)
|
static void |
ContextFactory.createContext(String contextName,
ContextSource directory)
Create a new child context of the root context with the given name and ContextSource. |
static void |
SpiceRack.createRootContext(ContextSource directory)
|
static void |
ContextFactory.createRootContext(ContextSource directory)
Creates the root context using the given ContextSource object. |
void |
SpiceRack.setDirectory(ContextSource directory)
|
Uses of ContextSource in org.coinjema.context.source |
---|
Classes in org.coinjema.context.source that implement ContextSource | |
---|---|
class |
FileContextSource
An implementation of ContextSource based on a simple file structure. |
class |
JdbcContextSource
Retrieves configuration data from a database, given a DataSource from which to get Connection objects. |
Methods in org.coinjema.context.source that return types with arguments of type ContextSource | |
---|---|
Collection<ContextSource> |
JdbcContextSource.getSubContexts()
|
Collection<ContextSource> |
FileContextSource.getSubContexts()
|
Collection<ContextSource> |
ContextSource.getSubContexts()
Retrieve a collection of direct subcontexts of this context. |
|
Coinjema 1.7 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |