org
.
openmole
.
plugin
.
environment
.
egi
CurlRemoteStorage
Related Doc:
package egi
class
CurlRemoteStorage
extends
RemoteStorage
with
NativeCommandCopy
Self Type
CurlRemoteStorage
Linear Supertypes
NativeCommandCopy
,
RemoteStorage
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
CurlRemoteStorage
NativeCommandCopy
RemoteStorage
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
CurlRemoteStorage
(
host:
String
,
port:
Int
,
voName:
String
,
timeout:
Time
,
debug:
Boolean
)
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
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
child
(
parent:
String
,
child:
String
)
:
String
Definition Classes
NativeCommandCopy
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
lazy val
curl
:
Curl
val
debug
:
Boolean
def
download
(
src:
String
,
dest:
File
,
options:
TransferOptions
)
(
implicit
newFile:
NewFile
)
:
Unit
Definition Classes
NativeCommandCopy
def
downloadCommand
(
from:
URI
,
to:
String
)
:
String
Definition Classes
CurlRemoteStorage
→
NativeCommandCopy
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
val
host
:
String
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
val
port
:
Int
def
run
(
cmd:
String
)
:
String
Attributes
protected
Definition Classes
NativeCommandCopy
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
val
timeout
:
Time
def
toString
()
:
String
Definition Classes
AnyRef → Any
def
upload
(
src:
File
,
dest:
String
,
options:
TransferOptions
)
(
implicit
newFile:
NewFile
)
:
Unit
Definition Classes
CurlRemoteStorage
→
NativeCommandCopy
→
RemoteStorage
def
uploadCommand
(
from:
String
,
to:
URI
)
:
String
Definition Classes
CurlRemoteStorage
→
NativeCommandCopy
lazy val
url
:
URI
Definition Classes
CurlRemoteStorage
→
NativeCommandCopy
val
voName
:
String
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
NativeCommandCopy
Inherited from
RemoteStorage
Inherited from
AnyRef
Inherited from
Any
Ungrouped