Package com.ibm.wala.dalvik.util
Class AndroidSettingFactory
- java.lang.Object
-
- com.ibm.wala.dalvik.util.AndroidSettingFactory
-
public class AndroidSettingFactory extends Object
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
- See Also:
AndroidManifestXMLReader
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AndroidSettingFactory.ExternalIntent
static class
AndroidSettingFactory.IgnoreIntent
static class
AndroidSettingFactory.InternalIntent
Add an Intent that is _shure_ to be handled internally _only_.static class
AndroidSettingFactory.StandardIntent
static class
AndroidSettingFactory.UnknownIntent
-
Constructor Summary
Constructors Constructor Description AndroidSettingFactory()
-
-
-
Method Detail
-
intent
public static Intent intent(String pack, String name, String uri)
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
-
-