org.eclipse.xtext.builder.impl
Interface IBuildFlag

All Known Implementing Classes:
IBuildFlag.Impl

public interface IBuildFlag

Author:
Jan Koehnlein - Initial contribution and API

Nested Class Summary
static class IBuildFlag.Impl
           
 
Field Summary
static IBuildFlag RECOVERY_BUILD
          Indicating a full build triggered when the builder state could not be loaded.
 
Method Summary
 void addToMap(java.util.Map buildArgs)
           
 boolean isSet(java.util.Map buildArgs)
           
 

Field Detail

RECOVERY_BUILD

static final IBuildFlag RECOVERY_BUILD
Indicating a full build triggered when the builder state could not be loaded. Resources that have been built between the scheduling of this build and its execution will not be built again.

Method Detail

addToMap

void addToMap(java.util.Map buildArgs)

isSet

boolean isSet(java.util.Map buildArgs)