org.eclipse.emf.cdo.releng.version
Class Release

java.lang.Object
  extended by org.eclipse.emf.cdo.releng.version.Release

public class Release
extends Object


Nested Class Summary
static class Release.Element
           
 
Method Summary
 Map<String,Release.Element> getElements()
           
 IFile getFile()
           
 String getRepository()
           
 int getSize()
           
 String getTag()
           
 boolean isIntegration()
           
static org.osgi.framework.Version normalizeVersion(org.osgi.framework.Version version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFile

public IFile getFile()

getTag

public String getTag()

isIntegration

public boolean isIntegration()

getRepository

public String getRepository()

getElements

public Map<String,Release.Element> getElements()

getSize

public int getSize()

normalizeVersion

public static org.osgi.framework.Version normalizeVersion(org.osgi.framework.Version version)


Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.