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
Ordering
- Alphabetic
- By Inheritance
Inherited
- UnpackedDep
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val baselineProfile: Option[api.PathRef]
- val classesJar: Option[api.PathRef]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val lintJar: Option[api.PathRef]
- val manifest: Option[api.PathRef]
- val metaInf: Option[api.PathRef]
- val name: String
- val nativeLibs: Option[api.PathRef]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val proguardRules: Option[api.PathRef]
- val publicResFile: Option[api.PathRef]
- val rTxtFile: Option[api.PathRef]
- val resources: Option[api.PathRef]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)