org
.
openmole
.
plugin
.
environment
.
gridscale
GridScaleStorage
Related Doc:
package gridscale
trait
GridScaleStorage
extends
Storage
Linear Supertypes
Storage
,
AnyRef
,
Any
Known Subclasses
DumyStorage
,
EGIStorageService
,
EGIWebDAVStorageService
,
LocalSimpleStorage
,
LocalStorage
,
LogicalLinkStorage
,
RemoteLogicalLinkStorage
,
RemoveLocalStorage
,
SSHStorageService
Ordering
Alphabetic
By Inheritance
Inherited
GridScaleStorage
Storage
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Abstract Value Members
abstract
def
root
:
String
Definition Classes
Storage
abstract
val
storage
:
Storage
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
_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
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
Storage
def
_uploadStream
(
is:
InputStream
,
path:
String
,
transferOptions:
TransferOptions
)
:
Unit
Attributes
protected
Definition Classes
GridScaleStorage
→
Storage
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
child
(
parent:
String
,
child:
String
)
:
String
Definition Classes
GridScaleStorage
→
Storage
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
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