public abstract class VersionValidator extends Object
Constructor and Description |
---|
VersionValidator() |
Modifier and Type | Method and Description |
---|---|
void |
abort(IBuildState buildState,
IProject project,
Exception exception,
IProgressMonitor monitor) |
abstract String |
getVersion() |
abstract void |
updateBuildState(IBuildState buildState,
IRelease release,
IProject project,
IResourceDelta delta,
org.eclipse.pde.core.IModel componentModel,
IProgressMonitor monitor) |
public abstract String getVersion()
public abstract void updateBuildState(IBuildState buildState, IRelease release, IProject project, IResourceDelta delta, org.eclipse.pde.core.IModel componentModel, IProgressMonitor monitor) throws Exception
Exception
public void abort(IBuildState buildState, IProject project, Exception exception, IProgressMonitor monitor) throws Exception
Exception
Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.