ch.elca.dependency
Class DPTool

java.lang.Object
  |
  +--ch.elca.dependency.DPTool

public class DPTool
extends java.lang.Object

Class DPTool provides a user-friendly entry point to the Dependency Tool.

Version:
1.0-beta
Author:
Pawel Kowalski

Field Summary
static java.lang.String[][] OPTIONS
          A String[][] representing all the commandline arguments and whether they are optional or mandatory.
 
Constructor Summary
DPTool()
           
 
Method Summary
static void main(java.lang.String[] argv)
          A new, user friendly entry point to the Dependency Tool.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OPTIONS

public static final java.lang.String[][] OPTIONS
A String[][] representing all the commandline arguments and whether they are optional or mandatory.

Constructor Detail

DPTool

public DPTool()
Method Detail

main

public static void main(java.lang.String[] argv)
                 throws java.io.IOException
A new, user friendly entry point to the Dependency Tool. The user needs not specify any commandline arguments. The neccessary information will be requesteb throug a GUI.

Parameters:
argv - a String[] value
Throws:
java.io.IOException - if an error occurs


Copyright © 2003 ELCA Informatique SA. All Rights Reserved.