Package 

Interface ConfigurationBuilderFactory

    • Method Summary

      Modifier and Type Method Description
      abstract ConfigurationBuilder create(Context annotatedContext) creates a new builder
      • Methods inherited from class org.acra.config.ConfigurationBuilderFactory

        enabled
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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