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()
Gets the location of the file: Workspace or Repository.
|
void |
setLocation(SourceLocation location)
Sets the location of the file: Workspace or Repository.
|
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 path to the location of the parent container.name
- The name of the file.location
- The location of the file: Workspace or Repository.public ExtractFileCreateInfo(String path, SourceLocation location)
path
- The full path of the file.location
- The location of the file: Workspace or Repository.public ExtractFileCreateInfo(String path, SourceLocation location, boolean overwrite)
path
- The full path of the file.location
- The location of the file: Workspace or Repository.overwrite
- Indicates whether to overwrite an existing file that is not versioned.public SourceLocation getLocation()
public void setLocation(SourceLocation location)
location
- The location of the file: Workspace or Repository.<i>Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA</i>