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

/opengrok-jel/test/org/opensolaris/opengrok/util/
H A DExecutorTest.java70 assertTrue(instance.getOutputString().startsWith("testing org.opensolaris.opengrok.util.Executor"));
/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DPerforceRepository.java132 return new ByteArrayInputStream(executor.getOutputString().getBytes());
192 status = (executor.getOutputString().indexOf("//") != -1);
205 status = (executor.getOutputString().indexOf("//") != -1);
H A DAccuRevRepository.java212 inputStream = new ByteArrayInputStream(executor.getOutputString()
H A DBazaarRepository.java234 if (executor.getOutputString().indexOf("parent branch:") != -1) {
H A DClearCaseRepository.java393 String output = exec.getOutputString();
H A DMercurialRepository.java473 if (executor.getOutputString().indexOf("paths.default=") != -1) {
H A DGitRepository.java509 if (executor.getOutputString().indexOf("remote.origin.url=") != -1) {
/opengrok-jel/src/org/opensolaris/opengrok/configuration/
H A DRuntimeEnvironment.java133 String output = executor.getOutputString();
/opengrok-jel/src/org/opensolaris/opengrok/util/
H A DExecutor.java210 public String getOutputString() { method in class:Executor
/opengrok-jel/test/org/opensolaris/opengrok/history/
H A DJDBCHistoryCacheTest.java225 "\nstdout:\n" + exec.getOutputString() +

Completed in 17 milliseconds