-
- All Implemented Interfaces:
-
org.acra.plugins.Plugin
public interface ConfigurationBuilderFactory implements Plugin
A factory for configuration builders
-
-
Method Summary
Modifier and Type Method Description abstract ConfigurationBuildercreate(Context annotatedContext)creates a new builder -
-
Method Detail
-
create
abstract ConfigurationBuilder create(Context annotatedContext)
creates a new builder
- Parameters:
annotatedContext- the context holding the annotation from which the builder should pull its values
-
-
-
-