|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sun.faban.harness.tools.ToolDescription
public class ToolDescription
This class provides the description of a tool.
Constructor Summary | |
---|---|
ToolDescription(String id,
String serviceName,
String toolClass,
String type,
String location)
Constructs a tool description. |
Method Summary | |
---|---|
boolean |
bind(Map<String,ServiceDescription> serviceMap)
Binds the tool to the service. |
boolean |
equals(Object obj)
|
String |
getId()
Returns the tool id. |
String |
getLocation()
Returns the path. |
String |
getLocationType()
Returns the location type. |
String |
getServiceName()
Returns the service name to which the tool is associated. |
String |
getToolClass()
Returns the tool class. |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ToolDescription(String id, String serviceName, String toolClass, String type, String location)
id
- The tool idserviceName
- The service nametoolClass
- The tool class nametype
- The location type, services or benchmarklocation
- The actual location of the tool, if applicable.Method Detail |
---|
public boolean bind(Map<String,ServiceDescription> serviceMap)
serviceMap
- The service map
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String getLocationType()
public String getLocation()
public String getId()
public String getServiceName()
public String getToolClass()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |