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

/opengrok-jel/src/org/opensolaris/opengrok/configuration/
H A DRuntimeEnvironment.java130 getConfig().getCtags(), "--version"});
136 "(tried running '" + getConfig().getCtags() + "')\n" +
161 getConfig().write(file);
173 e.writeObject(getConfig());
203 public static Configuration getConfig() { method in class:RuntimeEnvironment
260 getConfig().getSourceRoot());
/opengrok-jel/src/org/opensolaris/opengrok/web/
H A DPageConfig.java458 return getIntParam("n", getConfig().getHitsPerPage());
532 File f = getConfig().getDtagsEftar();
808 List<Project> projects = getConfig().getProjects();
865 return req.getContextPath() + '/' + getConfig().getWebappLAF();
875 public Configuration getConfig() { method in class:PageConfig
878 cfg = RuntimeEnvironment.getConfig();
891 ignoredNames = getConfig().getIgnoredNames();
906 getConfig().getSourceRoot().replace(File.separatorChar, '/');
1089 File dir = new File(getConfig().getDataRoot() + Prefix.XREF_P + path);
1106 return checkFile(new File(getConfig()
[all...]

Completed in 10 milliseconds