|
Oracle Warehouse Builder Java API Reference 10g Release 1 (10.1) B12155-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface is a Specification for a deployment of a set of Components as broken down into UnitSpecifications.
| Method Summary | |
DeploymentController |
createDeploymentController()Create a DeploymentController for this DeploymentSpecification. |
UnitSpecification[] |
getUnitSpecifications()Return an array of associated UnitSpecifications. |
void |
save(java.io.Writer writer)Write the contents of the DeploymentSpecification as an XML Stream to the provided writer. |
void |
saveGeneratedScripts(java.lang.String directoryName)Save the Generated Scripts associated with this DeploymentSpecification to the provided directory file name. |
| Method Detail |
public DeploymentController createDeploymentController()
throws RuntimePlatformException
RuntimePlatformExceptionpublic UnitSpecification[] getUnitSpecifications()
public void save(java.io.Writer writer)
throws RuntimePlatformException
writer - the Writer to which the XML Stream is writtenRuntimePlatformException
public void saveGeneratedScripts(java.lang.String directoryName)
throws RuntimePlatformException
directoryName - the directory file into which the Generated Scripts are written.RuntimePlatformException
|
Oracle Warehouse Builder Java API Reference 10g Release 1 (10.1) B12155-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||