org.eclipse.tycho.model
Class Feature.ImportRef

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

public static class Feature.ImportRef
extends Object


Constructor Summary
Feature.ImportRef(de.pdark.decentxml.Element dom)
           
 
Method Summary
 String getFeature()
           
 String getMatch()
           
 String getPatch()
           
 String getPlugin()
           
 String getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Feature.ImportRef

public Feature.ImportRef(de.pdark.decentxml.Element dom)
Method Detail

getPlugin

public String getPlugin()

getFeature

public String getFeature()

getVersion

public String getVersion()

getMatch

public String getMatch()

getPatch

public String getPatch()


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