org
.
openmole
.
plugin
.
environment
.
ssh
RemoteLogicalLinkStorage
Related Doc:
package ssh
class
RemoteLogicalLinkStorage
extends
LogicalLinkStorage
with
SimpleStorage
Linear Supertypes
SimpleStorage
,
LogicalLinkStorage
,
LocalStorage
,
GridScaleStorage
,
Storage
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
RemoteLogicalLinkStorage
SimpleStorage
LogicalLinkStorage
LocalStorage
GridScaleStorage
Storage
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
RemoteLogicalLinkStorage
(
root:
String
)
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
LogicalLinkStorage
→
Storage
def
_downloadStream
(
path:
String
,
transferOptions:
TransferOptions
)
:
InputStream
Attributes
protected
Definition Classes
GridScaleStorage
→
Storage
def
_exists
(
path:
String
)
:
Boolean
Attributes
protected
Definition Classes
GridScaleStorage
→
Storage
def
_list
(
path:
String
)
:
Seq
[
ListEntry
]
Attributes
protected
Definition Classes
GridScaleStorage
→
Storage
def
_listNames
(
path:
String
)
:
Seq
[
String
]
Attributes
protected
Definition Classes
GridScaleStorage
→
Storage
def
_makeDir
(
path:
String
)
:
Unit
Attributes
protected
Definition Classes
GridScaleStorage
→
Storage
def
_mv
(
from:
String
,
to:
String
)
:
Unit
Attributes
protected
Definition Classes
LocalStorage
→
GridScaleStorage
→
Storage
def
_name
(
path:
String
)
:
String
Attributes
protected
Definition Classes
GridScaleStorage
→
Storage
def
_parent
(
path:
String
)
:
Option
[
String
]
Attributes
protected
Definition Classes
GridScaleStorage
→
Storage
def
_rmDir
(
path:
String
)
:
Unit
Attributes
protected
Definition Classes
GridScaleStorage
→
Storage
def
_rmFile
(
path:
String
)
:
Unit
Attributes
protected
Definition Classes
GridScaleStorage
→
Storage
def
_upload
(
src:
File
,
dest:
String
,
options:
TransferOptions
)
:
Unit
Attributes
protected
Definition Classes
LogicalLinkStorage
→
Storage
def
_uploadStream
(
is:
InputStream
,
path:
String
,
transferOptions:
TransferOptions
)
:
Unit
Attributes
protected
Definition Classes
GridScaleStorage
→
Storage
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
val
authentication
:
Unit
Definition Classes
LocalStorage
def
child
(
parent:
String
,
child:
String
)
:
String
Definition Classes
GridScaleStorage
→
Storage
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
create
(
dest:
String
)
:
Unit
Definition Classes
SimpleStorage
def
download
(
src:
String
,
dest:
File
,
options:
TransferOptions
=
TransferOptions.default
)
(
implicit
newFile:
NewFile
)
:
Unit
Definition Classes
SimpleStorage
def
downloadStream
(
src:
String
,
options:
TransferOptions
=
TransferOptions.default
)
:
InputStream
Definition Classes
SimpleStorage
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
exists
(
path:
String
)
:
Boolean
Definition Classes
SimpleStorage
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
def
home
:
String
Definition Classes
LocalStorage
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
list
(
path:
String
)
:
Seq
[
ListEntry
]
Definition Classes
SimpleStorage
def
listNames
(
path:
String
)
:
Seq
[
String
]
Definition Classes
SimpleStorage
def
makeDir
(
path:
String
)
:
Unit
Definition Classes
SimpleStorage
def
mv
(
from:
String
,
to:
String
)
:
Unit
Definition Classes
SimpleStorage
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
rmDir
(
path:
String
)
:
Unit
Definition Classes
SimpleStorage
def
rmFile
(
path:
String
)
:
Unit
Definition Classes
SimpleStorage
val
root
:
String
Definition Classes
RemoteLogicalLinkStorage
→
LocalStorage
→
Storage
val
storage
:
LocalStorage
Definition Classes
LocalStorage
→
GridScaleStorage
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
def
upload
(
src:
File
,
dest:
String
,
options:
TransferOptions
=
TransferOptions.default
)
(
implicit
newFile:
NewFile
)
:
Unit
Definition Classes
SimpleStorage
def
uploadStream
(
src:
InputStream
,
dest:
String
,
options:
TransferOptions
=
TransferOptions.default
)
:
Unit
Definition Classes
SimpleStorage
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
SimpleStorage
Inherited from
LogicalLinkStorage
Inherited from
LocalStorage
Inherited from
GridScaleStorage
Inherited from
Storage
Inherited from
AnyRef
Inherited from
Any
Ungrouped