public static class AndroidEntryPointLocator.AndroidPossibleEntryPoint extends java.lang.Object implements AndroidEntryPoint.IExecutionOrder
To locate the Entrypoints of the analyzed Application all their Methods are matched against a set of hardcoded definitions. This set consists of AndroidPossibleEntryPoints. An AndroidPossibleEntryPoint is rather useless as you can build an actual AndroidEntryPoint without having a AndroidPossibleEntryPoint.
To extend the set of known definitions have a look at the classes ActivityEP, ServiceEP, ...
| Modifier and Type | Class and Description |
|---|---|
static class |
AndroidEntryPointLocator.AndroidPossibleEntryPoint.ExecutionOrderComperator |
| Modifier and Type | Field and Description |
|---|---|
AndroidEntryPoint.ExecutionOrder |
order |
| Constructor and Description |
|---|
AndroidPossibleEntryPoint(java.lang.String n,
AndroidEntryPoint.ExecutionOrder o) |
AndroidPossibleEntryPoint(java.lang.String n,
AndroidEntryPointLocator.AndroidPossibleEntryPoint o) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(AndroidEntryPoint.IExecutionOrder o) |
int |
getOrderValue()
Returns an integer-representation of the ExecutionOrder.
|
AndroidEntryPoint.ExecutionOrder |
getSection()
AbstractAndroidModel inserts code at section switches.
|
public final AndroidEntryPoint.ExecutionOrder order
public AndroidPossibleEntryPoint(java.lang.String n,
AndroidEntryPoint.ExecutionOrder o)
public AndroidPossibleEntryPoint(java.lang.String n,
AndroidEntryPointLocator.AndroidPossibleEntryPoint o)
public int getOrderValue()
AndroidEntryPoint.IExecutionOrdergetOrderValue in interface AndroidEntryPoint.IExecutionOrderpublic int compareTo(AndroidEntryPoint.IExecutionOrder o)
compareTo in interface java.lang.Comparable<AndroidEntryPoint.IExecutionOrder>public AndroidEntryPoint.ExecutionOrder getSection()
AndroidEntryPoint.IExecutionOrderThere are eight hardcoded sections. Sections are derived by rounding the integer-representation.
getSection in interface AndroidEntryPoint.IExecutionOrder