Class 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
    • Constructor Detail

      • AndroidSettingFactory

        public 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 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
      • intent

        public static Intent intent​(String fullyQualifiedAction)