org.eclipse.emf.cdo.releng.version.digest
Class DigestValidator.BuildModel

java.lang.Object
  extended by org.eclipse.emf.cdo.releng.version.VersionValidator
      extended by org.eclipse.emf.cdo.releng.version.digest.DigestValidator
          extended by org.eclipse.emf.cdo.releng.version.digest.DigestValidator.BuildModel
Enclosing class:
DigestValidator

public static class DigestValidator.BuildModel
extends DigestValidator


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.cdo.releng.version.digest.DigestValidator
DigestValidator.BuildModel
 
Constructor Summary
DigestValidator.BuildModel()
           
 
Method Summary
 void afterValidation(DigestValidatorState validatorState)
           
 void beforeValidation(DigestValidatorState validatorState, org.eclipse.pde.core.plugin.IPluginModelBase pluginModel)
           
protected  boolean isConsidered(IResource resource)
           
 
Methods inherited from class org.eclipse.emf.cdo.releng.version.digest.DigestValidator
getDigestFile, updateBuildState, validateDelta, validateFull
 
Methods inherited from class org.eclipse.emf.cdo.releng.version.VersionValidator
abort
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DigestValidator.BuildModel

public DigestValidator.BuildModel()
Method Detail

beforeValidation

public void beforeValidation(DigestValidatorState validatorState,
                             org.eclipse.pde.core.plugin.IPluginModelBase pluginModel)
                      throws Exception
Overrides:
beforeValidation in class DigestValidator
Throws:
Exception

afterValidation

public void afterValidation(DigestValidatorState validatorState)
                     throws Exception
Overrides:
afterValidation in class DigestValidator
Throws:
Exception

isConsidered

protected boolean isConsidered(IResource resource)
Overrides:
isConsidered in class DigestValidator


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