Class

atom.content.pm

PackageItemInfo

Related Doc: package pm

Permalink

class PackageItemInfo[T] extends AnyRef

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

manifest.atom.xml

. manifest.atom.xml }}}

T

information type

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PackageItemInfo
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PackageItemInfo()

    Permalink
  2. new PackageItemInfo(applicationInfo: ApplicationInfo = NA, name: String = NA, className: Class[_ <: T] = NA)

    Permalink

    applicationInfo

    an activity application information

    name

    an activity alias, this is the real activity class name to run for it

    className

    an activity alias, this is the real activity class to run for it

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. 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

  5. final def asInstanceOf[T0]: T0

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

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

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

    Permalink
    Definition Classes
    PackageItemInfo → AnyRef → Any
  9. def finalize(): Unit

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

    Permalink

    Retrieve activity package information.

    Retrieve activity package information.

    returns

    an activity package information

    Annotations
    @XmlTransient()
  11. final def getClass(): Class[_]

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

    Permalink

    Retrieve the real activity class.

    Retrieve the real activity class.

    returns

    the real activity class

    Annotations
    @XmlTransient()
  13. final def getName: String

    Permalink

    Retrieve the activity class name.

    Retrieve the activity class name.

    returns

    the activity class name

    Annotations
    @XmlAttribute()
  14. def hashCode(): Int

    Permalink
    Definition Classes
    PackageItemInfo → AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

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

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

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

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

    Permalink

    Sets activity package information.

    Sets activity package information.

    _info

    an activity package information

  20. final def setClassName(_cls: Class[_ <: T]): Unit

    Permalink

    Set the real activity class.

    Set the real activity class.

    _cls

    the real activity class

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

    Permalink

    Set the activity class name.

    Set the activity class name.

    _cls

    the activity class name

  22. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    PackageItemInfo → AnyRef → Any
  24. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped