public class ExportFileCreateInfo extends FileCreateInfo
Constructor and Description |
---|
ExportFileCreateInfo(String path,
SourceLocation location)
Constructor.
|
ExportFileCreateInfo(String parentPath,
String name,
SourceLocation location)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
SourceLocation |
getLocation()
Gets the location of the file: the repository or the workspace.
|
void |
setLocation(SourceLocation location) |
String |
toString() |
comment, customVersion, description, enableVersioning, enableVersioning, getComment, getCustomVersion, getVersionType, isEnableVersioning, isOverwrite, overwrite, overwrite, setComment, setCustomVersion, setEnableVersioning, setOverwrite, setVersionType, versionType
getDescription, getPath, setDescription
public ExportFileCreateInfo(String parentPath, String name, SourceLocation location)
parentPath
- The parent path in which to create the file.name
- The name of the file to create.location
- The location of the file: the repository or the workspace.public ExportFileCreateInfo(String path, SourceLocation location)
path
- The path defining where to create the file.location
- The location of the file: the repository or the workspace.public SourceLocation getLocation()
public void setLocation(SourceLocation location)
<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>