Package | Description |
---|---|
org.opensolaris.opengrok.configuration | |
org.opensolaris.opengrok.index | |
org.opensolaris.opengrok.web |
Modifier and Type | Method and Description |
---|---|
static RuntimeEnvironment |
RuntimeEnvironment.getInstance()
Get the one and only instance of the RuntimeEnvironment
|
RuntimeEnvironment |
RuntimeEnvironment.register()
Register this thread in the thread/configuration map (so that all
subsequent calls to the RuntimeEnvironment from this thread will use
the same configuration
|
Modifier and Type | Method and Description |
---|---|
void |
Indexer.prepareIndexer(RuntimeEnvironment env,
boolean searchRepositories,
boolean addProjects,
java.lang.String defaultProject,
java.lang.String configFilename,
boolean refreshHistory,
boolean listFiles,
boolean createDict,
java.util.List<java.lang.String> subFiles,
java.util.List<java.lang.String> repositories,
java.util.List<java.lang.String> zapCache,
boolean listRepoPathes) |
void |
Indexer.sendToConfigHost(RuntimeEnvironment env,
java.lang.String configHost) |
Modifier and Type | Method and Description |
---|---|
RuntimeEnvironment |
PageConfig.getEnv()
Get the current runtime environment.
|