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

java.lang.Object
  extended by org.eclipse.emf.cdo.releng.version.VersionValidator
Direct Known Subclasses:
DigestValidator

public abstract class VersionValidator
extends Object


Constructor Summary
VersionValidator()
           
 
Method Summary
 void abort(BuildState buildState, IProject project, Exception exception, IProgressMonitor monitor)
           
abstract  void updateBuildState(BuildState buildState, String releasePath, Release release, IProject project, IResourceDelta delta, org.eclipse.pde.core.plugin.IPluginModelBase pluginModel, IProgressMonitor monitor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VersionValidator

public VersionValidator()
Method Detail

abort

public void abort(BuildState buildState,
                  IProject project,
                  Exception exception,
                  IProgressMonitor monitor)
           throws Exception
Throws:
Exception

updateBuildState

public abstract void updateBuildState(BuildState buildState,
                                      String releasePath,
                                      Release release,
                                      IProject project,
                                      IResourceDelta delta,
                                      org.eclipse.pde.core.plugin.IPluginModelBase pluginModel,
                                      IProgressMonitor monitor)
                               throws Exception
Throws:
Exception


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