org.wso2.carbon.application.deployer
Class Feature
java.lang.Object
org.wso2.carbon.application.deployer.Feature
public class Feature
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ID
public static final String ID
- See Also:
- Constant Field Values
VERSION
public static final String VERSION
- See Also:
- Constant Field Values
Feature
public Feature()
getId
public String getId()
setId
public void setId(String id)
getVersion
public String getVersion()
setVersion
public void setVersion(String version)
getVersionRange
public org.eclipse.equinox.p2.metadata.VersionRange getVersionRange()
setVersionRange
public void setVersionRange(String versionRange)
- Converts a string version range into an OSGi VersionRange object.
Ex : [3.1.0, 4.0.0)
- Parameters:
versionRange - - string version range
Copyright © 2014 WSO2 Inc. All rights reserved.