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

/opengrok-sun/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-sun/test/org/opensolaris/opengrok/analysis/php/
H A DPhpXrefTest.java37 public static void main(String args[]) throws IOException { argument
39 if (args.length == 0) {
43 is = new FileInputStream(new File(args[0]));
/opengrok-sun/src/org/opensolaris/opengrok/management/
H A DOGAgent.java90 public static void main(final String args[]) { argument
105 for (int i = 0; success && i < args.length; i++) {
106 if (args[i].startsWith("--agent=")) {
107 props.setProperty("agent", args[i].substring("--agent=".length()));
108 } else if (args[i].startsWith("--config=")) {
109 file = new File(args[i].substring("--config=".length()));
/opengrok-sun/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.java61 * @param args the command line arguments
64 public static void main(String[] args) { argument
66 for (int i = 0; i < args.length; i++) {
67 if (args[i].equals("-config")) {
68 if (++i < args.length) {
69 cfgfile = args[i];
H A DSettingsFrame.java275 * @param args the command line arguments
277 public static void main(String args[]) { argument
H A DConfigurationsFrame.java860 * @param args the command line arguments
862 public static void main(String args[]) { argument
/opengrok-sun/src/org/opensolaris/opengrok/history/
H A DRepository.java344 static Boolean checkCmd(String... args) { argument
345 Executor exec = new Executor(args);
/opengrok-sun/src/org/opensolaris/opengrok/web/
H A DEftarFile.java244 public void create(String[] args) throws IOException, FileNotFoundException { argument
245 for (int i = 0; i < args.length - 1; i++) {
246 readInput(args[i]);
248 write(args[args.length - 1]);
255 * @param args Input files and output file
258 public static void main(String[] args) { argument
259 if (args.length < 2) {
266 ef.create(args);
/opengrok-sun/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-sun/lib/
H A Dbcel-5.2.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 275 milliseconds