dip.tool
Class ToolManager

java.lang.Object
  extended bydip.tool.ToolManager

public class ToolManager
extends java.lang.Object

Manages Tool plugins.


Method Summary
static Tool[] getTools()
          Returns all Tool objects loaded.
static void init(java.io.File[] searchPaths)
          Initialize the ToolManager.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

init

public static void init(java.io.File[] searchPaths)
Initialize the ToolManager. No other methods are guaranteed to work until the ToolManager singleton has been initialized.


getTools

public static Tool[] getTools()
Returns all Tool objects loaded. Never returns null.



Copyright 2002-2004 Zachary DelProposto / jDip Development Team. All Rights Reserved.