Searched refs:args (Results 1 - 18 of 18) sorted by relevance

/opengrok-jel/jrcs/src/main/java/org/apache/commons/jrcs/tools/
H A DJRCS.java75 static public void main(String[] args) throws Exception argument
78 if (args.length > 2)
84 if (args.length >= 1)
86 archive = new Archive(args[0]);
96 //System.out.println(archive.getRevision(args[1], true));
97 //archive.addRevision(new Object[]{}, args[1]);
/opengrok-jel/test/org/opensolaris/opengrok/web/
H A DEftarFileTest.java92 String[] args = new String[2];
93 args[0] = tsv.getAbsolutePath();
94 args[1] = eftar.getAbsolutePath();
97 ef.create(args);
/opengrok-jel/src/org/opensolaris/opengrok/web/
H A DEftarFile.java245 public void create(String[] args) throws IOException, FileNotFoundException { argument
246 for (int i = 0; i < args.length - 1; i++) {
247 readInput(args[i]);
249 write(args[args.length - 1]);
256 * @param args Input files and output file
259 public static void main(String[] args) { argument
260 if (args.length < 2) {
267 ef.create(args);
/opengrok-jel/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DArchiveParser.jj106 public static void main(String args[]) {
108 if (args.length == 0)
113 else if (args.length == 1)
115 System.out.println(ident + " Reading from file " + args[0] + " . . .");
118 parser = new ArchiveParser(new FileInputStream(args[0]));
122 System.out.println(ident + " File " + args[0] + " not found.");
H A DArchiveParser.java24 public static void main(String args[]) { argument
26 if (args.length == 0)
31 else if (args.length == 1)
33 System.out.println(ident + " Reading from file " + args[0] + " . . .");
36 parser = new ArchiveParser(new FileInputStream(args[0]));
40 System.out.println(ident + " File " + args[0] + " not found.");
/opengrok-jel/src/org/opensolaris/opengrok/analysis/
H A DXrefInputStream.java226 * @param args opengrok crossfile name
228 public static void main(String[] args) { argument
229 if (args.length == 0) {
235 in = new XrefInputStream(new File(args[0]), true);
H A DCtags.java278 String[] args = signature.split(",");
279 for (String arg : args) {
/opengrok-jel/src/org/opensolaris/opengrok/management/
H A DOGAgent.java93 * @param args .. --agent=... --config=...
96 public static void main(final String args[]) { argument
112 for (int i = 0; success && i < args.length; i++) {
113 if (args[i].startsWith("--agent=")) {
114 props.setProperty("agent", args[i].substring("--agent=".length()));
115 } else if (args[i].startsWith("--config=")) {
116 file = new File(args[i].substring("--config=".length()));
/opengrok-jel/src/org/opensolaris/opengrok/management/client/
H A DOpenGrokTrayApp.java62 * @param args the command line arguments
65 public static void main(String[] args) { argument
67 for (int i = 0; i < args.length; i++) {
68 if (args[i].equals("-config")) {
69 if (++i < args.length) {
70 cfgfile = args[i];
H A DShowErrorForm.java136 * @param args the command line arguments
138 public static void main(String args[]) { argument
H A DNotificationsFrame.java148 * @param args the command line arguments
150 public static void main(String args[]) { argument
H A DSettingsFrame.java281 * @param args the command line arguments
283 public static void main(String args[]) { argument
H A DConfigurationsFrame.java887 * @param args the command line arguments
889 public static void main(String args[]) { argument
/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DRepository.java305 * @param args 0 .. command to execute, 1..n command line args
308 protected static Boolean checkCmd(String... args) { argument
309 Executor exec = new Executor(args);
/opengrok-jel/src/org/opensolaris/opengrok/analysis/executables/
H A DJavaClassAnalyzer.java267 String[] args = Utility.methodSignatureArgumentTypes(sig, false);
268 for (int i = 0; i < args.length; i++) {
269 out.write(t = args[i]);
275 if (i < args.length - 1) {
/opengrok-jel/test/org/opensolaris/opengrok/history/
H A DJDBCHistoryCacheTest.java96 String[] args = new String[] {"-d", getURL(), "-o", f.toString()};
97 main.invoke(clazz, (Object) args);
/opengrok-jel/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 31 milliseconds