org.eclipse.emf.cdo.releng.version
Interface IBuildState


public interface IBuildState

Provides access to those parts of a project's build state that version validators need to access.

No Implement
This interface is not intended to be implemented by clients.
No Extend
This interface is not intended to be extended by clients.

Method Summary
 Map<String,String> getArguments()
           
 Serializable getValidatorState()
           
 long getValidatorTimeStamp()
           
 void setArguments(Map<String,String> arguments)
           
 void setChangedSinceRelease(boolean changedSinceRelease)
           
 void setValidatorState(Serializable validatorState)
           
 void setValidatorTimeStamp(long validatorTimeStamp)
           
 

Method Detail

getValidatorTimeStamp

long getValidatorTimeStamp()

setValidatorTimeStamp

void setValidatorTimeStamp(long validatorTimeStamp)

getValidatorState

Serializable getValidatorState()

setValidatorState

void setValidatorState(Serializable validatorState)

setChangedSinceRelease

void setChangedSinceRelease(boolean changedSinceRelease)

getArguments

Map<String,String> getArguments()

setArguments

void setArguments(Map<String,String> arguments)


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