Packages

case class UnpackedDep(name: String, classesJar: Option[api.PathRef], proguardRules: Option[api.PathRef], resources: Option[api.PathRef], manifest: Option[api.PathRef], lintJar: Option[api.PathRef], metaInf: Option[api.PathRef], nativeLibs: Option[api.PathRef], baselineProfile: Option[api.PathRef], rTxtFile: Option[api.PathRef], publicResFile: Option[api.PathRef]) extends Product with Serializable

Descriptor of unpacked .aar dependency structure.

name

dependency name

classesJar

path to the classes.jar

proguardRules

path to the proguard rules

resources

path to the res folder

manifest

path to the AndroidManifest.xml

lintJar

path to the lint.jar file

metaInf

path to the META-INF folder

nativeLibs

path to the native .so libraries root folder

baselineProfile

path to the baseline profile file

rTxtFile

path to the R.txt

publicResFile

path to public.txt file

Source
AndroidAppModule.scala
Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UnpackedDep
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new UnpackedDep(name: String, classesJar: Option[api.PathRef], proguardRules: Option[api.PathRef], resources: Option[api.PathRef], manifest: Option[api.PathRef], lintJar: Option[api.PathRef], metaInf: Option[api.PathRef], nativeLibs: Option[api.PathRef], baselineProfile: Option[api.PathRef], rTxtFile: Option[api.PathRef], publicResFile: Option[api.PathRef])

    name

    dependency name

    classesJar

    path to the classes.jar

    proguardRules

    path to the proguard rules

    resources

    path to the res folder

    manifest

    path to the AndroidManifest.xml

    lintJar

    path to the lint.jar file

    metaInf

    path to the META-INF folder

    nativeLibs

    path to the native .so libraries root folder

    baselineProfile

    path to the baseline profile file

    rTxtFile

    path to the R.txt

    publicResFile

    path to public.txt file

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val baselineProfile: Option[api.PathRef]
  6. val classesJar: Option[api.PathRef]
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. val lintJar: Option[api.PathRef]
  12. val manifest: Option[api.PathRef]
  13. val metaInf: Option[api.PathRef]
  14. val name: String
  15. val nativeLibs: Option[api.PathRef]
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  19. def productElementNames: Iterator[String]
    Definition Classes
    Product
  20. val proguardRules: Option[api.PathRef]
  21. val publicResFile: Option[api.PathRef]
  22. val rTxtFile: Option[api.PathRef]
  23. val resources: Option[api.PathRef]
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped