net.fenyo.gnetwatch
Class CommandLine

java.lang.Object
  extended by net.fenyo.gnetwatch.CommandLine

public class CommandLine
extends java.lang.Object

Manage command line arguments.

Version:
$Id: CommandLine.java,v 1.39 2008/04/30 16:13:11 fenyo Exp $
Author:
Alexandre Fenyo

Nested Class Summary
static class CommandLine.NoCheckTrustManager
           
 
Field Summary
private static Log log
           
 
Constructor Summary
CommandLine()
           
 
Method Summary
static void main(java.lang.String[] args)
          General entry point.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static Log log
Constructor Detail

CommandLine

public CommandLine()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException,
                        java.io.FileNotFoundException,
                        java.lang.InterruptedException,
                        AlgorithmException
General entry point.

Parameters:
args - command line arguments.
Throws:
java.io.IOException - io exception.
java.io.FileNotFoundException - file not found.
java.lang.InterruptedException
AlgorithmException