Package org.jboss.as.jdr
Class CommandLineMain
- java.lang.Object
-
- org.jboss.as.jdr.CommandLineMain
-
public class CommandLineMain extends Object
Provides a main for collecting a JDR report from the command line.- Author:
- Mike M. Clark, Jesse Jaggars
-
-
Constructor Summary
Constructors Constructor Description CommandLineMain()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)Creates a JBoss Diagnostic Reporter (JDR) Report.
-
-
-
Method Detail
-
main
public static void main(String[] args)
Creates a JBoss Diagnostic Reporter (JDR) Report. A JDR report response is printed toSystem.out.- Parameters:
args- ignored
-
-