de.enough.polish.devices
Class Platform
java.lang.Object
de.enough.polish.devices.PolishComponent
de.enough.polish.devices.Platform
- All Implemented Interfaces:
- Comparable<PolishComponent>
public class Platform
- extends PolishComponent
Represents a Java based platform like MIDP/1.0, WIPI/2.0 or DoJa/3.0.
Copyright Enough Software 2004 - 2011
history
23-May-2005 - rob creation
- Author:
- Robert Virkus, robert@enough.de
| Methods inherited from class de.enough.polish.devices.PolishComponent |
addCapability, addComponent, addDirectCapability, addDirectCapability, addDirectFeature, addFeature, addImplicitGroups, compareTo, getCapabilities, getCapability, getDescription, getFeatures, getFeaturesAsString, getIdentifier, hasFeature, loadCapabilities, loadGroups, removeComponent, stripText, supportsPolishGui, toString |
Platform
public Platform(org.jdom.Element definition,
CapabilityManager capabilityManager,
PlatformManager platformManager)
throws InvalidComponentException
- Creates a new Platform.
- Parameters:
definition - the XML definition of this platform.capabilityManager - manages capabilitiesplatformManager - manages other (parent) platforms
- Throws:
InvalidComponentException - when the given definition contains errors