|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of RuntimePlatformDefinition in org.eclipse.mtj.api.extension |
|---|
| Methods in org.eclipse.mtj.api.extension that return RuntimePlatformDefinition | |
|---|---|
RuntimePlatformDefinition[] |
DeviceManagement.getRuntimePlatforms(java.lang.String devicePlatformName,
java.lang.String deviceName)
Returns all the Runtime Platform Definition of the device platform's device. |
| Methods in org.eclipse.mtj.api.extension with parameters of type RuntimePlatformDefinition | |
|---|---|
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. |
void |
BuildManagement.build(org.eclipse.mtj.api.model.IMtjProject project,
java.lang.String projectNatureId,
BuildType buildType,
RuntimePlatformDefinition targetPlatform,
org.eclipse.core.runtime.IProgressMonitor monitor)
Call the appropriate build provider based on the Project structure. |
org.eclipse.mtj.api.model.preverifier.IPreverificationPolicy |
ProjectExtensionProvider.getPreverificationPolicy(RuntimePlatformDefinition targetPlatform)
Returns the PreverificationPolicy that the project supports. |
Device[] |
DeploymentManagement.getTargetDevices(RuntimePlatformDefinition runtimePlatformDefinition)
Returns the Devices the could be deployment targets and that support the RuntimePlatformDefinition. |
org.eclipse.mtj.api.model.preverifier.PreverificationError[] |
PreverificationProvider.preverify(org.eclipse.mtj.api.model.IMtjProject project,
RuntimePlatformDefinition targetPlatform,
org.eclipse.core.resources.IResource[] inResource,
org.eclipse.core.resources.IFolder outputFolder,
org.eclipse.core.runtime.IProgressMonitor monitor)
Launch the preverification process on the specified resources. |
org.eclipse.mtj.api.model.preverifier.PreverificationError[] |
PreverificationProvider.preverifyJarFile(java.lang.String projectName,
RuntimePlatformDefinition targetPlatform,
java.io.File jarFile,
org.eclipse.core.resources.IFolder outputFolder,
org.eclipse.core.runtime.IProgressMonitor monitor)
Launch the preverification process on the specified jar file. |
| Uses of RuntimePlatformDefinition in org.eclipse.mtj.api.project |
|---|
| Methods in org.eclipse.mtj.api.project that return RuntimePlatformDefinition | |
|---|---|
RuntimePlatformDefinition |
TargetDevice.getRuntimePlatform()
Returns the value of the 'Runtime Platform' containment reference. |
| Methods in org.eclipse.mtj.api.project with parameters of type RuntimePlatformDefinition | |
|---|---|
void |
TargetDevice.setRuntimePlatform(RuntimePlatformDefinition value)
Sets the value of the ' Runtime Platform' containment reference. |
| Uses of RuntimePlatformDefinition in org.eclipse.mtj.api.project.impl |
|---|
| Methods in org.eclipse.mtj.api.project.impl that return RuntimePlatformDefinition | |
|---|---|
RuntimePlatformDefinition |
TargetDeviceImpl.getRuntimePlatform()
|
| Methods in org.eclipse.mtj.api.project.impl with parameters of type RuntimePlatformDefinition | |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
TargetDeviceImpl.basicSetRuntimePlatform(RuntimePlatformDefinition newRuntimePlatform,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
void |
TargetDeviceImpl.setRuntimePlatform(RuntimePlatformDefinition newRuntimePlatform)
|
| Uses of RuntimePlatformDefinition in org.eclipse.mtj.api.runtimes |
|---|
| Methods in org.eclipse.mtj.api.runtimes that return RuntimePlatformDefinition | |
|---|---|
RuntimePlatformDefinition |
RuntimesFactory.createRuntimePlatformDefinition()
Returns a new object of class 'Runtime Platform Definition'. |
| Uses of RuntimePlatformDefinition in org.eclipse.mtj.api.runtimes.impl |
|---|
| Classes in org.eclipse.mtj.api.runtimes.impl that implement RuntimePlatformDefinition | |
|---|---|
class |
RuntimePlatformDefinitionImpl
An implementation of the model object 'Runtime Platform Definition'. |
| Methods in org.eclipse.mtj.api.runtimes.impl that return RuntimePlatformDefinition | |
|---|---|
RuntimePlatformDefinition |
RuntimesFactoryImpl.createRuntimePlatformDefinition()
|
| Uses of RuntimePlatformDefinition in org.eclipse.mtj.api.runtimes.util |
|---|
| Methods in org.eclipse.mtj.api.runtimes.util with parameters of type RuntimePlatformDefinition | |
|---|---|
java.lang.Object |
RuntimesSwitch.caseRuntimePlatformDefinition(RuntimePlatformDefinition object)
Returns the result of interpretting the object as an instance of 'Runtime Platform Definition'. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||