org.jdiagnose.library
Class DiagnoseDiagnostic

java.lang.Object
  extended byorg.jdiagnose.DiagnosticUnit
      extended byorg.jdiagnose.library.DiagnoseDiagnostic
All Implemented Interfaces:
Diagnostic, DiagnosticContainer, DiagnosticUnitLifeCycle

public class DiagnoseDiagnostic
extends DiagnosticUnit

JDiagnose Diagnosic. Just checks the Java Version for now. User: jamie Date: May 31, 2004 Time: 8:42:47 PM


Constructor Summary
DiagnoseDiagnostic()
          Default Constructor
DiagnoseDiagnostic(java.lang.String name)
          Construct with a new fully qualified name
 
Method Summary
 void diagnoseJavaVersion13OrGreater()
          Check to see that the Java Version is 1.3 or higher
 
Methods inherited from class org.jdiagnose.DiagnosticUnit
assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertTrue, assertTrue, diagnose, getDiagnosticContainers, getDiagnostics, getName, setUp, tearDown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiagnoseDiagnostic

public DiagnoseDiagnostic()
Default Constructor


DiagnoseDiagnostic

public DiagnoseDiagnostic(java.lang.String name)
Construct with a new fully qualified name

Parameters:
name - the fqn of this diagnostic
Method Detail

diagnoseJavaVersion13OrGreater

public void diagnoseJavaVersion13OrGreater()
                                    throws DiagnosticException
Check to see that the Java Version is 1.3 or higher

Throws:
DiagnosticException - if the Java Version isn't matched


Copyright © 2004-2005 Grape Design Limited. All Rights Reserved.