|
TPTP 4.4.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A deployable component is anything that can be deployed and invoked as part of a test. The component is characterized by a location and a resource that specifies where and what is to be invoked. Each deployable component can belong to one and only one test suite.
| Method Summary | |
|---|---|
IPropertyGroup |
getEnvironmentVariables()
Gets the environment variables associated with this component. |
java.lang.String |
getLocation()
Returns the location of the deployable component. |
java.util.List |
getMethods()
Gets the methods of this component. |
ITest |
getOwner()
Returns the test suite that owns this deployable component. |
java.lang.String |
getResource()
Returns the resource of the deployable component. |
void |
setLocation(java.lang.String location)
Sets the location of the deployable component. |
void |
setResource(java.lang.String resource)
Sets the resource of the deployable component. |
| Methods inherited from interface org.eclipse.hyades.models.common.facades.behavioral.INamedElement |
|---|
getDescription, getId, getName, setDescription, setId, setName |
| Method Detail |
public ITest getOwner()
This reference is bidirectional and its opposite is
ITestSuite#getTestComponents().
public java.lang.String getResource()
public void setResource(java.lang.String resource)
resource - public java.lang.String getLocation()
public void setLocation(java.lang.String location)
location - public java.util.List getMethods()
public IPropertyGroup getEnvironmentVariables()
|
TPTP 4.4.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||