Class

atom.content.pm

ActivityInfo

Related Doc: package pm

Permalink

case class ActivityInfo(layer: Int = Intent.LayerDefault, filters: Set[IntentFilter] = mutable.Set.empty) extends PackageItemInfo[Activity] with Product with Serializable

Information you can retrieve about a particular application entry. This corresponds to information collected from the

manifest.atom.xml

. manifest.atom.xml }}}

layer

Activity's target

filters

Set of the intent filter that corresponding for this activity

Linear Supertypes
Serializable, Serializable, Product, Equals, PackageItemInfo[Activity], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ActivityInfo
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. PackageItemInfo
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ActivityInfo()

    Permalink
  2. new ActivityInfo(layer: Int = Intent.LayerDefault, filters: Set[IntentFilter] = mutable.Set.empty)

    Permalink

    layer

    Activity's target

    filters

    Set of the intent filter that corresponding for this activity

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addIntentFilter(filter: IntentFilter): Unit

    Permalink

    Add a new IntentFilter to existing filter list.

    Add a new IntentFilter to existing filter list.

    filter

    intent filter to add

  5. final def afterUnmarshal(unmarshaller: Unmarshaller, parent: Any): Unit

    Permalink

    Package information is not restored on unmarshal, so this method should help.

    Package information is not restored on unmarshal, so this method should help.

    unmarshaller

    an instance of the unmarshaller

    parent

    parent object

    Definition Classes
    PackageItemInfo
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(o: Any): Boolean

    Permalink
    Definition Classes
    ActivityInfo → Equals → PackageItemInfo → AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getApplicationInfo: ApplicationInfo

    Permalink

    Retrieve activity package information.

    Retrieve activity package information.

    returns

    an activity package information

    Definition Classes
    PackageItemInfo
    Annotations
    @XmlTransient()
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. final def getClassName: Class[_ <: Activity]

    Permalink

    Retrieve the real activity class.

    Retrieve the real activity class.

    returns

    the real activity class

    Definition Classes
    PackageItemInfo
    Annotations
    @XmlTransient()
  14. def getIntentFilters: Set[IntentFilter]

    Permalink

    Retrieve set of the intent filter that corresponding for this activity.

    Retrieve set of the intent filter that corresponding for this activity.

    returns

    set of the intent filter

  15. def getIntentFiltersJaxb: Set[IntentFilter]

    Permalink

    Retrieve set of the intent filter that corresponding for this activity for JAXB.

    Retrieve set of the intent filter that corresponding for this activity for JAXB.

    returns

    set of the intent filter

    Annotations
    @XmlElement()
  16. def getLayer: Integer

    Permalink

    Get activity' layer index.

    Get activity' layer index.

    returns

    activity' layer index

    Annotations
    @XmlAttribute()
  17. final def getName: String

    Permalink

    Retrieve the activity class name.

    Retrieve the activity class name.

    returns

    the activity class name

    Definition Classes
    PackageItemInfo
    Annotations
    @XmlAttribute()
  18. def hashCode(): Int

    Permalink
    Definition Classes
    ActivityInfoPackageItemInfo → AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def setApplicationInfo(_info: ApplicationInfo): Unit

    Permalink

    Sets activity package information.

    Sets activity package information.

    _info

    an activity package information

    Definition Classes
    PackageItemInfo
  24. final def setClassName(_cls: Class[_ <: Activity]): Unit

    Permalink

    Set the real activity class.

    Set the real activity class.

    _cls

    the real activity class

    Definition Classes
    PackageItemInfo
  25. def setLayer(_layer: Integer): Unit

    Permalink

    Set an activity' layer index.

    Set an activity' layer index.

    _layer

    new activity' layer index

  26. final def setName(_cls: String): Unit

    Permalink

    Set the activity class name.

    Set the activity class name.

    _cls

    the activity class name

    Definition Classes
    PackageItemInfo
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def toString(): String

    Permalink
    Definition Classes
    ActivityInfoPackageItemInfo → AnyRef → Any
  29. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from PackageItemInfo[Activity]

Inherited from AnyRef

Inherited from Any

Ungrouped