public final class AndroidEntryPointLocator extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AndroidEntryPointLocator.AndroidPossibleEntryPoint
A definition of an Entrypoint functions o the App are matched against.
|
static class |
AndroidEntryPointLocator.LocatorFlags
Used to control the search mechanisms of AndroidEntryPointLocator.
|
Modifier and Type | Field and Description |
---|---|
protected Set<AndroidEntryPointLocator.LocatorFlags> |
flags |
Constructor and Description |
---|
AndroidEntryPointLocator(Set<AndroidEntryPointLocator.LocatorFlags> flags) |
Modifier and Type | Method and Description |
---|---|
static void |
debugDumpEntryPoints(List<AndroidEntryPointLocator.AndroidPossibleEntryPoint> eps) |
List<AndroidEntryPoint> |
getEntryPoints(IClassHierarchy cha)
Searches a ClassHierarchy for EntryPoints by their method-signature (optionally with heuristics).
|
protected final Set<AndroidEntryPointLocator.LocatorFlags> flags
public AndroidEntryPointLocator(Set<AndroidEntryPointLocator.LocatorFlags> flags)
public List<AndroidEntryPoint> getEntryPoints(IClassHierarchy cha)
cha
- The ClassHierarchy to be searchedpublic static void debugDumpEntryPoints(List<AndroidEntryPointLocator.AndroidPossibleEntryPoint> eps)