public interface BuilderContext
Builder should be constructed.| Modifier and Type | Method and Description | 
|---|---|
void | 
consume()
Consume the context. 
 | 
Context | 
getIdeContext()
Get the IDE context under which this builder should build. 
 | 
SpiProfileRecognizer | 
getProfileRecognizer()
Get access to the SPI ProfileRecognizer. 
 | 
Context getIdeContext()
SpiProfileRecognizer getProfileRecognizer()
Builders. 
 void consume()
Recognizer
 can guarantee that any client constructing the original Profile with the given IDE Context
 will not need to query any additional recognizers past this one (going down the dependency 
 tree, towards the root) OR if it wants to explicitly override all requests and designate
 itself as the authoritative recognizer.