Package 

Class DefaultKeyStoreExtractor

  • All Implemented Interfaces:
    com.grab.grazel.migrate.android.KeyStoreExtractor

    
    public final class DefaultKeyStoreExtractor
     implements KeyStoreExtractor
                        

    Utility class to ensure android keystore can be consumed as a bazel target

    • Method Summary

      Modifier and Type Method Description
      String extract(Project rootProject, BaseVariant variant) For the given variant, will extract keystore file if it exists and ensures corresponding BUILD.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultKeyStoreExtractor

        DefaultKeyStoreExtractor()
    • Method Detail

      • extract

         String extract(Project rootProject, BaseVariant variant)

        For the given variant, will extract keystore file if it exists and ensures corresponding BUILD.bazel is generated

        Parameters:
        rootProject - The root project of current migration
        variant - The android variant for which key store needs to be extracted