Package com.ibm.wala.dalvik.util.androidEntryPoints


package com.ibm.wala.dalvik.util.androidEntryPoints
Hardcoded specifications of the EntryPoints of Android-components.

A specification consists of a class a possible entrypoint extends, a method-name and the position in the model the call should be placed at.

Specifications may also exist for call-back functions not tied to a Component that causes the start of an Application. These are only considered if the AndroidEntryPointLocator is instructed to do so.

If a new class is added to this package the AndroidEntryPointLocator has to be adapted to load the specifications.

Author:
Tobias Blaschke <code@tobiasblaschke.de>
See Also:
  • Classes
    Class
    Description
    Hardcoded EntryPoint-specifications for an Android-Activity.
    Hardcoded EntryPoint-specifications for an Android-Application.
    Hardcoded EntryPoint-specifications for an Android-Activity.
    Hardcoded specifications of androids loader call-backs.
    Hardcoded specifications of androids location handling call-backs.
    Hardcoded EntryPoint-specifications for an Android-ContentProvider.
    Hardcoded EntryPoint-specifications for an Android-Service.