public class ToolTableUtils
extends java.lang.Object
Constructor and Description |
---|
ToolTableUtils() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getUnitHelpFilePath(Tool tool)
Method to try and return the helpfile for the given tool.
|
static java.lang.String |
getUnitSourceFilePath(Tool tool)
Returns the string representation for the path of this tools source code file.
|
static boolean |
isBroken(Tool tool) |
static java.lang.String |
qualifyPath(java.lang.String qualifiedName,
ToolTable tools)
Internal method that removes the directory detail above the toolbox level and returns the path as a Java style
package path.
|
public static java.lang.String qualifyPath(java.lang.String qualifiedName, ToolTable tools)
public static java.lang.String getUnitHelpFilePath(Tool tool)
public static java.lang.String getUnitSourceFilePath(Tool tool)
tool
- The tool we want the source code for.public static boolean isBroken(Tool tool)