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

/external/vogar/src/vogar/
H A DVogar.java41 public final class Vogar { class
49 private File configFile = Vogar.dotFile(".vogarconfig");
171 File vogarDir = Vogar.dotFile(".vogar");
206 @VisibleForTesting public Vogar() {} method in class:Vogar
212 System.out.println("Usage: Vogar [options]... <actions>... [-- target args]...");
280 System.out.println(" --vogar-dir <directory>: directory in which to find Vogar");
335 System.out.println(" directories given by --jar-search-dir arguments. If Vogar then ");
394 System.out.println(" concurrently. Vogar will use up to N ports starting with this one,");
664 Vogar vogar = new Vogar();
[all...]

Completed in 437 milliseconds