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.RProjectFileDetailsRProjectFile 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.RProjectFileDetailsRRepositoryFile store(RepoUploadOptions options) throws RClientException, RSecurityException
RClientException - if RClient fails to complete call.RSecurityException - if DeployR server security conditions not met on call.RProjectFileDetailsvoid delete()
throws RClientException,
RSecurityException
RClientException - if RClient fails to complete call.RSecurityException - if DeployR server security conditions not met on call.RProjectFileDetailsjava.io.InputStream download()
throws RClientException,
RSecurityException
RClientException - if RClient fails to complete call.RSecurityException - if DeployR server security conditions not met on call.RProjectFileDetails