org.digimead.digi.ctrl.lib.util

Common

object Common extends Logging

Linear Supertypes
Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Common
  2. Logging
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

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

    Definition Classes
    Any
  7. def checkInterfaceInUse(interface: String, aclMask: String): Boolean

    Annotations
    @Loggable()
  8. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  9. def copyFile(sourceFile: File, destFile: File): Boolean

    Annotations
    @Loggable()
  10. def dateFile(date: Date): String

  11. def dateString(date: Date): String

  12. def deleteFile(dfile: File): Boolean

    Annotations
    @Loggable()
  13. def deserializeFromArray[T <: Serializable](s: Array[Byte])(implicit m: Manifest[T]): Option[T]

  14. def deserializeFromList[T <: Serializable](s: List[Byte])(implicit m: Manifest[T]): Option[T]

  15. def doComponentService(componentPackage: String, reuse: Boolean = true, operationTimeout: Long = DTimeout.long)(f: (ICtrlComponent) ⇒ Any): Unit

    Annotations
    @Loggable()
  16. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  18. def existsInConnectionFilter(service: ICtrlComponent, connection: DConnection, isAllowACL: Boolean): Boolean

    Annotations
    @Loggable()
  19. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  20. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  21. def getDirectory(context: Context, name: String, forceInternal: Boolean, allRead: Option[Boolean], allWrite: Option[Boolean], allExecute: Option[Boolean]): Option[File]

    Annotations
    @Loggable()
  22. def getPublicPreferences(context: Context): PublicPreferences

    Annotations
    @Loggable()
  23. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  25. def isSignedWithDebugKey(context: Context, clazz: Class[_], debugKey: String): Boolean

    Annotations
    @Loggable()
  26. def listInterfaces(): Seq[String]

    Annotations
    @Loggable()
  27. implicit val log: RichLogger

    Attributes
    protected[lib]
    Definition Classes
    Logging
  28. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  31. def parcelToArray(o: Parcelable, flags: Int = 0): Array[Byte]

  32. def parcelToList(o: Parcelable, flags: Int = 0): List[Byte]

  33. def removeCachedComponentService(componentPackage: String): Unit

    Annotations
    @Loggable()
  34. def removeCachedComponentServices(): Unit

    Annotations
    @Loggable()
  35. def serializeToArray(o: Serializable): Array[Byte]

  36. def serializeToList(o: Serializable): List[Byte]

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

    Definition Classes
    AnyRef
  38. def toString(): String

    Definition Classes
    AnyRef → Any
  39. def unparcelFromArray[T <: Parcelable](s: Array[Byte], loader: ClassLoader = null)(implicit m: Manifest[T]): Option[T]

  40. def unparcelFromList[T <: Parcelable](s: List[Byte], loader: ClassLoader = null)(implicit m: Manifest[T]): Option[T]

  41. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  44. def writeToFile(file: File, text: String): Unit

    Annotations
    @Loggable()
  45. def writeToStream(in: InputStream, out: OutputStream): Unit

    Write to a stream

    Write to a stream

    in
    out

Inherited from Logging

Inherited from AnyRef

Inherited from Any