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

/opengrok-jel/test/org/opensolaris/opengrok/configuration/
H A DProjectTest.java25 package org.opensolaris.opengrok.configuration;
H A DRuntimeEnvironmentTest.java23 package org.opensolaris.opengrok.configuration;
65 // Create a default configuration
73 // restore the configuration
/opengrok-jel/src/org/opensolaris/opengrok/configuration/
H A DProject.java24 package org.opensolaris.opengrok.configuration;
H A DRuntimeEnvironment.java23 package org.opensolaris.opengrok.configuration;
46 * configuration this execution context (classloader) is using.
113 * Register this thread in the thread/configuration map (so that all
115 * the same configuration
147 * Read an configuration file and set it as the current configuration.
156 * Write the current configuration to a file
157 * @param file the file to write the configuration into
165 * Write the current configuration to a socket
166 * @param host the host address to receive the configuration
[all...]
H A DConfiguration.java24 package org.opensolaris.opengrok.configuration;
60 * Placeholder class for all configuration variables. Due to the multithreaded
62 * configuration object for each page request. Class and methods should have
203 //defaults for an opengrok instance configuration
663 * overridden in the configuration file
1027 * Set the time, when this configuration has been modified for the last time.
1264 * @return {@code true} if status.jsp should show the configuration.
1280 * Write the current configuration to a file
1282 * @param file the file to write the configuration into

Completed in 268 milliseconds