org
.
openmole
.
plugin
.
environment
.
ssh
.
SSHPersistentStorage
StorageRoot
Related Doc:
package SSHPersistentStorage
trait
StorageRoot
extends
Storage
Linear Supertypes
Storage
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
StorageRoot
Storage
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Abstract Value Members
abstract
def
_downloadStream
(
src:
String
,
options:
TransferOptions
)
:
InputStream
Attributes
protected
Definition Classes
Storage
abstract
def
_exists
(
path:
String
)
:
Boolean
Attributes
protected
Definition Classes
Storage
abstract
def
_list
(
path:
String
)
:
Seq
[
ListEntry
]
Attributes
protected
Definition Classes
Storage
abstract
def
_listNames
(
path:
String
)
:
Seq
[
String
]
Attributes
protected
Definition Classes
Storage
abstract
def
_makeDir
(
path:
String
)
:
Unit
Attributes
protected
Definition Classes
Storage
abstract
def
_mv
(
from:
String
,
to:
String
)
:
Unit
Attributes
protected
Definition Classes
Storage
abstract
def
_name
(
path:
String
)
:
String
Attributes
protected
Definition Classes
Storage
abstract
def
_parent
(
path:
String
)
:
Option
[
String
]
Attributes
protected
Definition Classes
Storage
abstract
def
_rmDir
(
path:
String
)
:
Unit
Attributes
protected
Definition Classes
Storage
abstract
def
_rmFile
(
path:
String
)
:
Unit
Attributes
protected
Definition Classes
Storage
abstract
def
_uploadStream
(
src:
InputStream
,
dest:
String
,
options:
TransferOptions
)
:
Unit
Attributes
protected
Definition Classes
Storage
abstract
def
child
(
parent:
String
,
child:
String
)
:
String
Definition Classes
Storage
abstract
def
home
:
String
Concrete Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
_download
(
src:
String
,
dest:
File
,
options:
TransferOptions
)
:
Unit
Attributes
protected
Definition Classes
Storage
def
_upload
(
src:
File
,
dest:
String
,
options:
TransferOptions
)
:
Unit
Attributes
protected
Definition Classes
Storage
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
lazy val
root
:
String
Definition Classes
StorageRoot
→
Storage
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
Storage
Inherited from
AnyRef
Inherited from
Any
Ungrouped