masonamerica.platform.ConfigurationManager |
An interface to query the current deployed "configuration" to the device.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Get the
Application 's that have been included in the deployed project.
| |||||||||||
Get the
Configuration for a specified configuration header and configuration name.
| |||||||||||
Get the list of configuration packages that have modifications that is deployed
to the device.
| |||||||||||
Get the list of
Configuration 's that have been made for a given configuration
package.
| |||||||||||
Get the OS name definition that is deployed to the device.
| |||||||||||
Get the OS version definition that is deployed to the device.
| |||||||||||
Returns a boolena stating whether a project has been deployed to the device.
|
Get the Application
's that have been included in the deployed project.
Returns | |
---|---|
List<Application> |
ERROR(/List
|
Get the Configuration
for a specified configuration header and configuration name.
Parameters | |
---|---|
configurationPackage |
String : A string definition of a configuration package |
configuration |
String : A string definition of a configuration for a configuration package |
Returns | |
---|---|
Configuration |
Configuration |
Throws | |
---|---|
|
masonamerica.platform.configurations.ConfigurationNotFoundException ConfigurationNotFoundException} |
ConfigurationNotFoundException |
Get the list of configuration packages that have modifications that is deployed to the device.
Returns | |
---|---|
List<String> |
ERROR(/List
|
Get the list of Configuration
's that have been made for a given configuration
package.
Parameters | |
---|---|
configurationPackage |
String : A string definition of a configuration package |
Returns | |
---|---|
List<Configuration> |
ERROR(/List |
Throws | |
---|---|
|
masonamerica.platform.configurations.ConfigurationNotFoundException ConfigurationNotFoundException} |
ConfigurationNotFoundException |
Get the OS name definition that is deployed to the device.
Returns | |
---|---|
String |
String
|
Get the OS version definition that is deployed to the device.
Returns | |
---|---|
int |
Integer
|
Returns a boolena stating whether a project has been deployed to the device.
Returns | |
---|---|
boolean |