Class AarTypeSolver

  • All Implemented Interfaces:
    TypeSolver

    public class AarTypeSolver
    extends java.lang.Object
    implements TypeSolver
    Will let the symbol solver look inside an Android aar file while solving types. (It will look inside the contained classes.jar)
    • Constructor Detail

      • AarTypeSolver

        public AarTypeSolver​(java.lang.String aarFile)
                      throws java.io.IOException
        Throws:
        java.io.IOException
      • AarTypeSolver

        public AarTypeSolver​(java.nio.file.Path aarFile)
                      throws java.io.IOException
        Throws:
        java.io.IOException
      • AarTypeSolver

        public AarTypeSolver​(java.io.File aarFile)
                      throws java.io.IOException
        Throws:
        java.io.IOException