rewrite-config-annotations-api 1.1.0.Final

org.ocpsoft.rewrite.annotation.api
Interface ClassContext

All Superinterfaces:
Context
All Known Subinterfaces:
FieldContext, MethodContext, ParameterContext

public interface ClassContext
extends Context

Context storing information for all AnnotationHandler implementations working on a given class visit.

Author:
Lincoln Baxter, III

Method Summary
 ConfigurationBuilder getConfigurationBuilder()
          Get the ConfigurationBuilder shared by all class visits for the entire annotation configuration.
 RuleBuilder getRuleBuilder()
          Get the RuleBuilder for the current class visit.
 
Methods inherited from interface org.ocpsoft.rewrite.context.Context
containsKey, get, put
 

Method Detail

getConfigurationBuilder

ConfigurationBuilder getConfigurationBuilder()
Get the ConfigurationBuilder shared by all class visits for the entire annotation configuration.


getRuleBuilder

RuleBuilder getRuleBuilder()
Get the RuleBuilder for the current class visit.


rewrite-config-annotations-api 1.1.0.Final

Copyright © 2012 OCPsoft. All Rights Reserved.