Searched refs:getOutputString (Results 1 - 10 of 10) sorted by relevance

/opengrok-sun/test/org/opensolaris/opengrok/util/
H A DExecutorTest.java70 assertTrue(instance.getOutputString().startsWith("testing org.opensolaris.opengrok.util.Executor"));
/opengrok-sun/src/org/opensolaris/opengrok/history/
H A DPerforceRepository.java119 return new ByteArrayInputStream(executor.getOutputString().getBytes());
173 status = (executor.getOutputString().indexOf("//") != -1);
186 status = (executor.getOutputString().indexOf("//") != -1);
H A DAccuRevRepository.java235 new ByteArrayInputStream(executor.getOutputString().getBytes());
H A DBazaarRepository.java212 if (executor.getOutputString().indexOf("parent branch:") != -1) {
H A DClearCaseRepository.java374 String output = exec.getOutputString();
H A DGitRepository.java345 if (executor.getOutputString().indexOf("remote.origin.url=") != -1) {
H A DMercurialRepository.java281 if (executor.getOutputString().indexOf("paths.default=") != -1) {
/opengrok-sun/src/org/opensolaris/opengrok/util/
H A DExecutor.java208 public String getOutputString() { method in class:Executor
/opengrok-sun/test/org/opensolaris/opengrok/history/
H A DJDBCHistoryCacheTest.java130 "\nstdout:\n" + exec.getOutputString() +
/opengrok-sun/src/org/opensolaris/opengrok/configuration/
H A DRuntimeEnvironment.java300 String output = executor.getOutputString();

Completed in 18 milliseconds