net.sf.arise.inspector
Class InspectorService

java.lang.Object
  |
  +--net.sf.arise.inspector.InspectorService
All Implemented Interfaces:
IInspectorService

public class InspectorService
extends java.lang.Object
implements IInspectorService

Author:
Maja S Bratseth

Constructor Summary
InspectorService()
           
 
Method Summary
 AbstractInspectorNode createRoot(java.lang.Object value, java.lang.String engineName, java.lang.String bindAsName)
           
 InspectorNode createRoot(java.lang.String engineName, java.lang.String expr, java.lang.String bindAsName)
           
 InspectorNode[] expand(InspectorNode node)
           
 InspectorNode findNode(java.lang.String id)
           
static InspectorService get()
           
static InspectorService getInstance()
           
 void selectNode(InspectorNode node, java.lang.String engineName, java.lang.String bindAsName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InspectorService

public InspectorService()
Method Detail

get

public static InspectorService get()

getInstance

public static InspectorService getInstance()

findNode

public InspectorNode findNode(java.lang.String id)

createRoot

public AbstractInspectorNode createRoot(java.lang.Object value,
                                        java.lang.String engineName,
                                        java.lang.String bindAsName)

createRoot

public InspectorNode createRoot(java.lang.String engineName,
                                java.lang.String expr,
                                java.lang.String bindAsName)
Specified by:
createRoot in interface IInspectorService

selectNode

public void selectNode(InspectorNode node,
                       java.lang.String engineName,
                       java.lang.String bindAsName)
Specified by:
selectNode in interface IInspectorService

expand

public InspectorNode[] expand(InspectorNode node)
Specified by:
expand in interface IInspectorService


All code and documentation is

Copyright (c) : 2000-2003 Kjetil Valstadsve & Maja S. Bratseth