org
.
openmole
.
plugin
.
environment
.
batch
.
storage
StorageService
Related Docs:
object StorageService
|
package storage
trait
StorageService
extends
BatchService
with
Storage
Linear Supertypes
Storage
,
BatchService
,
AnyRef
,
Any
Known Subclasses
EGIStorageService
,
EGIWebDAVStorageService
,
SSHStorageService
Ordering
Alphabetic
By Inheritance
Inherited
StorageService
Storage
BatchService
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
val
environment
:
BatchEnvironment
Definition Classes
BatchService
abstract
def
id
:
String
abstract
val
remoteStorage
:
RemoteStorage
abstract
def
root
:
String
Definition Classes
Storage
abstract
def
url
:
URI
abstract
def
usageControl
:
UsageControl
Definition Classes
BatchService
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
val
_directoryCache
:
Cache
[
Cache
[
String
,
String
]]
def
_download
(
src:
String
,
dest:
File
,
options:
TransferOptions
)
:
Unit
Attributes
protected
Definition Classes
Storage
val
_serializedRemoteStorage
:
Cache
[
tool.file.File
]
def
_upload
(
src:
File
,
dest:
String
,
options:
TransferOptions
)
:
Unit
Attributes
protected
Definition Classes
Storage
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
available
:
Int
Definition Classes
BatchService
def
backgroundRmDir
(
path:
String
)
:
Unit
def
backgroundRmFile
(
path:
String
)
:
Unit
def
baseDir
(
implicit
token:
AccessToken
)
:
String
def
baseDirName
:
String
implicit
def
callable
[
T
]
(
f: () ⇒
T
)
:
Callable
[
T
]
Attributes
protected
def
clean
(
implicit
token:
AccessToken
)
:
Unit
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
createBasePath
(
implicit
token:
AccessToken
)
:
String
Attributes
protected
def
directoryCache
:
Cache
[
String
,
String
]
def
download
(
src:
String
,
dest:
File
,
options:
TransferOptions
=
TransferOptions.default
)
(
implicit
token:
AccessToken
)
:
Unit
def
downloadStream
(
path:
String
,
options:
TransferOptions
=
TransferOptions.default
)
(
implicit
token:
AccessToken
)
:
InputStream
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
exists
(
path:
String
)
(
implicit
token:
AccessToken
)
:
Boolean
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
def
list
(
path:
String
)
(
implicit
token:
AccessToken
)
:
Seq
[
ListEntry
]
def
listNames
(
path:
String
)
(
implicit
token:
AccessToken
)
:
Seq
[
String
]
def
makeDir
(
path:
String
)
(
implicit
token:
AccessToken
)
:
Unit
def
mkRootDir
(
implicit
token:
AccessToken
)
:
String
Attributes
protected
def
mv
(
from:
String
,
to:
String
)
(
implicit
token:
AccessToken
)
:
Unit
def
name
(
path:
String
)
:
String
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
parent
(
path:
String
)
:
Option
[
String
]
def
persistentDir
(
implicit
token:
AccessToken
)
:
String
def
releaseToken
(
token:
AccessToken
)
:
Unit
Definition Classes
BatchService
def
rmDir
(
path:
String
)
(
implicit
token:
AccessToken
)
:
Unit
def
rmFile
(
path:
String
)
(
implicit
token:
AccessToken
)
:
Unit
def
serializedRemoteStorage
:
tool.file.File
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
tmpDir
(
implicit
token:
AccessToken
)
:
String
def
toString
()
:
String
Definition Classes
StorageService
→ AnyRef → Any
def
tryGetToken
:
Option
[
AccessToken
]
Definition Classes
BatchService
def
tryWithToken
[
B
]
(
f: (
Option
[
AccessToken
]) ⇒
B
)
:
B
Definition Classes
BatchService
def
upload
(
src:
File
,
dest:
String
,
options:
TransferOptions
=
TransferOptions.default
)
(
implicit
token:
AccessToken
)
:
Unit
def
uploadStream
(
is:
InputStream
,
path:
String
,
options:
TransferOptions
=
TransferOptions.default
)
(
implicit
token:
AccessToken
)
:
Unit
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
(
...
)
def
withToken
[
B
]
(
f: (
AccessToken
) ⇒
B
)
:
B
Definition Classes
BatchService
Inherited from
Storage
Inherited from
BatchService
Inherited from
AnyRef
Inherited from
Any
Ungrouped