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

/opengrok-jel/src/org/opensolaris/opengrok/configuration/
H A DRuntimeEnvironment.java45 * The RuntimeEnvironment class is used as a placeholder for the current
48 public final class RuntimeEnvironment { class
53 Logger.getLogger(RuntimeEnvironment.class.getName());
55 private static RuntimeEnvironment instance = new RuntimeEnvironment();
59 * Get the one and only instance of the RuntimeEnvironment
60 * @return the one and only instance of the RuntimeEnvironment
62 public static RuntimeEnvironment getInstance() {
67 * Creates a new instance of RuntimeEnvironment. Private to ensure a
70 private RuntimeEnvironment() { method in class:RuntimeEnvironment
[all...]

Completed in 206 milliseconds