public interface RProjectFile
Modifier and Type | Method and Description |
---|---|
RProjectFileDetails |
about()
About project directory file.
|
void |
delete()
Delete project directory file.
|
java.io.InputStream |
download()
Download project directory file.
|
RRepositoryFile |
store(RepoUploadOptions options)
Store project directory file in repository.
|
RProjectFile |
update(java.lang.String name,
java.lang.String descr,
boolean overwrite)
Update project directory file.
|
RProjectFileDetails about() throws RClientException, RSecurityException
RClientException
- if RClient fails to complete call.RSecurityException
- if DeployR server security conditions not met on call.RProjectFileDetails
RProjectFile update(java.lang.String name, java.lang.String descr, boolean overwrite) throws RClientException, RSecurityException
RClientException
- if RClient fails to complete call.RSecurityException
- if DeployR server security conditions not met on call.RProjectFileDetails
RRepositoryFile store(RepoUploadOptions options) throws RClientException, RSecurityException
RClientException
- if RClient fails to complete call.RSecurityException
- if DeployR server security conditions not met on call.RProjectFileDetails
void delete() throws RClientException, RSecurityException
RClientException
- if RClient fails to complete call.RSecurityException
- if DeployR server security conditions not met on call.RProjectFileDetails
java.io.InputStream download() throws RClientException, RSecurityException
RClientException
- if RClient fails to complete call.RSecurityException
- if DeployR server security conditions not met on call.RProjectFileDetails