Searched refs:CommandLineOptions (Results 1 - 3 of 3) sorted by relevance

/opengrok-jel/test/org/opensolaris/opengrok/index/
H A DCommandLineOptionsTest.java62 * 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-jel/src/org/opensolaris/opengrok/index/
H A DCommandLineOptions.java39 public class CommandLineOptions { class
72 public CommandLineOptions() { method in class:CommandLineOptions
222 CommandLineOptions co = new CommandLineOptions();
H A DIndexer.java97 CommandLineOptions cmdOptions = new CommandLineOptions();

Completed in 10 milliseconds