HomeSort by relevance Sort by last modified time
    Searched refs:CommandLineOptions (Results 1 - 3 of 3) sorted by null

  /opengrok/trunk/test/org/opensolaris/opengrok/index/
CommandLineOptionsTest.java 62 * Test of getCommandString method, of class CommandLineOptions.
66 CommandLineOptions instance = new CommandLineOptions();
79 Iterator<CommandLineOptions.Option> iter = instance.getOptionsIterator();
81 CommandLineOptions.Option o = iter.next();
91 CommandLineOptions instance = new CommandLineOptions();
100 CommandLineOptions instance = new CommandLineOptions();
  /opengrok/trunk/src/org/opensolaris/opengrok/index/
CommandLineOptions.java 37 public class CommandLineOptions {
69 public CommandLineOptions() {
155 CommandLineOptions.class.getResourceAsStream("opengrok.xml"), "US-ASCII"));
207 CommandLineOptions co = new CommandLineOptions();
Indexer.java 80 CommandLineOptions cmdOptions = new CommandLineOptions();

Completed in 180 milliseconds