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
Author:
Tobias Blaschke <code@tobiasblaschke.de>
See Also:
  • Constructor Details

    • AndroidSettingFactory

      public AndroidSettingFactory()
  • Method Details

    • 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 exception
      name - The Action this intent represents
      uri - 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

      public static Intent intent(String fullyQualifiedAction, String uri)
    • intent

      public static Intent intent(String fullyQualifiedAction)