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

/opengrok/src/org/opensolaris/opengrok/configuration/
H A DRuntimeEnvironment.java92 * The RuntimeEnvironment class is used as a placeholder for the current
95 public final class RuntimeEnvironment { class
97 private static final Logger LOGGER = LoggerFactory.getLogger(RuntimeEnvironment.class);
101 private static final RuntimeEnvironment instance = new RuntimeEnvironment();
209 * Get the one and only instance of the RuntimeEnvironment
211 * @return the one and only instance of the RuntimeEnvironment
213 public static RuntimeEnvironment getInstance() {
218 * Creates a new instance of RuntimeEnvironment. Private to ensure a
221 private RuntimeEnvironment() { method in class:RuntimeEnvironment
[all...]

Completed in 12 milliseconds