org.jboss.verifier
Class Main

java.lang.Object
  extended by org.jboss.verifier.Main

public class Main
extends Object

Main class for bean verifier. For more detailed documentation, refer to the JBoss project

Since:
JDK 1.3
Version:
$Revision: 1.8.4.2 $
Author:
Juha Lindfors

Field Summary
static int OK
           
static int WARNING
           
 
Constructor Summary
Main()
           
 
Method Summary
static void main(String[] args)
          Starts the application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OK

public static final int OK
See Also:
Constant Field Values

WARNING

public static final int WARNING
See Also:
Constant Field Values
Constructor Detail

Main

public Main()
Method Detail

main

public static void main(String[] args)
Starts the application.

Parameters:
args - argument strings


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.