Searched defs:configuration (Results 1 - 5 of 5) sorted by relevance

/opengrok-sun/test/org/opensolaris/opengrok/configuration/
H A DProjectTest.java25 package org.opensolaris.opengrok.configuration;
H A DRuntimeEnvironmentTest.java23 package org.opensolaris.opengrok.configuration;
62 // restore the configuration
70 // Create a default configuration
/opengrok-sun/src/org/opensolaris/opengrok/configuration/
H A DProject.java24 package org.opensolaris.opengrok.configuration;
H A DRuntimeEnvironment.java23 package org.opensolaris.opengrok.configuration;
53 * configuration this execution context (classloader) is using.
57 private Configuration configuration; field in class:RuntimeEnvironment
76 configuration = new Configuration();
80 return configuration;
227 * Register this thread in the thread/configuration map (so that all
229 * same configuration
234 threadConfig.set(configuration);
456 * 60000, but it may be overridden in the configuration file
781 * @return {@code true} if status.jsp should show the configuration,
837 setConfiguration(Configuration configuration) argument
[all...]
H A DConfiguration.java23 package org.opensolaris.opengrok.configuration;
55 * Placeholder class for all configuration variables. Due to the multithreaded
57 * configuration object for each page request. Class and methods should have
169 //defaults for an opengrok instance configuration
719 * Write the current configuration to a file
721 * @param file the file to write the configuration into

Completed in 32 milliseconds