Class AndroidSettingFactory.IgnoreIntent

    • Constructor Detail

      • IgnoreIntent

        public IgnoreIntent​(String action)
      • IgnoreIntent

        public IgnoreIntent​(Atom action)
      • IgnoreIntent

        public IgnoreIntent​(Atom action,
                            Atom uri)
    • Method Detail

      • hashCode

        public int hashCode()
        Description copied from class: Intent
        CLASHES: Does not consider intent-type. This clash is however intended: This aids in resolving the override of an Intent. The AndroidEntryPointManager generates new Intent Objects. Instead of searching all overrides we get it for free.
        Overrides:
        hashCode in class Intent
      • equals

        public boolean equals​(Object o)
        Description copied from class: Intent
        Intents are equal to Intents with other type. This clash is however intended: This aids in resolving the override of an Intent. The AndroidEntryPointManager generates new Intent Objects. Instead of searching all overrides we get it for free.
        Overrides:
        equals in class Intent