org.sonatype.tycho.p2.impl.publisher.model
Class VersionedName2

java.lang.Object
  extended by org.eclipse.equinox.p2.metadata.VersionedId
      extended by org.sonatype.tycho.p2.impl.publisher.model.VersionedName2
All Implemented Interfaces:
org.eclipse.equinox.p2.metadata.IVersionedId

public class VersionedName2
extends org.eclipse.equinox.p2.metadata.VersionedId


Constructor Summary
VersionedName2(String id, String version, String os, String ws, String arch)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getArch()
           
 String getOs()
           
 String getWs()
           
 int hashCode()
           
 
Methods inherited from class org.eclipse.equinox.p2.metadata.VersionedId
getId, getVersion, parse, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VersionedName2

public VersionedName2(String id,
                      String version,
                      String os,
                      String ws,
                      String arch)
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class org.eclipse.equinox.p2.metadata.VersionedId

hashCode

public int hashCode()
Overrides:
hashCode in class org.eclipse.equinox.p2.metadata.VersionedId

getOs

public String getOs()

getWs

public String getWs()

getArch

public String getArch()


Copyright © 2008-2011. All Rights Reserved.