|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Deployment | |
|---|---|
| org.eclipse.mtj.api.deployment | |
| org.eclipse.mtj.api.deployment.impl | |
| org.eclipse.mtj.api.deployment.util | |
| org.eclipse.mtj.api.extension | |
| Uses of Deployment in org.eclipse.mtj.api.deployment |
|---|
| Methods in org.eclipse.mtj.api.deployment that return Deployment | |
|---|---|
Deployment |
DeploymentFactory.createDeployment()
Returns a new object of class 'Deployment'. |
| Uses of Deployment in org.eclipse.mtj.api.deployment.impl |
|---|
| Classes in org.eclipse.mtj.api.deployment.impl that implement Deployment | |
|---|---|
class |
DeploymentImpl
An implementation of the model object 'Deployment'. |
| Methods in org.eclipse.mtj.api.deployment.impl that return Deployment | |
|---|---|
Deployment |
DeploymentFactoryImpl.createDeployment()
|
| Uses of Deployment in org.eclipse.mtj.api.deployment.util |
|---|
| Methods in org.eclipse.mtj.api.deployment.util with parameters of type Deployment | |
|---|---|
java.lang.Object |
DeploymentSwitch.caseDeployment(Deployment object)
Returns the result of interpretting the object as an instance of 'Deployment'. |
| Uses of Deployment in org.eclipse.mtj.api.extension |
|---|
| Methods in org.eclipse.mtj.api.extension that return Deployment | |
|---|---|
Deployment |
BuildProvider.build(org.eclipse.mtj.api.model.IMtjProject project,
java.lang.String projectNatureId,
BuildType type,
RuntimePlatformDefinition targetPlatform,
org.eclipse.core.runtime.IProgressMonitor monitor)
Performs the project build. |
Deployment |
PackagingProvider.createDeployment(java.lang.String projectName,
Project projectData,
org.eclipse.core.resources.IResource[] resources,
org.eclipse.core.resources.IFolder targetFolder,
DeploymentType type,
java.lang.String natureId,
org.eclipse.core.runtime.IProgressMonitor monitor)
Method creates deployment package from the resources. |
Deployment |
ProjectExtensionProvider.getDeployment(org.eclipse.mtj.api.model.IMtjProject project)
Return Project's Deployment object. |
Deployment |
ProjectExtensionProvider.getDeployment(org.eclipse.mtj.api.model.IMtjProject project,
java.lang.String launchableApplication)
Return Project's Deployment object that is targeted to the launchableApplication. |
| Methods in org.eclipse.mtj.api.extension with parameters of type Deployment | |
|---|---|
void |
DeploymentProvider.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. |
void |
DeploymentManagement.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. |
void |
DevicePlatformProvider.launch(DevicePlatform dp,
Device device,
Deployment deployment,
org.eclipse.jdt.launching.VMRunnerConfiguration vmRunnerConfig,
org.eclipse.debug.core.ILaunchConfiguration launchConfig,
org.eclipse.debug.core.ILaunch launch,
java.lang.String runMode,
java.lang.String projectNatureId,
org.eclipse.core.runtime.IProgressMonitor monitor)
Method launches the application, that is in the deployment, to the target device. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||