Class AndroidSettingFactory
java.lang.Object
com.ibm.wala.dalvik.util.AndroidSettingFactory
Generate a Settings-Object from a String-Representation.
This is for use by a parser to generate the Objects to place in the AndroidEntryPointManager.
- Since:
- 2013-10-14
- Author:
- Tobias Blaschke <code@tobiasblaschke.de>
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classAdd an Intent that is _sure_ to be handled internally _only_.static classstatic class -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AndroidSettingFactory
public AndroidSettingFactory()
-
-
Method Details
-
intent
Make an intent.- Parameters:
pack- The applications package. May be null if unknown - but this may yield an exceptionname- The Action this intent representsuri- The URI to match may be null- Throws:
IllegalArgumentException- If name was null or starts with a dot and pack is null TODO: Check Target-Types
-
intent
-
intent
-