public interface IResourceStorage
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
void |
clean()
Remove the resource files from the server repository and the client cache.
|
String |
downloadResource(String resourcePath,
boolean synchronize)
Downloads the specified resource to the client.
|
void |
uploadResource(String resourcePath,
boolean synchronize)
Uploads the specified resource to the server.
|
void uploadResource(String resourcePath, boolean synchronize)
Uploads the specified resource to the server.
resourcePath
- Mandatory java.lang.String parameter.synchronize
- Mandatory boolean parameter.String downloadResource(String resourcePath, boolean synchronize)
Downloads the specified resource to the client.
resourcePath
- Mandatory java.lang.String parameter.synchronize
- Mandatory boolean parameter.void clean()
Remove the resource files from the server repository and the client cache.
Copyright © 2020. All rights reserved.