See: Description
| Class | Description |
|---|---|
| ActivityEP |
Hardcoded EntryPoint-specifications for an Android-Activity.
|
| ApplicationEP |
Hardcoded EntryPoint-specifications for an Android-Application.
|
| FragmentEP |
Hardcoded EntryPoint-specifications for an Android-Activity.
|
| LoaderCB |
Hardcoded specifications of androids loader call-backs.
|
| LocationEP |
Hardcoded specifications of androids location handling call-backs.
|
| ProviderEP |
Hardcoded EntryPoint-specifications for an Android-ContentProvider.
|
| ServiceEP |
Hardcoded EntryPoint-specifications for an Android-Service.
|
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.
AndroidEntryPointLocator