deploylib.ec2

S3Cache

object S3Cache extends AWSConnection

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

Value Members

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

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

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

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

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

    Attributes
    final
    Definition Classes
    Any
  6. val accessKeyId : String

    Attributes
    protected
    Definition Classes
    AWSConnection
  7. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  8. val bucket : S3Bucket

  9. val bucketName : String

  10. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. val config : ClientConfiguration

    Attributes
    protected
    Definition Classes
    AWSConnection
  12. val credentials : BasicAWSCredentials

    Attributes
    protected
    Definition Classes
    AWSConnection
  13. def ec2Cert : File

    Attributes
    protected
    Definition Classes
    AWSConnection
  14. def ec2PrivateKey : File

    Attributes
    protected
    Definition Classes
    AWSConnection
  15. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  16. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  17. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  18. def getCacheUrl (file: File): String

  19. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  20. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  21. def hashToUrl (fileMd5: String): String

  22. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  23. val logger : Logger

    Attributes
    protected
  24. val md5Cache : HashMap[String, String]

  25. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  26. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  27. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  28. val s3Credentials : AWSCredentials

    Attributes
    protected
  29. val s3Service : RestS3Service

  30. val secretAccessKey : String

    Attributes
    protected
    Definition Classes
    AWSConnection
  31. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  32. def toString (): String

    Definition Classes
    AnyRef → Any
  33. def userID : String

    Attributes
    protected
    Definition Classes
    AWSConnection
  34. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AWSConnection

Inherited from AnyRef

Inherited from Any