public class ProjectStorageOptions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
directory
Specify a directory into which each of the stored files, objects
and/or workspace will be saved in the repository.
|
java.lang.String |
files
Comma-separated list of working directory files to be stored
in the repository following an execution.
|
boolean |
newversion
Enable to create new version of files being stored in the
repository following an execution.
|
java.lang.String |
objects
Comma-separated list of workspace objects to be stored in the
repository following an execution.
|
boolean |
published
Enable to assign public access on stored files in the
repository following an execution.
|
java.lang.String |
workspace
Specify a filename and the contents of the entire workspace will
be saved as filename.rData in the repository.
|
Constructor and Description |
---|
ProjectStorageOptions() |
public java.lang.String files
public java.lang.String objects
public java.lang.String workspace
public java.lang.String directory
public boolean newversion
public boolean published