public class ExtractFileCreateInfo extends FileCreateInfo
Constructor and Description |
---|
ExtractFileCreateInfo(String path,
SourceLocation location)
Constructor.
|
ExtractFileCreateInfo(String path,
SourceLocation location,
boolean overwrite)
Constructor.
|
ExtractFileCreateInfo(String parentPath,
String name,
SourceLocation location)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
SourceLocation |
getLocation() |
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 ExtractFileCreateInfo(String parentPath, String name, SourceLocation location)
parentPath
- The parent path.name
- The name of the file.location
- The location, Workspace or Repository.public ExtractFileCreateInfo(String path, SourceLocation location)
path
- The full path of the file.location
- The location, Workspace or Repository.public ExtractFileCreateInfo(String path, SourceLocation location, boolean overwrite)
path
- The full path of the file.location
- The location, Workspace or Repository.overwrite
- Whether to overwrite the existing file if it exists and is not versioned.public SourceLocation getLocation()
public void setLocation(SourceLocation location)
Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA