org.wso2.carbon.application.deployer
Class Feature

java.lang.Object
  extended by org.wso2.carbon.application.deployer.Feature

public class Feature
extends Object


Field Summary
static String ID
           
static String VERSION
           
 
Constructor Summary
Feature()
           
 
Method Summary
 String getId()
           
 String getVersion()
           
 org.eclipse.equinox.p2.metadata.VersionRange getVersionRange()
           
 void setId(String id)
           
 void setVersion(String version)
           
 void setVersionRange(String versionRange)
          Converts a string version range into an OSGi VersionRange object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public static final String ID
See Also:
Constant Field Values

VERSION

public static final String VERSION
See Also:
Constant Field Values
Constructor Detail

Feature

public Feature()
Method Detail

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.