org.jdiagnose
Interface DiagnosticContainer

All Known Implementing Classes:
DelegatingDiagnosticUnit, Diagnostics, DiagnosticUnit

public interface DiagnosticContainer

Author:
jmccrindle

Method Summary
 java.util.List getDiagnosticContainers()
           
 java.util.List getDiagnostics()
          Returns any children of this diagnostic.
 java.lang.String getName()
          Returns the name of the diagnostic.
 

Method Detail

getName

public java.lang.String getName()
Returns the name of the diagnostic. Should be a Fully Qualified Name, usually defaults to the classname (and method name in the case of the DiagnosticUnit)

Returns:
the name of the diagnostic

getDiagnostics

public java.util.List getDiagnostics()
Returns any children of this diagnostic.

Returns:
any children of this diagnostic, should be instance of org.jdiagnose.Diagnostic

getDiagnosticContainers

public java.util.List getDiagnosticContainers()


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