Package

org.openmole.plugin.environment

ssh

Permalink

package ssh

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

Type Members

  1. class Activator extends BundleActivator

    Permalink
  2. trait ClusterEnvironment extends SimpleBatchEnvironment with SSHPersistentStorage

    Permalink
  3. trait ClusterJobService extends GridScaleJobService with SSHHost with SharedStorage

    Permalink
  4. case class LoginPassword(login: String, cypheredPassword: String, host: String, port: Int = 22) extends SSHAuthentication with CypheredPassword with Product with Serializable

    Permalink
  5. case class PrivateKey(privateKey: File, login: String, cypheredPassword: String, host: String, port: Int = 22) extends SSHAuthentication with CypheredPassword with Product with Serializable

    Permalink
  6. class RemoteLogicalLinkStorage extends LogicalLinkStorage with SimpleStorage

    Permalink
  7. class RemoveLocalStorage extends LocalStorage with SimpleStorage

    Permalink
  8. trait SSHAccess extends SSHHost

    Permalink
  9. trait SSHAuthentication extends AnyRef

    Permalink
  10. trait SSHBatchJob extends BatchJob

    Permalink
  11. class SSHEnvironment extends SimpleBatchEnvironment with SSHPersistentStorage

    Permalink
  12. trait SSHJobService extends GridScaleJobService with SharedStorage

    Permalink
  13. trait SSHPersistentStorage extends BatchEnvironment with SSHAccess

    Permalink
  14. trait SSHService extends BatchService

    Permalink
  15. trait SSHStorageService extends StorageService with SSHService with GridScaleStorage

    Permalink
  16. trait SharedStorage extends SSHService

    Permalink

Value Members

  1. object SSHAuthentication

    Permalink
  2. object SSHBatchJob extends Logger

    Permalink
  3. object SSHEnvironment

    Permalink
  4. object SSHJobService extends Logger

    Permalink
  5. object SSHService

    Permalink
  6. object SharedStorage extends Logger

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped