org.eclipse.core.runtime.internal.adaptor
Class PluginParser.Prerequisite

java.lang.Object
  extended by org.eclipse.core.runtime.internal.adaptor.PluginParser.Prerequisite
Enclosing class:
PluginParser

public class PluginParser.Prerequisite
extends Object


Constructor Summary
PluginParser.Prerequisite(String preqName, String prereqVersion, boolean isOtional, boolean isExported, String prereqMatch)
           
 
Method Summary
 boolean equals(Object prereq)
           
 String getMatch()
           
 String getName()
           
 String getVersion()
           
 int hashCode()
           
 boolean isExported()
           
 boolean isOptional()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PluginParser.Prerequisite

public PluginParser.Prerequisite(String preqName,
                                 String prereqVersion,
                                 boolean isOtional,
                                 boolean isExported,
                                 String prereqMatch)
Method Detail

isExported

public boolean isExported()

getMatch

public String getMatch()

getName

public String getName()

isOptional

public boolean isOptional()

getVersion

public String getVersion()

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object prereq)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.