org.eclipse.tycho.model
Class Platform.Feature

java.lang.Object
  extended by org.eclipse.tycho.model.Platform.Feature
Enclosing class:
Platform

public static class Platform.Feature
extends Object


Constructor Summary
Platform.Feature()
           
Platform.Feature(org.codehaus.plexus.util.xml.Xpp3Dom dom)
           
 
Method Summary
 String getId()
           
 String getUrl()
           
 String getVersion()
           
 void setId(String value)
           
 void setUrl(String value)
           
 void setVersion(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Platform.Feature

public Platform.Feature(org.codehaus.plexus.util.xml.Xpp3Dom dom)

Platform.Feature

public Platform.Feature()
Method Detail

setId

public void setId(String value)

getId

public String getId()

setVersion

public void setVersion(String value)

getVersion

public String getVersion()

setUrl

public void setUrl(String value)

getUrl

public String getUrl()


Copyright © 2008-2013 Eclipse Foundation. All Rights Reserved.