Searched refs:getPath (Results 1 - 25 of 25) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/configuration/
H A DProject.java58 public String getPath() { method in class:Project
136 if (lpath.indexOf(proj.getPath()) == 0) {
/opengrok-jel/test/org/opensolaris/opengrok/index/
H A DIndexerTest.java151 assertFalse("p2 not removed", p.getPath().equals(p2.getPath()));
157 if (p.getPath().equals(p1.getPath())) {
165 assertEquals("project path", p1.getPath(), newP1.getPath());
/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DRCSRepository.java73 return new RCSget(rcsFile.getPath(), rev);
102 Archive archive = new Archive(rcsFile.getPath());
H A DRepositoryFactory.java98 + " not working (missing binaries?) '" + file.getPath() + "'");
H A DRCSHistoryParser.java88 Archive archive = new Archive(getRCSFile(file).getPath());
100 throw new IOException("Could not parse file '" + file.getPath()
H A DRazorHistoryParser.java75 new String[] { file.getPath(), mappedFile.getPath() });
H A DRazorRepository.java251 String rcsPath = rcsFile.getPath();
322 throw new IOException("Invalid Path for Translation '" + f.getPath()
H A DAccuRevRepository.java263 + file.getPath() + "'");
H A DPerforceRepository.java88 cmd.add(file.getPath() + ((rev == null) ? "" : "#" + rev));
H A DMercurialRepository.java278 cmd.add(STYLEFILE[style].getPath());
/opengrok-jel/src/org/opensolaris/opengrok/search/
H A DSearch.java130 File file = new File(root, hit.getPath());
151 File file = new File(root, hit.getPath());
H A DHit.java115 public String getPath() { method in class:Hit
H A DQueryBuilder.java115 public String getPath() { method in class:QueryBuilder
H A DSearchEngine.java212 .open(new File(droot,project.getPath()))));
/opengrok-jel/src/org/opensolaris/opengrok/web/
H A DPageConfig.java313 if (ignorePath(getPath())) {
557 dtag = eftarReader.get(getPath());
590 .hasHistory(new File(getSourceRootPath(), getPath())));
674 * Get the project {@link #getPath()} refers to.
932 public String getPath() { method in class:PageConfig
951 File newFile = new File(getSourceRootPath() + "/on/" + getPath());
971 * @see #getPath()
975 resourceFile = new File(getSourceRootPath(), getPath());
993 resourcePath = getResourceFile().getPath().replace(File.separatorChar, '/');
1025 * @see #getPath()
[all...]
/opengrok-jel/test/org/opensolaris/opengrok/search/
H A DHitTest.java48 assertEquals("/foo/bar", instance.getPath());
/opengrok-jel/src/org/opensolaris/opengrok/management/
H A DOGAgent.java139 setIfNotSet(props, LOG_PATH, uri.getPath() + "/log");
142 uri.getPath() + "/etc/configuration.xml");
/opengrok-jel/src/org/opensolaris/opengrok/index/
H A DIndexDatabase.java244 indexDir = new File(indexDir, project.getPath());
245 spellDir = new File(spellDir, project.getPath());
349 directories.add(project.getPath());
1042 indexDir = new File(indexDir, p.getPath());
H A DIndexer.java239 cfg.setCtagsOptionsFile(ctagsOptions.getPath());
666 oldProjects.put(p.getPath(), p);
712 if (p.getPath().equals(defaultProject)) {
/opengrok-jel/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DArchive.java256 this.filename = new File(path).getPath();
302 this.filename = new File(path).getPath();
/opengrok-jel/test/org/opensolaris/opengrok/history/
H A DJDBCHistoryCacheTest.java322 reposRoot, getClass().getResource("hg-export.txt").getPath());
404 reposRoot, getClass().getResource("hg-export.txt").getPath());
/opengrok-jel/src/org/opensolaris/opengrok/analysis/
H A DAnalyzerGuru.java259 doc.add(new Field("project", project.getPath(), Field.Store.YES, Field.Index.ANALYZED));
/opengrok-jel/lib/
H A Dservlet-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/http/ javax/servlet/resources/ javax/ ...
H A Dbcel-5.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/opengrok-jel/src/org/opensolaris/opengrok/management/client/
H A DConfigurationsFrame.java194 model.setValueAt(proj.getPath(), row, 2);

Completed in 265 milliseconds