Uses of Interface
org.eclipse.mtj.api.runtimes.DeviceConfiguration

Packages that use DeviceConfiguration
org.eclipse.mtj.api.extension   
org.eclipse.mtj.api.runtimes   
org.eclipse.mtj.api.runtimes.impl   
org.eclipse.mtj.api.runtimes.util   
 

Uses of DeviceConfiguration in org.eclipse.mtj.api.extension
 

Methods in org.eclipse.mtj.api.extension with parameters of type DeviceConfiguration
 Device[] DeviceManagement.getDeployableDevices(DeviceConfiguration deviceConfig, DeviceProfile deviceProfile, ServiceApi[] apis, PlatformType devicePlatformType)
          Returns all deployment target Device objects that match to the configuration, profile and service api definitions and device platform type.
 DeviceDescription[] DeviceManagement.getDevices(DeviceConfiguration deviceConfig, DeviceProfile deviceProfile, ServiceApi[] apis)
          Returns all DeviceDescription objects that match to the configuration, profile and service api definitions.
 Device[] DeviceManagement.getTargetDevices(DeviceConfiguration deviceConfig, DeviceProfile deviceProfile, ServiceApi[] apis, PlatformType devicePlatformType)
          Returns all Device objects that match to the configuration, profile, service api and device platform type.
 

Uses of DeviceConfiguration in org.eclipse.mtj.api.runtimes
 

Methods in org.eclipse.mtj.api.runtimes that return DeviceConfiguration
 DeviceConfiguration RuntimesFactory.createDeviceConfiguration()
          Returns a new object of class 'Device Configuration'.
 

Uses of DeviceConfiguration in org.eclipse.mtj.api.runtimes.impl
 

Classes in org.eclipse.mtj.api.runtimes.impl that implement DeviceConfiguration
 class DeviceConfigurationImpl
          An implementation of the model object 'Device Configuration'.
 

Methods in org.eclipse.mtj.api.runtimes.impl that return DeviceConfiguration
 DeviceConfiguration RuntimesFactoryImpl.createDeviceConfiguration()
           
 

Uses of DeviceConfiguration in org.eclipse.mtj.api.runtimes.util
 

Methods in org.eclipse.mtj.api.runtimes.util with parameters of type DeviceConfiguration
 java.lang.Object RuntimesSwitch.caseDeviceConfiguration(DeviceConfiguration object)
          Returns the result of interpretting the object as an instance of 'Device Configuration'.