Class

org.argus.amandroid.core.model

ApkModel

Related Doc: package model

Permalink

case class ApkModel(nameUri: FileResourceUri, outApkUri: FileResourceUri, srcs: ISet[String]) extends Product with Serializable

Created by fgwei on 3/12/17.

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ApkModel
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ApkModel(nameUri: FileResourceUri, outApkUri: FileResourceUri, srcs: ISet[String])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addActivities(activities: ISet[JawaType]): Unit

    Permalink
  5. def addActivity(activity: JawaType): Unit

    Permalink
  6. def addCallbackMethods(map: IMap[JawaType, ISet[Signature]]): Unit

    Permalink
  7. def addCallbackMethods(typ: JawaType, sigs: ISet[Signature]): Unit

    Permalink
  8. def addCertificates(certs: ISet[ApkCertificate]): Unit

    Permalink
  9. def addComponent(comp: JawaType, typ: parser.ComponentType.Value): Unit

    Permalink
  10. def addComponentInfo(ci: ComponentInfo): Unit

    Permalink
  11. def addComponentInfos(cis: ISet[ComponentInfo]): Unit

    Permalink
  12. def addDynamicRegisteredReceiver(receiver: JawaType): Unit

    Permalink
  13. def addDynamicRegisteredReceivers(receivers: ISet[JawaType]): Unit

    Permalink
  14. def addEnvMap(envMap: IMap[JawaType, (Signature, String)]): Unit

    Permalink
  15. def addEnvMap(typ: JawaType, sig: Signature, code: String): Unit

    Permalink
  16. def addLayoutControls(lcs: IMap[Int, LayoutControl]): Unit

    Permalink
  17. def addLayoutControls(i: Int, lc: LayoutControl): Unit

    Permalink
  18. def addProvider(provider: JawaType): Unit

    Permalink
  19. def addProviders(providers: ISet[JawaType]): Unit

    Permalink
  20. def addReceiver(receiver: JawaType): Unit

    Permalink
  21. def addReceivers(receivers: ISet[JawaType]): Unit

    Permalink
  22. def addRpcMethod(comp: JawaType, rpc: Signature, allow_remote: Boolean): Unit

    Permalink
  23. def addRpcMethods(map: IMap[JawaType, IMap[Signature, Boolean]]): Unit

    Permalink
  24. def addRpcMethods(comp: JawaType, rpcs: IMap[Signature, Boolean]): Unit

    Permalink
  25. def addService(service: JawaType): Unit

    Permalink
  26. def addServices(services: ISet[JawaType]): Unit

    Permalink
  27. def addUsesPermissions(ps: ISet[String]): Unit

    Permalink
  28. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  29. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. val envProcMap: MMap[JawaType, (Signature, String)]

    Permalink

    Map from record name to it's env method code.

    Map from record name to it's env method code.

    Attributes
    protected
  31. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  32. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  33. def getActivities: ISet[JawaType]

    Permalink
  34. def getAppName: String

    Permalink
  35. def getCallbackMethodMapping: IMap[JawaType, ISet[Signature]]

    Permalink
  36. def getCallbackMethods: ISet[Signature]

    Permalink
  37. def getCertificates: ISet[ApkCertificate]

    Permalink
  38. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  39. def getCodeLineCounter: Int

    Permalink
  40. def getComponentInfos: ISet[ComponentInfo]

    Permalink
  41. def getComponentType(comp: JawaType): Option[AndroidConstants.CompType.Value]

    Permalink
  42. def getComponents: ISet[JawaType]

    Permalink
  43. def getDynamicRegisteredReceivers: ISet[JawaType]

    Permalink
  44. def getEntryPoints: ISet[JawaType]

    Permalink
  45. def getEnvMap: Map[JawaType, (Signature, String)]

    Permalink
  46. def getEnvString: String

    Permalink
  47. def getIntentFilterDB: IntentFilterDataBase

    Permalink
  48. def getLayoutControls: IMap[Int, LayoutControl]

    Permalink
  49. def getPackageName: String

    Permalink
  50. def getProviders: ISet[JawaType]

    Permalink
  51. def getReceivers: ISet[JawaType]

    Permalink
  52. def getRpcMethodMapping: IMap[JawaType, IMap[Signature, Boolean]]

    Permalink
  53. def getRpcMethodMappingWithoutRemoteFlag: IMap[JawaType, ISet[Signature]]

    Permalink
  54. def getRpcMethods: IMap[Signature, Boolean]

    Permalink
  55. def getRpcMethods(comp: JawaType): IMap[Signature, Boolean]

    Permalink
  56. def getServices: ISet[JawaType]

    Permalink
  57. def getUsesPermissions: ISet[String]

    Permalink
  58. def hasEnv(typ: JawaType): Boolean

    Permalink
  59. def isExported(component: JawaType): Boolean

    Permalink
  60. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  61. val nameUri: FileResourceUri

    Permalink
  62. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  63. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  64. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  65. val outApkUri: FileResourceUri

    Permalink
  66. def printEntrypoints(): Unit

    Permalink
  67. def printEnvs(): Unit

    Permalink
  68. def reset(): Unit

    Permalink
  69. def setCodeLineCounter(c: Int): Unit

    Permalink
  70. def setComponents(comps: ISet[(JawaType, parser.ComponentType.Value)]): Unit

    Permalink
  71. def setIntentFilterDB(i: IntentFilterDataBase): Unit

    Permalink
  72. def setPackageName(pn: String): Unit

    Permalink
  73. val srcs: ISet[String]

    Permalink
  74. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  75. def updateIntentFilterDB(i: IntentFilterDataBase): Unit

    Permalink
  76. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  77. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  78. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped