|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DeploymentManagement
Provides a management interface to deployment providers.
| Method Summary | |
|---|---|
void |
deploy(Deployment deployment,
Device[] devices,
DeviceCommunicationProtocol transferProtocol,
org.eclipse.core.runtime.IProgressMonitor monitor)
Deploys the deployment object to the target devices by using the defined transfer protocol. |
DeploymentProvider |
getDeploymentProvider(Device device)
Returns DeploymentProvider that owns the Device. |
Device[] |
getTargetDevices(RuntimePlatformDefinition runtimePlatformDefinition)
Returns the Devices the could be deployment targets and that support the RuntimePlatformDefinition. |
| Methods inherited from interface org.eclipse.mtj.api.extension.MtjExtension |
|---|
getDescription, getId, getType, getVendor, getVersion, isActive, setActive, setDescription, setId, setType, setVendor, setVersion |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Method Detail |
|---|
Device[] getTargetDevices(RuntimePlatformDefinition runtimePlatformDefinition)
throws org.eclipse.mtj.exception.MtjException
runtimePlatformDefinition -
org.eclipse.mtj.exception.MtjExceptionDeploymentProvider getDeploymentProvider(Device device)
device -
void deploy(Deployment deployment,
Device[] devices,
DeviceCommunicationProtocol transferProtocol,
org.eclipse.core.runtime.IProgressMonitor monitor)
throws org.eclipse.mtj.exception.MtjException
deployment - devices - transferProtocol - monitor -
org.eclipse.mtj.exception.MtjException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||