|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The Engine interface defines the contract for service that provide appliance resolution.
Method Summary | |
Appliance |
resolveAppliance(DependencyDescriptor dependency)
Return an appliance relative to a supplied dependency descriptor. |
Appliance |
resolveAppliance(DependencyModel dependency)
Return an appliance relative to a supplied dependency model. |
Appliance |
resolveAppliance(StageDescriptor stage)
Return an appliance relative to a supplied stage descriptor. |
Appliance |
resolveAppliance(StageModel stage)
Return an appliance relative to a supplied stage model. |
Appliance |
resolveAppliance(String path)
Return an appliance relative to a supplied path. |
Method Detail |
public Appliance resolveAppliance(DependencyModel dependency) throws Exception
dependency
- the dependency model
Exception
public Appliance resolveAppliance(DependencyDescriptor dependency) throws Exception
dependency
- the dependency descriptor
Exception
public Appliance resolveAppliance(StageModel stage) throws Exception
stage
- the stage model
Exception
public Appliance resolveAppliance(StageDescriptor stage) throws Exception
stage
- the stage descriptor
Exception
public Appliance resolveAppliance(String path) throws Exception
path
- the appliance path
Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |