edu.mit.stellar.api.structure
Interface ToolFactory

All Known Subinterfaces:
ToolManager

public interface ToolFactory

ToolFactory

Version:
$Revision: 29988 $, $Date: 2008-02-09 22:10:42 -0500 (Sat, 09 Feb 2008) $
Author:
MIT Stellar team

Method Summary
 Tool getToolByPath(java.lang.String absPath)
           
 ParsedNexusToolPath parsePath(java.lang.String path)
          Parse the path, to separate it into a Nexus, a Tool, and the arguments to be passed to the tool.
 boolean toolExistsAtPath(java.lang.String absPath)
           
 

Method Detail

toolExistsAtPath

boolean toolExistsAtPath(java.lang.String absPath)

getToolByPath

Tool getToolByPath(java.lang.String absPath)

parsePath

ParsedNexusToolPath parsePath(java.lang.String path)
Parse the path, to separate it into a Nexus, a Tool, and the arguments to be passed to the tool.

Parameters:
path -
Returns:


Copyright © 2007-2008 MIT IS&T ISDA. All Rights Reserved.