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

/opengrok/jrcs/src/main/java/org/apache/commons/jrcs/tools/
H A DJRCS.java74 static public void main(String[] args) throws Exception argument
77 if (args.length > 2)
83 if (args.length >= 1)
85 archive = new Archive(args[0]);
95 //System.out.println(archive.getRevision(args[1], true));
96 //archive.addRevision(new Object[]{}, args[1]);
/opengrok/test/org/opensolaris/opengrok/analysis/php/
H A DPhpXrefTest.java86 public static void main(String args[]) throws IOException { argument
88 if (args.length == 0) {
92 is = new FileInputStream(new File(args[0]));
/opengrok/src/org/opensolaris/opengrok/management/
H A DOGAgent.java87 public static void main(final String args[]) { argument
102 for (int i = 0; success && i < args.length; i++) {
103 if (args[i].startsWith("--agent=")) {
104 props.setProperty("agent", args[i].substring("--agent=".length()));
105 } else if (args[i].startsWith("--config=")) {
106 file = new File(args[i].substring("--config=".length()));
/opengrok/src/org/opensolaris/opengrok/management/client/
H A DNotificationsFrame.java148 * @param args the command line arguments
150 public static void main(String args[]) { argument
H A DShowErrorForm.java136 * @param args the command line arguments
138 public static void main(String args[]) { argument
H A DOpenGrokTrayApp.java63 * @param args the command line arguments
66 public static void main(String[] args) { argument
68 for (int i = 0; i < args.length; i++) {
69 if (args[i].equals("-config")) {
70 if (++i < args.length) {
71 cfgfile = args[i];
H A DSettingsFrame.java279 * @param args the command line arguments
281 public static void main(String args[]) { argument
H A DConfigurationsFrame.java878 * @param args the command line arguments
880 public static void main(String args[]) { argument
/opengrok/src/org/opensolaris/opengrok/web/
H A DEftarFile.java243 public void create(String[] args) throws IOException, FileNotFoundException { argument
244 for (int i = 0; i < args.length - 1; i++) {
245 readInput(args[i]);
247 write(args[args.length - 1]);
254 * @param args Input files and output file
257 public static void main(String[] args) { argument
258 if (args.length < 2) {
265 ef.create(args);
/opengrok/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DArchiveParser.java25 public static void main(String args[]) { argument
27 if (args.length == 0)
32 else if (args.length == 1)
34 System.out.println(ident + " Reading from file " + args[0] + " . . .");
37 parser = new ArchiveParser(new FileInputStream(args[0]));
41 System.out.println(ident + " File " + args[0] + " not found.");
/opengrok/src/org/opensolaris/opengrok/history/
H A DRepository.java394 static Boolean checkCmd(String... args) { argument
395 Executor exec = new Executor(args);
/opengrok/.mvn/wrapper/
H A Dmaven-wrapper.jar ... io.File) throws java.lang.Exception String[] args java.io.File mavenHome java.io. ...
/opengrok/lib/
H A Dbcel-6.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
H A Dswing-layout-0.9.jar ... public static void main (java.lang.String[]) String[] args javax.swing.JButton button javax.swing. ...

Completed in 39 milliseconds