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

12

/opengrok/src/org/opensolaris/opengrok/history/
H A DSCCSget.java30 import org.opensolaris.opengrok.util.Executor;
46 Executor executor = new Executor(argv);
H A DPerforceRepository.java39 import org.opensolaris.opengrok.util.Executor;
87 Executor executor = new Executor(cmd, file.getParentFile());
121 Executor executor = new Executor(cmd, new File(parent));
134 Executor executor = new Executor(cmd, directory);
171 Executor executor = new Executor(cmd, dir);
184 Executor executo
[all...]
H A DAccuRevRepository.java37 import org.opensolaris.opengrok.util.Executor;
115 Executor executor = new Executor(cmd, file.getParentFile());
150 * @return An Executor ready to be started
152 Executor getHistoryLogExecutor(File file) throws IOException {
173 return new Executor(cmd, file.getParentFile());
201 Executor executor = new Executor(cmd, directory);
230 executor = new Executor(cmd, directory);
274 Executor executo
[all...]
H A DRepoRepository.java33 import org.opensolaris.opengrok.util.Executor;
73 Executor executor = new Executor(cmd, directory);
H A DMonotoneRepository.java40 import org.opensolaris.opengrok.util.Executor;
121 * @return An Executor ready to be started
123 Executor getHistoryLogExecutor(File file, String sinceRevision)
146 return new Executor(cmd, new File(directoryName), sinceRevision != null);
176 Executor executor = new Executor(cmd, directory);
215 Executor executor = new Executor(cmd, directory);
224 executor = new Executor(cmd, directory);
H A DBazaarRepository.java42 import org.opensolaris.opengrok.util.Executor;
75 * @return An Executor ready to be started
77 Executor getHistoryLogExecutor(final File file, final String sinceRevision)
100 return new Executor(cmd, new File(getDirectoryName()), sinceRevision != null);
175 Executor exec = new Executor(cmd, file.getParentFile());
223 Executor executor = new Executor(cmd, directory);
232 executor = new Executor(cmd, directory);
360 Executor executo
[all...]
H A DAccuRevHistoryParser.java39 import org.opensolaris.opengrok.util.Executor;
46 public class AccuRevHistoryParser implements Executor.StreamHandler {
89 Executor executor = repository.getHistoryLogExecutor(file);
H A DClearCaseHistoryParser.java36 import org.opensolaris.opengrok.util.Executor;
41 class ClearCaseHistoryParser implements Executor.StreamHandler {
51 Executor executor = repository.getHistoryLogExecutor(file);
H A DCVSRepository.java40 import org.opensolaris.opengrok.util.Executor;
145 Executor executor = new Executor(cmd, directory);
156 * @return An Executor ready to be started
158 Executor getHistoryLogExecutor(final File file) throws IOException {
206 return new Executor(cmd, new File(getDirectoryName()));
285 Executor exec = new Executor(cmd, file.getParentFile());
H A DGitRepository.java50 import org.opensolaris.opengrok.util.Executor;
116 Executor exec = new Executor(cmd, directory);
148 * @return An Executor ready to be started
150 Executor getHistoryLogExecutor(final File file, String sinceRevision)
177 return new Executor(cmd, new File(getDirectoryName()), sinceRevision != null);
324 Executor exec = new Executor(cmd, file.getParentFile());
337 exec = new Executor(cmd, file.getParentFile());
364 exec = new Executor(cm
[all...]
H A DSSCMRepository.java42 import org.opensolaris.opengrok.util.Executor;
125 * @return An Executor ready to be started
127 Executor getHistoryLogExecutor(final File file, String sinceRevision) throws IOException {
153 return new Executor(argv, new File(getDirectoryName()), sinceRevision != null);
210 Executor exec = new Executor(argv, directory);
315 Executor exec = new Executor(argv, file.getParentFile());
379 Executor executor = new Executor(arg
[all...]
H A DSubversionRepository.java48 import org.opensolaris.opengrok.util.Executor;
123 Executor executor = new Executor(cmd, directory);
176 * @return An Executor ready to be started
178 Executor getHistoryLogExecutor(final File file, String sinceRevision) {
212 return new Executor(cmd, new File(directoryName), sinceRevision != null);
278 Executor executor = new Executor(cmd, directory);
432 Executor executor = new Executor(cm
[all...]
H A DPerforceHistoryParser.java37 import org.opensolaris.opengrok.util.Executor;
80 Executor executor = new Executor(cmd, file.getCanonicalFile());
91 Executor executor = new Executor(cmd, file.getCanonicalFile().getParentFile());
H A DBazaarHistoryParser.java41 import org.opensolaris.opengrok.util.Executor;
46 class BazaarHistoryParser implements Executor.StreamHandler {
61 Executor executor = repository.getHistoryLogExecutor(file, sinceRevision);
H A DCVSHistoryParser.java39 import org.opensolaris.opengrok.util.Executor;
44 class CVSHistoryParser implements Executor.StreamHandler {
166 Executor executor = repository.getHistoryLogExecutor(file);
H A DMonotoneHistoryParser.java42 import org.opensolaris.opengrok.util.Executor;
49 class MonotoneHistoryParser implements Executor.StreamHandler {
75 Executor executor = repository.getHistoryLogExecutor(file, changeset);
H A DSSCMHistoryParser.java39 import org.opensolaris.opengrok.util.Executor;
45 public class SSCMHistoryParser implements Executor.StreamHandler {
149 Executor executor = repository.getHistoryLogExecutor(file, sinceRevision);
H A DGitHistoryParser.java39 import org.opensolaris.opengrok.util.Executor;
45 class GitHistoryParser implements Executor.StreamHandler {
158 Executor executor = repository.getHistoryLogExecutor(file, sinceRevision);
H A DMercurialRepository.java42 import org.opensolaris.opengrok.util.Executor;
130 Executor executor = new Executor(cmd, new File(directoryName));
145 * @return An Executor ready to be started
147 Executor getHistoryLogExecutor(File file, String sinceRevision)
197 return new Executor(cmd, new File(directoryName), sinceRevision != null);
511 Executor executor = new Executor(cmd, directory);
521 executor = new Executor(cmd, directory);
676 Executor executo
[all...]
H A DClearCaseRepository.java40 import org.opensolaris.opengrok.util.Executor;
92 * @return An Executor ready to be started
94 Executor getHistoryLogExecutor(final File file) throws IOException {
112 return new Executor(cmd, new File(getDirectoryName()));
379 Executor exec = new Executor(
H A DMercurialHistoryParser.java41 import org.opensolaris.opengrok.util.Executor;
46 class MercurialHistoryParser implements Executor.StreamHandler {
78 Executor executor = repository.getHistoryLogExecutor(file, changeset);
H A DSubversionHistoryParser.java40 import org.opensolaris.opengrok.util.Executor;
50 class SubversionHistoryParser implements Executor.StreamHandler {
158 Executor executor = repos.getHistoryLogExecutor(file, sinceRevision);
H A DRepository.java39 import org.opensolaris.opengrok.util.Executor;
395 Executor exec = new Executor(args);
/opengrok/test/org/opensolaris/opengrok/util/
H A DExecutorTest.java67 cmdList.add("testing org.opensolaris.opengrok.util.Executor");
68 Executor instance = new Executor(cmdList);
70 assertTrue(instance.getOutputString().startsWith("testing org.opensolaris.opengrok.util.Executor"));
79 cmdList.add("testing org.opensolaris.opengrok.util.Executor");
80 Executor instance = new Executor(cmdList);
83 assertEquals("testing org.opensolaris.opengrok.util.Executor", in.readLine());
94 cmdList.add("testing org.opensolaris.opengrok.util.Executor");
95 Executor instanc
[all...]
/opengrok/src/org/opensolaris/opengrok/util/
H A DExecutor.java49 public class Executor { class
51 private static final Logger LOGGER = LoggerFactory.getLogger(Executor.class);
60 * Create a new instance of the Executor.
63 public Executor(String[] cmd) { method in class:Executor
68 * Create a new instance of the Executor.
71 public Executor(List<String> cmdList) { method in class:Executor
76 * Create a new instance of the Executor
81 public Executor(List<String> cmdList, File workingDirectory) { method in class:Executor
88 * Create a new instance of the Executor with specific timeout value.
96 public Executor(Lis method in class:Executor
109 public Executor(List<String> cmdList, File workingDirectory, boolean UseTimeout) { method in class:Executor
[all...]

Completed in 29 milliseconds

12