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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InspectorService
public InspectorService()
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